5 exercises on British/American pronunciation of IT terms.
0 / 5 completed
1 / 5
How is the letter "Z" pronounced in British English (e.g. in "A-Z" or "z-index")?
British: "zed"; American: "zee". This matters when reading CSS "z-index", hex values, or variable names aloud. A UK engineer says "zed-index" while a US engineer says "zee-index". Most of the English-speaking world (UK, Australia, Canada, India) uses "zed". When spelling out an API key or commit hash on a call, knowing your audience prevents "Was that a zed or a... wait" moments. Canada notably uses "zed" despite American influence.
2 / 5
How is "config" (short for configuration) most naturally pronounced?
CON-fig with stress on the first syllable (/ˈkɒnfɪɡ/) in both dialects. The "o" is a short "o" as in "con", and the "g" is hard as in "go", not soft like "ginger". A common learner error is "con-FIG" with end stress - native speakers always front-stress this clipping. You'll say "edit the CON-fig file" countless times in DevOps, so locking in the first-syllable stress early pays off.
3 / 5
How is "cache" pronounced?
cache = "CASH" (/kæʃ/), exactly like money. It is a single syllable and rhymes with "dash". A very common mistake is "ka-SHAY" (confusing it with "cachet", /kæˈʃeɪ/, meaning prestige). In computing, the memory/storage cache is always "CASH": "clear the CASH", "CASH hit", "CASH miss". Both British and American English agree here. Say it confidently as one short syllable and you'll sound like a native engineer.
4 / 5
The metal used in some hardware: how do British speakers say and spell it?
British: "aluminium", al-yoo-MIN-ee-um (five syllables, /ˌæljəˈmɪniəm/); American: "aluminum", uh-LOO-mi-num (four syllables, /əˈluːmɪnəm/). The British spelling adds an extra "i" and shifts the stress. Both are official in their regions - even chemistry bodies disagree historically. In hardware or chassis discussions, a UK engineer mentions an "aluminium" heatsink while a US engineer says "aluminum". Spelling differs too, so watch for it in documentation.
5 / 5
How is "process" most commonly pronounced in British English?
British often: PROH-sess with a long "oh" (/ˈprəʊsɛs/); American usually: PRAH-sess with a short "ah" (/ˈprɑːsɛs/). The plural "processes" sometimes gets a British "-eez" ending (/ˈprəʊsɛsiːz/), which can surprise Americans. In computing - "kill the PROH-sess", "background PROH-sesses" - both pronunciations are understood. The vowel difference is subtle but noticeable. Pick the one matching your team's dialect for the smoothest standups.