5 exercises on common IT homophones that sound the same but are spelled differently.
0 / 5 completed
1 / 5
Which spelling fits: "Please ___ the changes to the main branch." (homophone of "right")
Write /raɪt/ sounds identical to right, rite, and wright, but only write means to record code or commit changes. In speech these four words are indistinguishable, so context is everything. A developer might say "write the commit" while the listener could imagine "right the commit". When dictating to a colleague, spell it out or add context like "write, as in type" to avoid confusion. The silent w in write is a classic English trap.
2 / 5
Which word means a unit of 8 bits? (homophone of "bite")
Byte /baɪt/ is pronounced exactly like bite (to chew) and bight (a bend in a coastline). The deliberate spelling with y was coined to avoid accidental mutation to bit. When you say "a 4-byte integer" aloud, a non-technical listener hears "a 4-bite integer". Engineers rely on context: in computing, byte always means 8 bits. The vowel is a long diphthong /aɪ/, the same sound as in my and sky.
3 / 5
Which word means to quote a source? (homophone of "site" and "sight")
Cite /saɪt/ means to reference or quote, and it sounds identical to site (a website or location) and sight (vision). All three share the /saɪt/ pronunciation. In docs you might cite a source, deploy to a site, and review at first sight. Because they are perfect homophones, only spelling distinguishes them in writing. The soft c before i gives the /s/ sound, just like in city and circle.
4 / 5
Which word means the base directory of a filesystem? (homophone of "route" in some accents)
The root /ruːt/ directory is the top of a filesystem. In American English, route is often pronounced /raʊt/ (rhyming with out), but in British English route is /ruːt/, making it a homophone of root. So a British engineer saying "the route table" sounds like "the root table". The /uː/ vowel is long, like in boot and food. Context resolves it: root for filesystem/permissions, route for networking paths.
5 / 5
Which word fits: "You need ___ access to install packages here."
Root /ruːt/ access means superuser privileges on a Unix system. It is a homophone of route (in British English) and similar to rout (a disorderly retreat). Saying "log in as root" aloud can confuse listeners who hear "log in as route". The word uses the long /uː/ vowel. In DevOps speech, root is extremely common, so practising its clear pronunciation, distinct from networking routes, helps avoid misunderstandings in technical conversations.