Concessive Clauses in Technical Documentation and Arguments
5 exercises — use although, despite, however, whereas, and that said correctly in technical trade-off discussions.
0 / 5 completed
1 / 5
The team chose Go for the service, ___ Python was the team's primary language.
"Although" is a subordinating conjunction that introduces a concessive clause (subject + verb). "Despite" and "in spite of" are prepositions — they must be followed by a noun or gerund, not a full clause. "Despite Python being the primary language" would work, but "despite Python was" is incorrect. "However" is an adverb and cannot join two clauses without punctuation. "In spite" cannot stand alone — it must be "in spite of." This is a very common error in technical writing.
2 / 5
___ using an aggressive caching strategy, the API response times remained above the SLA threshold.
"Despite" is a preposition followed by a noun phrase or gerund: "Despite using an aggressive caching strategy." "Although" and "Even though" are conjunctions that must be followed by a subject + verb: "Although we used an aggressive caching strategy." "However" is a sentence adverb — it cannot start a phrase without a subject. In technical writing, "despite" is the preferred choice when the concession is expressed as a noun or gerund phrase rather than a full clause.
3 / 5
The monolith ___ has lower operational complexity, ___ it creates a deployment bottleneck as teams scale.
"Admittedly" acknowledges a point honestly and "however" introduces the contrasting main point — a common pattern in architecture trade-off discussions: "X has lower operational complexity; however, it creates a bottleneck." Option A creates a double conjunction (you cannot use "although" and "but" together in the same clause pair). Option C mixes a preposition with a conjunction incorrectly. Option D: "while X, but Y" is redundant — choose one contrast connector.
4 / 5
The new deployment pipeline is significantly faster. ___, it requires all engineers to update their local Docker configurations.
"That said" is an adverbial phrase that acknowledges the previous positive point while introducing a qualification. It is appropriate here because the two points are in separate sentences. "Although" and "whereas" are conjunctions — they cannot start a new sentence after a full stop in standard English. "Despite" is a preposition and needs a noun phrase to follow. "That said," "however," and "nevertheless" are the correct sentence connectors for this function in formal technical writing.
5 / 5
Which sentence correctly uses a concessive structure in a technical trade-off discussion?
Option C correctly uses "Despite + gerund phrase" ("despite being containerised"). Option A uses "despite" before a full clause — it needs a noun or gerund, not "the service is containerised." Option B uses "although" before a noun without a verb — "although" requires a full clause. Option D has a dangling modifier — "while being containerised the service" is structurally ambiguous. These errors are extremely common in technical writing by non-native English speakers.