5 exercises — choosing the right concessive form (although/while/whereas/even though/despite/however) when discussing technical trade-offs in ADRs, RFCs, blog posts, and code reviews.
0 / 20 completed
1 / 20
An architecture decision record (ADR) states: "_____ GraphQL provides greater query flexibility, it introduces additional complexity at the gateway layer." Which concessive is most appropriate?
Option B is correct."Although" is the standard concessive subordinator for acknowledging a positive quality while introducing a counterpoint: "Although GraphQL provides flexibility, it introduces complexity." This structure is ideal for ADRs, which must document trade-offs. "Whereas" (option D) contrasts two different subjects ("REST is simple, whereas GraphQL is flexible") — not the same structure. "Because" expresses reason; "therefore" expresses consequence. Use "although/even though/while" for within-subject concessions in technical trade-off discussions.
2 / 20
A technical blog post compares two deployment strategies: "Blue-green deployment eliminates downtime. _____, it requires double the infrastructure during transition." Which concessive adverbial is correct as a sentence connector?
Option C is correct."However" is a concessive adverbial connector — it connects two separate sentences, introducing a counterpoint to the previous sentence. "Although" and "despite" are subordinating/prepositional concessives — they must be used within a single sentence. "However" at the start of a new sentence is the natural choice when the concession follows a full stop. "Whereas" is for contrast between parallel subjects, not for a simple trade-off counterpoint. Connector: However / Nevertheless / That said. Subordinator: Although / Even though / While.
3 / 20
A capacity planning report states: "_____ the increased cache hit rate, overall system latency has not improved measurably." Which concessive preposition is correct?
Option C is correct."Despite + noun phrase" is the correct structure when the concessive is introduced by a noun phrase ("the increased cache hit rate") rather than a clause. "Although" and "even though" and "while" are subordinating conjunctions — they require a subject and verb: "Although the cache hit rate increased…" "Despite" (and "in spite of") take a noun phrase or gerund: "Despite the increase / Despite improving the cache hit rate…". This is a common error in technical writing — confusing prepositional and conjunctional concessives.
4 / 20
A code review comment reads: "This approach works, _____ it relies on implementation details that may change in future versions of the library." Which concessive is most appropriate for mid-sentence use?
Option A is correct."Although" is correct when used as a subordinating conjunction within a sentence after a comma: "This approach works, although it relies on implementation details…". This is a legitimate mid-sentence position for "although." "Despite" and "in spite of" (options B and D) require a noun phrase, not a full clause ("it relies on…" is a clause, not a noun phrase). "However" (option C) is a sentence connector — placing it after a comma ("works, however it relies on…") is incorrect without a semicolon or period before it.
5 / 20
Which sentence most effectively uses a concessive to present a technical trade-off in an RFC?
Option B is correct."Whereas" is ideal for RFCs and ADRs when contrasting two properties of the same subject: "Whereas X provides benefit, it also introduces risk." The sentence clearly articulates both the advantage (latency) and the trade-off (stale reads). Option A presents the trade-off as two unconnected statements. Option C is vague and circular. Option D ("Despite latency benefits") is grammatically acceptable but too vague — "is bad for some use cases" lacks the precision expected in RFCs. For formal trade-off documentation, use "whereas/while/although" with precise technical claims on both sides.
6 / 20
Alex from the DevOps team sent this Slack message during a critical incident:
'The database is overloaded. Despite the recent scaling efforts, we're still seeing significant latency spikes.'
Which concessive adverbial best captures Alex's sentiment regarding the scaling?
'However' is the most appropriate here because it indicates a contrast between the expected outcome (reduced latency after scaling) and the actual situation. 'Nevertheless' suggests a stronger continuation of the previous point, which isn't Alex's intention. 'Although' would imply a reason for the problem, and 'Consequently' shifts the focus to the results rather than the cause.
7 / 20
You're drafting a pull request description for a change that improves API response times. The PR includes a new caching layer.
'The new caching layer significantly reduces the number of database calls. Sarah points out: 'It's a good improvement, but the added latency in the cache population still impacts overall throughput.' Which concessive adverbial best fits this sentence?
'Nonetheless' is crucial here because it acknowledges the positive impact of the caching layer (reduced database calls) while simultaneously highlighting a remaining negative consequence. 'Therefore' would imply a causal link that isn't fully established, and 'Besides' introduces an unrelated point. 'Furthermore' simply adds another positive aspect without addressing the limitation.
8 / 20
During a standup meeting, you're explaining your progress on a new feature. You state:
'I've completed the core logic for the authentication service. Even though we're using a legacy protocol, it's functional.' Which concessive preposition is most appropriate to convey this trade-off?
'Though' is the best choice because it directly indicates a concession – that the functionality exists *despite* using an outdated protocol. 'Despite' and 'In spite of' are synonymous in this context and equally suitable. 'Because of' suggests a causal relationship, which isn't what you intend to communicate here.
9 / 20
You're writing an ADR discussing the migration to a new logging framework. The current system provides detailed, granular logs, but introduces significant overhead.
'We've implemented the new framework. While it offers improved scalability, the reduced log detail necessitates increased monitoring efforts.' Which concessive adverbial is most suitable for this technical trade-off?
'While' is ideal because it balances the benefits (scalability) with the drawbacks (reduced log detail). It clearly acknowledges a contrasting situation. 'However' would simply contrast the two statements without fully explaining the trade-off, and 'Regardless' implies no connection between them. 'Subsequently' describes a chain of events, which isn't relevant here.
10 / 20
You are creating an RFC for a new microservice design. The service prioritizes low latency but requires significant memory allocation.
'The service is designed for rapid data retrieval. Notwithstanding this performance advantage, the increased memory footprint may pose challenges in resource-constrained environments.' Which concessive preposition is most appropriate to introduce this technical limitation?
'Although' perfectly captures the contrast between low latency and increased memory usage. It's a standard and precise way to acknowledge a limiting factor alongside a positive feature. 'Despite' is similar but slightly less formal, while 'In addition to' adds an unrelated point, and 'Considering' suggests you are evaluating options – it's not introducing a limitation.
11 / 20
Alex from the DevOps team sent this Slack message during a critical incident:
'The database is overloaded. Despite the recent scaling efforts, we're still seeing significant latency spikes.'
Which concessive adverbial best captures Alex's sentiment regarding the scaling?
'However' is the most appropriate here because it indicates a contrast between the expected outcome (reduced latency after scaling) and the actual situation. 'Nevertheless' suggests a stronger continuation of the previous point, which isn't Alex's intention. 'Although' would imply a reason for the problem, and 'Consequently' shifts the focus to the results rather than the cause.
12 / 20
You're drafting a pull request description for a change that improves API response times. The PR includes a new caching layer.
'The new caching layer significantly reduces the number of database calls. Sarah points out: 'It's a good improvement, but the added latency in the cache population still impacts overall throughput.' Which concessive adverbial best fits this sentence?
'Nonetheless' is crucial here because it acknowledges the positive impact of the caching layer (reduced database calls) while simultaneously highlighting a remaining negative consequence. 'Therefore' would imply a causal link that isn't fully established, and 'Besides' introduces an unrelated point. 'Furthermore' simply adds another positive aspect without addressing the limitation.
13 / 20
During a standup meeting, you're explaining your progress on a new feature. You state:
'I've completed the core logic for the authentication service. Even though we're using a legacy protocol, it's functional.' Which concessive preposition is most appropriate to convey this trade-off?
'Though' is the best choice because it directly indicates a concession – that the functionality exists *despite* using an outdated protocol. 'Despite' and 'In spite of' are synonymous in this context and equally suitable. 'Because of' suggests a causal relationship, which isn't what you intend to communicate here.
14 / 20
You're writing an ADR discussing the migration to a new logging framework. The current system provides detailed, granular logs, but introduces significant overhead.
'We've implemented the new framework. While it offers improved scalability, the reduced log detail necessitates increased monitoring efforts.' Which concessive adverbial is most suitable for this technical trade-off?
'While' is ideal because it balances the benefits (scalability) with the drawbacks (reduced log detail). It clearly acknowledges a contrasting situation. 'However' would simply contrast the two statements without fully explaining the trade-off, and 'Regardless' implies no connection between them. 'Subsequently' describes a chain of events, which isn't relevant here.
15 / 20
You are creating an RFC for a new microservice design. The service prioritizes low latency but requires significant memory allocation.
'The service is designed for rapid data retrieval. Notwithstanding this performance advantage, the increased memory footprint may pose challenges in resource-constrained environments.' Which concessive preposition is most appropriate to introduce this technical limitation?
'Although' perfectly captures the contrast between low latency and increased memory usage. It's a standard and precise way to acknowledge a limiting factor alongside a positive feature. 'Despite' is similar but slightly less formal, while 'In addition to' adds an unrelated point, and 'Considering' suggests you are evaluating options – it's not introducing a limitation.
16 / 20
Alex from the DevOps team sent this Slack message during a critical incident:
'The database is overloaded. Despite the recent scaling efforts, we're still seeing significant latency spikes.'
Which concessive adverbial best captures Alex's sentiment regarding the scaling?
'However' is the most appropriate here because it indicates a contrast between the expected outcome (reduced latency after scaling) and the actual situation. 'Nevertheless' suggests a stronger continuation of the previous point, which isn't Alex's intention. 'Although' would imply a reason for the problem, and 'Consequently' shifts the focus to the results rather than the cause.
17 / 20
You're drafting a pull request description for a change that improves API response times. The PR includes a new caching layer.
'The new caching layer significantly reduces the number of database calls. Sarah points out: 'It's a good improvement, but the added latency in the cache population still impacts overall throughput.' Which concessive adverbial best fits this sentence?
'Nonetheless' is crucial here because it acknowledges the positive impact of the caching layer (reduced database calls) while simultaneously highlighting a remaining negative consequence. 'Therefore' would imply a causal link that isn't fully established, and 'Besides' introduces an unrelated point. 'Furthermore' simply adds another positive aspect without addressing the limitation.
18 / 20
During a standup meeting, you're explaining your progress on a new feature. You state:
'I've completed the core logic for the authentication service. Even though we're using a legacy protocol, it's functional.' Which concessive preposition is most appropriate to convey this trade-off?
'Though' is the best choice because it directly indicates a concession – that the functionality exists *despite* using an outdated protocol. 'Despite' and 'In spite of' are synonymous in this context and equally suitable. 'Because of' suggests a causal relationship, which isn't what you intend to communicate here.
19 / 20
You're writing an ADR discussing the migration to a new logging framework. The current system provides detailed, granular logs, but introduces significant overhead.
'We've implemented the new framework. While it offers improved scalability, the reduced log detail necessitates increased monitoring efforts.' Which concessive adverbial is most suitable for this technical trade-off?
'While' is ideal because it balances the benefits (scalability) with the drawbacks (reduced log detail). It clearly acknowledges a contrasting situation. 'However' would simply contrast the two statements without fully explaining the trade-off, and 'Regardless' implies no connection between them. 'Subsequently' describes a chain of events, which isn't relevant here.
20 / 20
You are creating an RFC for a new microservice design. The service prioritizes low latency but requires significant memory allocation.
'The service is designed for rapid data retrieval. Notwithstanding this performance advantage, the increased memory footprint may pose challenges in resource-constrained environments.' Which concessive preposition is most appropriate to introduce this technical limitation?
'Although' perfectly captures the contrast between low latency and increased memory usage. It's a standard and precise way to acknowledge a limiting factor alongside a positive feature. 'Despite' is similar but slightly less formal, while 'In addition to' adds an unrelated point, and 'Considering' suggests you are evaluating options – it's not introducing a limitation.
What will I practise in "Concessive Adverbials in Technical Writing — Grammar Exercise"?
Practise using although, while, whereas, despite, in spite of, and however correctly when expressing technical trade-offs and counterarguments. 5 exercises.
How many exercises are in this module?
This module has 20 multiple-choice exercises, each with instant feedback and a full explanation of the correct answer.
Is this exercise free to use?
Yes. Every exercise on CoderSlingo, including this one, is free to use with no account, sign-up, or paywall.
Do I need to create an account to do these exercises?
No account is required. Just click an option to answer — your score for this session is tracked automatically in the progress bar above.
What happens if I choose the wrong answer?
You'll immediately see which answer was correct, plus a full explanation covering the grammar rule and reasoning behind it — mistakes are where most of the learning happens.
Can I retry the exercises if I want a higher score?
Yes — use the "Try again" button on the results screen to reset and go through all the questions again.
Is my progress saved if I close the page?
No. Progress is tracked only for your current visit; reloading or leaving the page resets the counter. This keeps the exercise simple and account-free.
Where can I find more Grammar exercises?
Browse the full Grammar hub for related drills, or check the "Next up" link below to continue with a connected topic.
How is this different from reading an article on the same topic?
Articles explain grammar rules in prose; this exercise tests and reinforces those rules through active recall with immediate feedback — the two work best together.
Who writes these exercises?
Every exercise is written by the CoderSlingo team, drawing on real workplace English used in IT roles, then reviewed for accuracy and clarity.