Homophones & Confusing Words
Sound-alike words, look-alike words, and pairs that exam setters love to use for confusion and traps.
What are homophones & confusing words?
A homophone is a word that has the same sound as another word but a different spelling and meaning.
Confusing words are pairs or groups of words that look or sound similar, or have related meanings, so learners often mix them up in speech or writing.
| Type | Pair / Set | Meaning & Usage |
|---|---|---|
| Homophones | pair / pear |
pair = two of something; pear = a fruit. |
| Homophones | their / there / they’re |
their = belonging to them; there = at that place; they’re = they are. |
| Confusing meanings | affect / effect |
affect (verb) = to influence; effect (noun) = result. |
| Confusing forms | advise / advice |
advise (verb) = to give a suggestion; advice (noun) = the suggestion. |
“The best choice is the one that fits the sentence, not the one that merely sounds right.”
Key points
- Homophones: sound same, spelling & meaning different.
- Check part of speech (noun / verb / adjective).
- Use the full sentence meaning, not just sound.
- Typical exam traps: affect/effect, principal/principle.
How Do Words Become Confusing?
Most homophones and confusing words vary along these axes:
Sound
Same sound, different spelling and meaning.
- one vs won
- to / too / two
Form (Part of Speech)
Same base, noun/verb/adjective forms differ.
- practice (noun, BrE) vs practise (verb)
- advise (v) vs advice (n)
Meaning
Related ideas but different usage.
- historic vs historical
- economic vs economical
Spelling
Looks similar; meaning is not.
- accept vs except
- compliment vs complement
Mini Bank of Homophones & Confusing Pairs
allowed / aloud – permitted / spoken
flower / flour – blossom / powder for baking
on time = exactly at the time
a university (sound: /juː/)
an MBA (sound: /ɛm/)
principal (head of institution) / principle (rule/idea)
stationary (not moving) / stationery (writing materials)
complement = to complete / go well with
Trick: “i” in compliment = “I praise you”.
Tip: Make two columns in your notebook – “Sound-alike” and “Meaning-confusing” – and keep adding pairs as you read.
Practice
A) Multiple Choice (choose the correct word)
-
I could not hear you because there was too much ________.
noise noice voice vice
-
Regular exercise has a positive ________ on our health.
affect effect effort affort
-
The principal reminded them of the school’s core ________.
principals principles principles’ principle’s
B) Fill in the Blanks (homophones & confusing words)
- We decided to ________ (accept / except) the invitation to the seminar.
- The books are kept in the wooden ________ (shelf / self) behind the desk.
- The train arrived exactly ________ (in time / on time) for the inspection.
- Please ________ (borrow / lend) me your notes for one day.
C) Tiny code sample (mapping confusing pairs)
// Simple map for confusing pairs (idea only)
const confusingPairs = {
"affect_effect": {
affect: "verb: to influence",
effect: "noun: result or outcome"
},
"principal_principle": {
principal: "head of school; main",
principle: "basic rule or belief"
}
};
function explain(pairKey, word) {
return confusingPairs[pairKey]?.[word] || "Not found";
}
// Example:
console.log(explain("affect_effect", "effect"));
// "noun: result or outcome"
Short Reading
The college is trying to raise awareness about road safety. The principal believes that this will have a lasting effect on students’ behaviour outside the campus as well. During the programme, students were asked to hear the experiences of accident survivors and then write a reflection on how they would practice safe driving in the future.
Task: Identify any confusing words in bold and briefly explain why the chosen word is correct in this context.
Show Suggested Answers
MCQ
- noise
- effect
- principles
Fill in the Blanks
- accept
- shelf
- on time (exactly at the scheduled time)
- lend (“Please lend me…” – the owner gives; the other person borrows.)
Reading – Why these words?
raise – to lift/increase (not “rise”, which is intransitive: prices rise).
effect – result or outcome (not “affect”, which is a verb).
hear – to listen to (not “here”, which refers to place).
write – correct verb form (not “right”).
practice – here used as a verb in general sense; in strict British usage, “practise” is the verb, “practice” the noun. Many modern contexts accept “practice” in both roles, but exam boards may prefer BrE distinction.
Exam tips
- Underline tricky words in the question and rewrite the sentence in your mind with each option.
- Check what part of speech is needed: noun, verb, adjective, adverb.
- Remember small tricks: “affect” (action) vs “effect” (end-result).
- Create your own mini-dictionary of confusing pairs from past papers.