5 exercises — how DevOps, fintech, and other tech blends form, and how to distinguish true portmanteaus from compounds and suffixed words.
0 / 5 completed
1 / 5
What is a "portmanteau" word, and which IT term below is a correct example?
A portmanteau (blend) combines PARTS of two or more words into one new word, merging both sound and meaning. "DevOps" = Development + Ops(erations) — a discipline that unifies software development and IT operations.
How blending differs from other word-formation types: • Blend/portmanteau: takes PARTS of two words and fuses them — DevOps, fintech, sysadmin • Initialism/acronym (option B): uses only the FIRST LETTERS of each word in a phrase — API, CLI • Clipping (option C): shortens ONE word by dropping part of it — "app" from "application", "repo" from "repository", "config" from "configuration" • Borrowing (option D): takes a word from another language largely unchanged — "kernel" is actually native English (from Old English "cyrnel", a diminutive of "corn"), not a borrowing example; "daemon" comes from Greek "daimon"
Break down the blend "serverless" — is it a true portmanteau (blending word PARTS) or a different formation type?
"Serverless" is NOT a portmanteau — it is formed by attaching the suffix "-less" (meaning "without") to the complete, unshortened word "server". No parts of two different words are being merged — this is standard suffixation (derivational morphology), like "stateless" (state + less), "schemaless" (schema + less), "passwordless" (password + less).
Why this distinction matters: it is easy to assume any "unusual" or coined tech word is a blend, but many are actually formed through ordinary prefixation/suffixation. Recognising the difference helps you predict meaning correctly: • "-less" words = "without X" — serverless (without managing servers), stateless (without stored state) • True blends fuse SOUNDS from both source words, often overlapping at a shared letter or syllable — "DevOps" blends "Dev" + "Ops" with no overlap needed, but classic blends like "smog" (smoke + fog) or "brunch" (breakfast + lunch) overlap more tightly
Genuine tech portmanteaus for comparison: microservices is actually a compound (micro + services), not a blend either — "micro-" is a combining prefix meaning "small", attached to the full word "services". True blends specifically fuse word FRAGMENTS: DevOps, fintech, sysadmin (system + administrator, itself also arguably a clipping+compound).
3 / 5
A recruiter posts: "We're hiring for our fintech and edtech divisions." What do "fintech" and "edtech" mean, and how are they formed?
Fintech = fin(ance) + tech(nology) and edtech = ed(ucation) + tech(nology) — both are blends that combine a CLIPPED (shortened) form of the first word with a clipped form of "technology". This "-tech" pattern is highly productive in industry naming.
Blend structure note: unlike a full compound ("financial technology"), these blends clip BOTH parts down: "financial" → "fin", "technology" → "tech". This differs from a blend like "DevOps" which keeps each half at full syllable length (Dev, Ops) but drops the rest of the original words ("Development", "Operations").
4 / 5
Which sentence uses "microservices" correctly, understanding it as a compound (micro- + services), and explains the architecture accurately?
Option B is the accurate technical definition. "Microservices" is a compound word: the combining prefix "micro-" (small, narrow-scope) + the full word "services". A microservices architecture splits a large application into small, independently deployable services, each responsible for one specific business capability (e.g. a "payments service", an "authentication service"), communicating via APIs/network calls rather than being bundled into one large ("monolithic") codebase.
Important nuance: "micro" does NOT strictly mean tiny in terms of code size — a microservice can still be a substantial codebase. "Micro" refers to the NARROW, single-responsibility SCOPE of what the service does, contrasted with a "monolith" (mono- = one/single) that handles everything in one deployable unit.
Related "micro-" compounds in IT: microcontroller (small embedded processor), microbenchmark (a small, focused performance test), microkernel (a minimal OS kernel design), microframework (a lightweight web framework like Flask or Sinatra).
This differs from a blend/portmanteau — "microservices" keeps "services" whole; only "micro-" acts as an attached prefix, so it is technically a compound formation, not a blend.
5 / 5
Why has "DevOps"-style blending (combining shortened forms of two disciplines) become so productive for naming new cross-functional roles and practices in tech (DevSecOps, MLOps, FinOps, DataOps)?
"DevOps" established a reusable naming template that the industry now applies productively to new cross-functional practices. Once developers and the industry understood "DevOps" = "integrating development practices into operations (and vice versa)", it became natural to coin new terms by the SAME pattern — swap in a new discipline before "Ops":
• DevSecOps — Development + Security + Operations (security integrated throughout the pipeline, not bolted on at the end) • MLOps — Machine Learning + Operations (practices for reliably deploying/monitoring ML models) • FinOps — Finance + Operations (managing cloud costs collaboratively across teams) • DataOps — Data + Operations (applying DevOps-like discipline to data pipelines) • AIOps — AI + Operations (using AI/ML to automate IT operations tasks)
This is a linguistic phenomenon called "analogical word formation" — once one blend becomes popular and recognisable, it becomes a productive template that speakers reuse to coin structurally similar new words. This happens elsewhere in English too (e.g. "-gate" as a suffix for scandals, after "Watergate": "Deflategate", "Bridgegate").
Understanding this template helps you decode NEW "-Ops" terms you haven't seen before — you can reliably guess that "[X]Ops" means "operational practices that integrate discipline X".
This exercise, "Blended Words & Portmanteaus", tests your understanding of word formation vocabulary and phrasing through 5 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 5 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.