Some English words are spelled identically but pronounced differently depending on meaning. These homographs are common in IT — mastering them prevents embarrassing misunderstandings in standups and code reviews.
0 / 5 completed
1 / 5
A developer posts in Slack: "We're going live with the deployment in 10 minutes." Which pronunciation of live is correct here?
live — /laɪv/ — "going LIVE" with the deployment:
English has several words spelled the same but pronounced differently. live is the most famous:
/lɪv/ (verb, rhymes with "give") — "Where do you live?" / "We live in London"
/laɪv/ (adjective/adverb, rhymes with "drive") — "a live server", "going live", "live stream", "live deployment"
IT context examples:
Sentence
Pronunciation
"The feature goes live today"
/laɪv/ — rhymes with drive
"We watch the live stream of the conference"
/laɪv/ — rhymes with drive
"The app should live in memory"
/lɪv/ — rhymes with give
"How long has the service been live?"
/laɪv/ — rhymes with drive
Memory trick: In IT, "live" almost always means "active/deployed" (/laɪv/). If you're talking about where something resides, use /lɪv/.
2 / 5
A team lead says: "She led the migration project last quarter." What is the correct pronunciation of led here, and what is the difference from lead?
lead / led — three distinct meanings, two pronunciations:
This is one of the trickiest homograph pairs in English:
Word
Pronunciation
Meaning
lead
/liːd/ — "leed"
Present tense verb: "to lead a team"
led
/lɛd/ — "led"
Past tense: "she led the project"
lead
/lɛd/ — "led"
The metal element (Pb)
Why this trips up developers: "LED" as in Light Emitting Diode is an acronym, pronounced "ELL-EE-DEE" (spelled out) or sometimes "led" — which creates confusion with the past tense verb.
IT usage examples:
"I lead /liːd/ the backend team" (present)
"She led /lɛd/ the code review" (past)
"Our lead /liːd/ engineer is on vacation" (noun: lead = senior/chief)
"The LED /ɛlˈiːdiː/ indicator blinks red" (acronym)
3 / 5
A colleague asks: "Have you read the documentation?" and another replies: "Yes, I read it yesterday." Are these two instances of read pronounced the same?
read — /riːd/ (present) vs /rɛd/ (past):
The verb read is an irregular verb that changes pronunciation but NOT spelling between tenses:
Present: I read /riːd/ documentation every day
Past: I read /rɛd/ the docs last night
Past participle: I have read /rɛd/ the entire RFC
Context clues for which pronunciation to use:
After "have/has/had" → /rɛd/ (perfect tenses use past participle)
"Yesterday", "last week", "in 2022" → /rɛd/ (simple past)