Practice nominalization of IT verbs: deploy→deployment, configure→configuration, authenticate→authentication. Learn when to use noun vs. verb form in technical writing.
0 / 5 completed
1 / 5
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 / 5
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 / 5
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 / 5
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 / 5
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.