Practice nominalization of IT verbs: deploy→deployment, configure→configuration, authenticate→authentication. Learn when to use noun vs. verb form in technical writing.
0 / 20 completed
1 / 20
Which sentence demonstrates correct nominalization style for a technical specification document?
Nominalization (using 'deployment' instead of 'deploy') is preferred in formal technical specifications because noun phrases allow richer modification ('the phased deployment of the core service') and better fit passive constructions common in specs. The verb form is fine in action-oriented writing like runbooks, but noun forms dominate architecture documents and RFPs.
2 / 20
A developer writes: 'After authenticate the user, the system redirects them.' What is the correctly nominalized rewrite?
The noun form 'authentication' (from the verb 'authenticate', suffix -tion) is the standard nominalization. However, note that option B ('after authenticating') uses a gerund (-ing form), which is also grammatically correct and often more concise. In API documentation, 'authentication' as a standalone noun is far more common than the verb form.
3 / 20
Which of the following correctly pairs the IT verb with its standard nominalization suffix?
The verb 'configure' nominalizes to 'configuration' using the Latin-derived suffix -ation (with spelling adjustment: configure → configur + ation). This pattern applies broadly to IT verbs: migrate→migration, provision→provisioning, validate→validation, authenticate→authentication, orchestrate→orchestration. The suffix -ment (deployment, commitment) is used for a different set of verbs.
4 / 20
A tech writer is editing a runbook. The original reads: 'The rollback of the database to the previous version should be performed by the DBA.' Why might the editor prefer a verb-based rewrite here?
While nominalization is appropriate in formal documents, over-nominalization in procedural writing (runbooks, SOPs, how-to guides) creates 'noun-heavy' sentences that hide the actor and action. 'Perform a rollback of the database' is wordier and less direct than 'Roll back the database.' The guideline: use nominalizations to name processes (the deployment), use verbs to describe steps (deploy the service).
5 / 20
Which noun form is standard for the IT verb 'provision' (as in provisioning cloud resources)?
In IT English, 'provisioning' (gerund used as a noun) is the standard nominalization: 'resource provisioning', 'automated provisioning', 'just-in-time provisioning'. The zero-derivation form 'provision' is used as a countable noun (a provision in a contract) but NOT for the IT process. 'Provisional' is an adjective. This gerund-as-noun pattern also appears in: onboarding, logging, monitoring, containerizing→containerization.
6 / 20
Which of the following best describes the nominalization of "deploy"?
Nominalization converts verbs into nouns. Option 1 accurately describes the process – transforming 'deploy' into 'deployment,' which is a noun representing the act of deploying software. Options 2 and 3 are related but incorrect; option 2 correctly identifies the transformation, while options 2 & 3 describe different IT actions.
7 / 20
The nominalization of 'monitor' when referring to system performance is ______________.
'Monitoring' itself is the nominal form. The correct answer represents the noun form of 'monitor' used to describe a process or system. Options 1 and 4 are incorrect grammatical forms; option 3 describes an adjective.
8 / 20
Which sentence demonstrates the most effective nominalization in a code review comment?
Option 2 uses 'configuration' as a noun, which is a standard nominalization of the verb 'configure'. This makes the comment more precise and actionable. The other options are less effective because they use the verbs directly, rather than transforming them into nouns.
9 / 20
A developer says: 'We need to optimize the database query.' What is a possible nominalized rewrite of this statement?
'Query optimization' is a standard noun phrase used to describe the process of improving database queries. This option reflects the common nominalization pattern in IT discussions. Options 2 and 3 are grammatically incorrect; option 4 uses 'the query's', which is less concise.
10 / 20
Sarah, the senior developer, commented on a pull request: 'Implement the authentication flow.' Which of the following options best demonstrates correct nominalization for this code review comment?
Nominalization transforms verbs into nouns, creating more precise and actionable statements. Option 1 uses 'implementation' as a noun, directly addressing what needs to be done. Options 2 and 3 use the verb form incorrectly; option 4 is an incomplete sentence. The core goal of nominalization here is to describe the *action* as a concrete task.
11 / 20
Mark wrote in a Slack message: 'I'm debugging the application.' What's the most appropriate nominalized rewrite to convey this information effectively?
Nominalization focuses on creating a noun phrase that summarizes the action. While 'I am debugging…' isn't wrong, it's less formal and doesn't clearly communicate the status. 'The debugging of…' is a standard nominalized construction – it frames the activity as an event or process, similar to how you would describe a system deployment.
12 / 20
A security analyst is investigating a potential vulnerability in a web application. Which of the following best describes the nominalization of 'scan' within this context?
Nominalization transforms verbs into nouns. 'Scan' in this context refers to a detailed inspection – the act of searching for vulnerabilities. Options B, C, and D represent actions or consequences, not the noun form of the verb. This is a key concept in understanding how technical terms are used in documentation and reports.
13 / 20
A DevOps engineer needs to document the steps involved in deploying a new version of an application. Which nominalization best represents the core action?
'Deploy' as a verb describes the act of releasing software. Nominalization transforms this into 'deployment,' which represents the entire process. Options A and B focus on results or status; Option C introduces unnecessary complexity. The core meaning is captured by 'deployment'.
14 / 20
A software developer is describing a new feature to their team. They say: 'We need to integrate the API with our system.' What is the most appropriate nominalized form of 'integrate' in this scenario?
'Integration' as a noun represents the entire action of combining systems. Options A and B describe the state or outcome; Option C is simply stating the initiation of an action, while option D provides a definition of the verb.
15 / 20
A network engineer needs to explain the process of securing a server. Which nominalization is most appropriate for 'route'?
'Routing' as a noun refers to the process of directing data packets through a network. This is a key technical term related to network infrastructure. Options A and B describe aspects of routing; Option C provides a definition, not the noun form.
16 / 20
A developer is writing a comment for a code review. Which of the following best demonstrates correct nominalization for describing a task related to database updates?
// Original: 'Update the user table.'Options:
Nominalization focuses on creating nouns from verbs to describe actions. 'Perform' is a standard suffix for expressing action and is most appropriate in this context. 'Implement', 'Execute', and 'Process' are less common and don't fit the technical language of database updates as well.
17 / 20
A Slack message reads: 'I'm investigating a potential vulnerability in the authentication service.' Which of the following options best represents the nominalized version of 'investigate' for this scenario?
Options:
Nominalization creates a noun phrase. 'The investigation' is the standard form. Options B, C and D are grammatically awkward and don't effectively convey the action of investigating in this technical context.
18 / 20
A tech writer is documenting a system recovery process. The original reads: 'The server will be restarted to resolve connectivity issues.' What's the best nominalized rewrite?
Options:
Nominalization transforms the action into a noun phrase. 'Restarting the server' clearly identifies what is being done and is a standard form for documentation purposes. The other options are less concise and don't effectively describe the core process.
19 / 20
A developer needs to write a comment describing the action of setting up a new virtual machine. Which nominalization best represents this?
Options:
'Provisioning' is the standard nominalization for creating or configuring computing resources, particularly in cloud environments. This term accurately reflects the technical action of setting up a new VM.
20 / 20
During a standup meeting, David said: 'We need to scale the application.' Which of the following options best represents a nominalized rewrite of this statement?
Nominalization focuses on creating nouns from verbs to describe a process or state. 'Scaling the application' is the most concise and natural way to express David's statement as a noun phrase. The other options either add unnecessary words or use awkward phrasing that doesn't effectively communicate the intended action.
This exercise, "IT Verbs to Nouns (Nominalization)", tests your understanding of word formation vocabulary and phrasing through 20 multiple-choice questions drawn from real workplace scenarios.
Is this exercise free to use?
Yes. Every exercise on CoderSlingo, including this one, is completely free — no account, sign-up, or payment required.
How many questions does this exercise have?
This exercise has 20 questions. Each one presents a realistic sentence or scenario with multiple-choice options and an explanation once you answer.
What happens after I answer a question?
You'll see immediate feedback showing whether your answer was correct, along with a short explanation of why — then a button to move to the next question.
Can I retry the exercise if I get questions wrong?
Yes. Once you reach the results screen, click "Try again" to reset your answers and go through the exercise from the start as many times as you like.
Do I need to create an account to take this exercise?
No account is needed. Your answers are scored in your browser during the session — nothing is saved to a server, so you can jump straight in.
Is my progress saved if I leave the page?
No — progress within an exercise resets if you navigate away or reload. Each exercise is short enough to complete in a few minutes in one sitting.
Who is this Word Formation exercise for?
It's designed for IT professionals and learners who want to sound natural discussing word formation topics in English — useful for meetings, documentation, interviews, and day-to-day communication with English-speaking teams.
How is this different from reading a glossary or blog article?
Exercises like this one are active recall drills — you have to choose the correct term or phrasing yourself, which builds retention faster than passively reading a definition.
Where can I find more Word Formation exercises?
Browse the full Word Formation exercises hub for more practice, or explore other exercise categories covering vocabulary, grammar, interviews, and workplace communication.