Genitive 's vs. "Of" Construction in Technical English
5 exercises — practise choosing between 's and of constructions in technical documentation.
0 / 20 completed
1 / 20
Which sentence correctly uses the "of" construction, preferred when the possessor is an inanimate object or abstract system?
"The schema of the database" is correct and often the more natural choice in formal technical writing: while the 's genitive (option A, "the database's schema") is not ungrammatical and is common in casual technical speech, the "of" construction is traditionally preferred for inanimate, non-human possessors in formal registers, and is unambiguous here. Option C incorrectly adds an apostrophe-s to "schema" rather than "database", producing a malformed double-possessive structure. Option D scrambles the word order into a non-grammatical sequence, misplacing "of" after "database" without a coherent noun phrase structure.
2 / 20
Which sentence correctly uses the 's genitive, appropriate here because the possessor is a named organization/team (treated as an animate, agentive entity)?
"The platform team's roadmap" is correct and the more natural, idiomatic choice: the 's genitive is strongly preferred when the possessor is a person, group, or organization (an animate, agentive entity), which "the platform team" is, even though it is technically a collective noun. Option B ("the roadmap of the platform team") is grammatically valid but sounds unnecessarily formal and less natural for a human/organizational possessor in everyday technical writing. Option C incorrectly combines both constructions ("of the platform team's"), producing a redundant double possessive. Option D misplaces the apostrophe-s on "roadmap" instead of "team", reversing the intended possessive relationship.
3 / 20
Which sentence avoids an awkward chain of genitives by using "of" for a multi-level technical relationship?
Option B is correct: chaining multiple 's genitives together ("company's server's configuration's default value", as in option A) is grammatically legal but reads as extremely awkward and hard to parse, so switching to a chain of "of" constructions for the inanimate technical layers (default value / configuration / server) while keeping the 's genitive only for the animate possessor ("the company's server") produces a much clearer sentence. Option C garbles the possessive markers, misplacing apostrophes across multiple nouns incoherently. Option D similarly places an apostrophe-s incorrectly on "value" where "of" should instead introduce the following noun phrase.
4 / 20
Which sentence correctly uses "of" to describe a measurable quantity or amount, where the 's genitive would sound unnatural?
"A response time of two hundred milliseconds" is correct: "of" is the natural construction for expressing a measurement or quantity attached to a noun, a very common pattern in technical writing ("a latency of 50ms", "a file size of 2GB"). Option A incorrectly inserts an apostrophe-s on "response", producing an unnatural possessive that does not match standard measurement phrasing. Option C ("two hundred milliseconds' response time") uses a plural genitive that, while occasionally seen with time expressions ("two weeks' notice"), is far less natural and idiomatic here than the standard "of" measurement pattern. Option D adds a redundant, ungrammatical apostrophe-s after an already-complete "of" phrase.
5 / 20
A design doc says: "_____ was updated to support the new authentication flow." Choose the option using the more natural construction for an inanimate technical component.
Both A and B are natural and correct: for a two-level relationship between two inanimate technical nouns like "login page" and "redirect logic", both the 's genitive ("the login page's redirect logic") and the "of" construction ("the redirect logic of the login page") are grammatically valid and read naturally in technical writing — the choice is largely stylistic, with 's often preferred for brevity and "of" sometimes preferred to avoid ambiguity in longer noun chains. This flexibility is itself an important point: the animate/inanimate "rule" is a strong tendency, not an absolute rule, especially for compact two-noun relationships. Option D incorrectly places the apostrophe-s on "redirect" rather than forming a clean possessive or "of" phrase, producing a malformed hybrid structure.
6 / 20
John reported that the API response contained an unexpected error code. Which sentence uses the correct genitive construction to describe this situation?
The 's genitive is generally reserved for named entities – people, teams, or organizations – that are treated as active agents. Here, 'John' is the actor reporting the issue, making 'of' the correct choice to indicate the relationship between the report and the response. Using 's would imply the API response *owns* the error, which isn't logical.
7 / 20
During a code review of the database schema migration script, you see this comment: 'The table's indexing strategy was modified to improve query performance.' What is the best way to revise this sentence using the appropriate genitive construction?
When describing a technical component like a database table, the 's genitive is more natural and commonly used. It indicates possession or association in a way that aligns with standard English usage when referring to software systems. Using 'of' here feels slightly awkward and less precise.
8 / 20
You receive the following Slack message from a colleague: 'I've updated the configuration of the server to reflect the new security policy.' Which sentence best represents the intended meaning using the most appropriate genitive construction?
In this context, 'configuration' is an element *of* the server. The 's genitive would imply the server *owns* its configuration, which isn't correct. 'Of' correctly shows that the configuration belongs to or is part of the server. It's a common pattern when discussing system components.
9 / 20
You are writing the description for a pull request introducing a new logging mechanism. The PR states: 'The application's error handling logic was enhanced with detailed logging.' Select the option that uses the most natural and technically accurate genitive construction.
Again, 'of' is preferred when describing a component *within* another system. Using 's here suggests the application possesses the error handling logic – a less typical and somewhat confusing phrasing. The 'of' construction clearly indicates that the error handling logic belongs to or is part of the application.
10 / 20
During your daily stand-up, you say: 'I worked on improving the performance of the API endpoint.' Which sentence best uses the correct genitive construction for this update?
While 's is grammatically correct in this case, it can sound slightly stiff when describing a technical update. 'Of' is often preferred to describe features or attributes *of* a component. Saying 'I improved the performance of the API endpoint' reads more naturally and clearly conveys your actions and the target of that action. The 's construction is acceptable but less common in this scenario.
11 / 20
John reported that the API response contained an unexpected error code. Which sentence uses the correct genitive construction to describe this situation?
The 's genitive is generally reserved for named entities – people, teams, or organizations – that are treated as active agents. Here, 'John' is the actor reporting the issue, making 'of' the correct choice to indicate the relationship between the report and the response. Using 's would imply the API response *owns* the error, which isn't logical.
12 / 20
During a code review of the database schema migration script, you see this comment: 'The table's indexing strategy was modified to improve query performance.' What is the best way to revise this sentence using the appropriate genitive construction?
When describing a technical component like a database table, the 's genitive is more natural and commonly used. It indicates possession or association in a way that aligns with standard English usage when referring to software systems. Using 'of' here feels slightly awkward and less precise.
13 / 20
You receive the following Slack message from a colleague: 'I've updated the configuration of the server to reflect the new security policy.' Which sentence best represents the intended meaning using the most appropriate genitive construction?
In this context, 'configuration' is an element *of* the server. The 's genitive would imply the server *owns* its configuration, which isn't correct. 'Of' correctly shows that the configuration belongs to or is part of the server. It's a common pattern when discussing system components.
14 / 20
You are writing the description for a pull request introducing a new logging mechanism. The PR states: 'The application's error handling logic was enhanced with detailed logging.' Select the option that uses the most natural and technically accurate genitive construction.
Again, 'of' is preferred when describing a component *within* another system. Using 's here suggests the application possesses the error handling logic – a less typical and somewhat confusing phrasing. The 'of' construction clearly indicates that the error handling logic belongs to or is part of the application.
15 / 20
During your daily stand-up, you say: 'I worked on improving the performance of the API endpoint.' Which sentence best uses the correct genitive construction for this update?
While 's is grammatically correct in this case, it can sound slightly stiff when describing a technical update. 'Of' is often preferred to describe features or attributes *of* a component. Saying 'I improved the performance of the API endpoint' reads more naturally and clearly conveys your actions and the target of that action. The 's construction is acceptable but less common in this scenario.
16 / 20
John reported that the API response contained an unexpected error code. Which sentence uses the correct genitive construction to describe this situation?
The 's genitive is generally reserved for named entities – people, teams, or organizations – that are treated as active agents. Here, 'John' is the actor reporting the issue, making 'of' the correct choice to indicate the relationship between the report and the response. Using 's would imply the API response *owns* the error, which isn't logical.
17 / 20
During a code review of the database schema migration script, you see this comment: 'The table's indexing strategy was modified to improve query performance.' What is the best way to revise this sentence using the appropriate genitive construction?
When describing a technical component like a database table, the 's genitive is more natural and commonly used. It indicates possession or association in a way that aligns with standard English usage when referring to software systems. Using 'of' here feels slightly awkward and less precise.
18 / 20
You receive the following Slack message from a colleague: 'I've updated the configuration of the server to reflect the new security policy.' Which sentence best represents the intended meaning using the most appropriate genitive construction?
In this context, 'configuration' is an element *of* the server. The 's genitive would imply the server *owns* its configuration, which isn't correct. 'Of' correctly shows that the configuration belongs to or is part of the server. It's a common pattern when discussing system components.
19 / 20
You are writing the description for a pull request introducing a new logging mechanism. The PR states: 'The application's error handling logic was enhanced with detailed logging.' Select the option that uses the most natural and technically accurate genitive construction.
Again, 'of' is preferred when describing a component *within* another system. Using 's here suggests the application possesses the error handling logic – a less typical and somewhat confusing phrasing. The 'of' construction clearly indicates that the error handling logic belongs to or is part of the application.
20 / 20
During your daily stand-up, you say: 'I worked on improving the performance of the API endpoint.' Which sentence best uses the correct genitive construction for this update?
While 's is grammatically correct in this case, it can sound slightly stiff when describing a technical update. 'Of' is often preferred to describe features or attributes *of* a component. Saying 'I improved the performance of the API endpoint' reads more naturally and clearly conveys your actions and the target of that action. The 's construction is acceptable but less common in this scenario.
What will I practise in "Genitive 's vs. "Of" Construction in Technical English — IT Grammar Exercise"?
Practise choosing between the possessive 's genitive and the of construction for ownership, parts, and measurements in technical documentation and design docs.
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.