5 exercises — forming and using abstract nouns like scalability, maintainability, and observability in professional IT contexts.
0 / 5 completed
1 / 5
Which sentence correctly uses an abstract noun formed from the adjective "scalable"?
Scalability is a noun formed from the adjective "scalable" using the suffix -ity. It refers to the capacity of a system to handle increased load. Option B uses it correctly as the object of the verb "improving". Option A tries to use it as a predicate adjective (wrong — "scalable" is the adjective). Option C invents a verb form. Option D invents a past-tense verb. Common abstract nouns in IT formed with -ity: scalability, reliability, maintainability, observability, configurability, availability, interoperability.
2 / 5
A team is writing a systems design doc. Which version uses abstract noun formation correctly?
Maintainability (adjective "maintainable" + suffix -ity) is the correct abstract noun. It describes how easy a system is to maintain, update, and debug. Option A uses the adjective where a noun is needed. Option B drops the article and uses the adjective as a noun incorrectly. Option D invents a verb. In technical documentation, abstract nouns allow you to discuss qualities as concepts: "We must prioritise maintainability, observability, and reliability in this design."
3 / 5
Which abstract noun is formed correctly from the verb "observe"?
Observability is the standard term in IT, derived from "observable" (adjective) + -ity. It refers to how well the internal state of a system can be inferred from its external outputs (metrics, logs, traces). Option C uses "observance", which means compliance with a rule or custom — not a technical term. Option D uses "observation" which can refer to an act of observing but is not the accepted engineering term for this concept. "Observability" is used specifically in SRE and platform engineering to describe telemetry capabilities.
4 / 5
Choose the sentence where the abstract noun is used with the correct article or determiner.
"The reliability" is correct. Abstract nouns like reliability, scalability, and maintainability are uncountable nouns. They use the when referring to a specific instance ("the reliability of this system") and no article when used generally ("Reliability is important"). Option A incorrectly uses "a" — uncountable nouns do not take the indefinite article. Option B incorrectly pluralises an uncountable noun. Option D uses the adverb "reliably" (wrong part of speech) instead of the noun. Remember: reliability, availability, durability, configurability — all uncountable.
5 / 5
Which sentence correctly uses the abstract noun "configurability" in a technical context?
Option B uses "configurability" correctly as a subject noun: it refers to the quality or degree to which a system can be configured. Option A should use the adjective "configurable" after the linking verb "is". Option C uses "configurability" as an adjective modifying "engineer" — wrong. Option D invents a verb. Abstract nouns in IT act as subject or object: "Configurability reduces operational overhead." "We should prioritise configurability in our API design." The suffix chain is: configure (verb) → configurable (adjective) → configurability (noun).