Synonyms
Meaning, shades of meaning, collocations, and practice.
What is a synonym?
A synonym is a word that has the same or nearly the same meaning as another word in a particular context. Most pairs differ in tone, formality, collocation, or region.
| Headword | Common Synonyms | Notes (tone/usage) |
|---|---|---|
| start | begin, commence, initiate, kick off | commence is formal; kick off is informal. |
| help | assist, aid, support, facilitate | facilitate is academic/bureaucratic. |
| fix | repair, mend, rectify, resolve | rectify suits formal writing. |
| big | large, huge, massive, enormous | Intensity rises from large → enormous. |
“The right synonym is the one that fits the sentence, not the thesaurus.”
Key points
- Meaning overlaps, not identity.
- Register matters (formal vs informal).
- Check collocations.
- Watch connotation (positive/negative).
Shades of Meaning
Synonyms commonly vary along these axes:
Intensity
How strong is the word?
annoyed → angry → furious
Register
Formal ↔ informal
- inform (neutral) vs apprise (formal)
- buy (neutral) vs purchase (formal)
Connotation
Positive/negative flavour
- slim (+) vs skinny (–)
- thrifty (+) vs stingy (–)
Domain
Field-specific choice
- doctor vs physician (medical formal)
- job vs role (HR/organizational)
Mini Thesaurus (neutral → formal)
Italicised = most formal in the trio.
Practice
A) Multiple Choice
-
Best synonym for “begin” (formal):
start kick off commence open up
-
Best synonym for “fix” (technical report):
mend repair rectify patch
-
Best synonym for “help” (policy document):
aid assist support facilitate
B) Fill in the Blanks
- The committee decided to ________ the policy. (revise / edit / change)
- Please ________ the form at the counter. (submit / hand in / file)
- The new feature will ________ onboarding. (help / ease / facilitate)
- We must ________ the data sources. (check / verify / validate)
C) Tiny code sample (formatting test)
// Pick a synonym by context, not by “fancy”
const choose = (word, context) => {
// pseudo-logic here
return "appropriate_synonym";
};
Short Reading
The university plans to initiate a mentorship programme to assist first-year students. This initiative will facilitate smoother transitions and enhance academic performance. Students may apply online and submit their preferences.
Task: Replace the bold words with suitable synonyms while keeping the tone formal.
Show Suggested Answers
MCQ
- commence
- rectify
- facilitate
Fill in the Blanks
- revise
- submit/file
- facilitate
- verify/validate
Reading
initiate → commence; assist → support; facilitate → enable; enhance → improve; apply → register; submit → file.
Exam tips
- Prefer precise tone over “fancy” words.
- Use context clues from the sentence.
- Eliminate options that clash with collocation.
- Watch out for connotation traps.