Verb Prefix Precision in Technical English
5 exercises — choosing the correct prefix (re-, de-, un-) so the verb expresses exactly the intended technical action.
Key patterns:
- re- — doing an action again (redeploy, recompose)
- de- — removing, undoing, or breaking apart (decommission, decompose, destructure)
- un- — reversing a specific state change (unset, undeploy)
- The same root with different prefixes can mean opposite actions — check context carefully
0 / 5 completed
1 / 5
A runbook says: "If the initial deployment fails validation, _____ the service using the previous image tag." Which verb correctly implies deploying again, using the prefix "re-"?
The prefix re- means "again," so
redeploy precisely conveys deploying a second time after a failed attempt. Undeploy uses the prefix un-, which reverses an action (removing a deployment entirely) rather than repeating it. Predeploy would suggest an action taken before deployment, which does not fit this context. Precision with prefixes like re-, un-, and de- is essential in runbooks, where the wrong prefix can describe the opposite action.