"The Former" and "The Latter" for Reference in Technical English
5 exercises — practise referring back to two compared options with "the former" and "the latter".
0 / 20 completed
1 / 20
Which sentence correctly uses "the former" and "the latter" to refer back to two previously named options, in the right order?
"...the former is simpler to debug, while the latter offers better performance" is correct: "the former" refers to the first-mentioned item (REST), and "the latter" to the second (gRPC), matching the order they were introduced. Option B swaps the references, misattributing the qualities. Option C incorrectly uses plural "are" with the singular referent "the former". Option D wrongly uses the adverb "formerly" instead of the noun phrase "the former".
2 / 20
Choose the sentence that correctly avoids using "the former"/"the latter" when more than two items were mentioned (where the pair becomes ambiguous).
"...Postgres offers the richest feature set, while SQLite is the simplest to embed" is correct: with three items listed, "the former"/"the latter" become ambiguous (it's unclear which two of the three they refer to), so repeating the names is clearer. Options B, C, and D all incorrectly rely on "the former"/"the latter" despite three antecedents being present, leaving the reference unclear.
3 / 20
Select the sentence that correctly uses "the former" and "the latter" as subjects taking singular verb agreement.
"...the former sits in memory, and the latter persists to disk" is correct: both "the former" and "the latter" are singular noun phrases here (referring to one layer each) and take singular verbs. Option B incorrectly uses plural verb forms. Option C redundantly adds a meaningless "respectively both". Option D wrongly pluralizes "former" and "latter" themselves, which is never correct.
4 / 20
Which sentence correctly uses "respectively" together with "the former ... the latter" style pairing to match two lists in order, without redundancy?
"The staging and production databases run version 13 and version 15, respectively" is correct: "respectively" alone already signals the paired, in-order correspondence between the two subjects and the two values, so "the former"/"the latter" are unnecessary. Option B redundantly adds both mechanisms together. Option C awkwardly interrupts the pairing with "the former"/"the latter" inside the object phrase. Option D adds a wordy, redundant explanatory tag.
5 / 20
Choose the sentence that correctly keeps "the former" and "the latter" close enough to their antecedents to remain clear, rather than separated by many intervening sentences.
"We compared synchronous and asynchronous replication. The former guarantees consistency; the latter improves write throughput" is correct: "the former"/"the latter" appear immediately after their antecedents, keeping the reference unambiguous. Option B and Option C insert long digressions between the antecedents and the reference words, making readers lose track of which is which. Option D reverses the order, placing the reference before the antecedents are even introduced.
6 / 20
During a code review session, Alice pointed out a potential bug in the new function. Bob responded: 'The former issue is already addressed in this commit, but the latter requires further investigation.' Which of the following best explains Bob's statement?
Bob is using 'the former' and 'the latter' to distinguish between two distinct points in the code review process. 'The former' refers back to Alice's initial observation of a bug, while 'the latter' indicates something that still needs attention after the first fix was applied. This clarifies their roles relative to each other.
7 / 20
You're drafting a Slack message to your team about a new API endpoint. You write: 'The former documentation covers basic usage, but the latter requires advanced authentication parameters.' What is the primary purpose of this phrasing?
The phrase is used to create a clear distinction between two distinct aspects of the API documentation. 'The former' refers to introductory information, while 'the latter' highlights more complex requirements. This helps developers understand where to find the appropriate guidance based on their needs.
8 / 20
In a Pull Request description for a feature update, Sarah writes: 'The former modification streamlined the user interface, and the latter improved performance metrics.' What is the most accurate interpretation of this sentence?
Sarah uses 'the former' and 'the latter' to create a contrast. The first change focuses on user interface improvements ('the former'), while the second addresses performance metrics ('the latter'). This highlights that she is considering two separate, but related, aspects of the feature update.
9 / 20
During a standup meeting, David says: 'The former sprint goal was to complete user authentication; the latter is focused on implementing two-factor authorization.' What does David mean?
'The former' refers to the completed goal of user authentication, while 'the latter' indicates the ongoing focus on implementing two-factor authorization. David is clarifying that these are distinct phases within a larger project timeline – one finished and one in progress.
10 / 20
A senior developer, Mark, comments on a junior developer's code: 'The former approach was inefficient; the latter is much more scalable.' What does Mark likely intend to convey?
'The former' refers to an initial approach that had limitations (inefficiency), while 'the latter' describes a revised solution designed for increased scalability. Mark is emphasizing a key difference in the design choices and their implications for the system's ability to handle future growth – a critical consideration in software development.
11 / 20
During a code review session, Alice pointed out a potential bug in the new function. Bob responded: 'The former issue is already addressed in this commit, but the latter requires further investigation.' Which of the following best explains Bob's statement?
Bob is using 'the former' and 'the latter' to distinguish between two distinct points in the code review process. 'The former' refers back to Alice's initial observation of a bug, while 'the latter' indicates something that still needs attention after the first fix was applied. This clarifies their roles relative to each other.
12 / 20
You're drafting a Slack message to your team about a new API endpoint. You write: 'The former documentation covers basic usage, but the latter requires advanced authentication parameters.' What is the primary purpose of this phrasing?
The phrase is used to create a clear distinction between two distinct aspects of the API documentation. 'The former' refers to introductory information, while 'the latter' highlights more complex requirements. This helps developers understand where to find the appropriate guidance based on their needs.
13 / 20
In a Pull Request description for a feature update, Sarah writes: 'The former modification streamlined the user interface, and the latter improved performance metrics.' What is the most accurate interpretation of this sentence?
Sarah uses 'the former' and 'the latter' to create a contrast. The first change focuses on user interface improvements ('the former'), while the second addresses performance metrics ('the latter'). This highlights that she is considering two separate, but related, aspects of the feature update.
14 / 20
During a standup meeting, David says: 'The former sprint goal was to complete user authentication; the latter is focused on implementing two-factor authorization.' What does David mean?
'The former' refers to the completed goal of user authentication, while 'the latter' indicates the ongoing focus on implementing two-factor authorization. David is clarifying that these are distinct phases within a larger project timeline – one finished and one in progress.
15 / 20
A senior developer, Mark, comments on a junior developer's code: 'The former approach was inefficient; the latter is much more scalable.' What does Mark likely intend to convey?
'The former' refers to an initial approach that had limitations (inefficiency), while 'the latter' describes a revised solution designed for increased scalability. Mark is emphasizing a key difference in the design choices and their implications for the system's ability to handle future growth – a critical consideration in software development.
16 / 20
During a code review session, Alice pointed out a potential bug in the new function. Bob responded: 'The former issue is already addressed in this commit, but the latter requires further investigation.' Which of the following best explains Bob's statement?
Bob is using 'the former' and 'the latter' to distinguish between two distinct points in the code review process. 'The former' refers back to Alice's initial observation of a bug, while 'the latter' indicates something that still needs attention after the first fix was applied. This clarifies their roles relative to each other.
17 / 20
You're drafting a Slack message to your team about a new API endpoint. You write: 'The former documentation covers basic usage, but the latter requires advanced authentication parameters.' What is the primary purpose of this phrasing?
The phrase is used to create a clear distinction between two distinct aspects of the API documentation. 'The former' refers to introductory information, while 'the latter' highlights more complex requirements. This helps developers understand where to find the appropriate guidance based on their needs.
18 / 20
In a Pull Request description for a feature update, Sarah writes: 'The former modification streamlined the user interface, and the latter improved performance metrics.' What is the most accurate interpretation of this sentence?
Sarah uses 'the former' and 'the latter' to create a contrast. The first change focuses on user interface improvements ('the former'), while the second addresses performance metrics ('the latter'). This highlights that she is considering two separate, but related, aspects of the feature update.
19 / 20
During a standup meeting, David says: 'The former sprint goal was to complete user authentication; the latter is focused on implementing two-factor authorization.' What does David mean?
'The former' refers to the completed goal of user authentication, while 'the latter' indicates the ongoing focus on implementing two-factor authorization. David is clarifying that these are distinct phases within a larger project timeline – one finished and one in progress.
20 / 20
A senior developer, Mark, comments on a junior developer's code: 'The former approach was inefficient; the latter is much more scalable.' What does Mark likely intend to convey?
'The former' refers to an initial approach that had limitations (inefficiency), while 'the latter' describes a revised solution designed for increased scalability. Mark is emphasizing a key difference in the design choices and their implications for the system's ability to handle future growth – a critical consideration in software development.
What will I practise in ""The Former" and "The Latter" for Reference — IT Grammar Exercise"?
Practise "the former" and "the latter" to refer back to two previously mentioned technical options, including agreement, ambiguity limits with three or more
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.