Intermediate #technical-concepts #precision-vocabulary #false-friends

Technical Concepts — Commonly Confused Pairs

5 exercises on technical terms that developers and engineers often use interchangeably — even though they have distinct meanings. Getting these right signals technical fluency.

The most confused technical word pairs in IT English
  • parameter (defined in signature) vs argument (passed at call)
  • method (belongs to object) vs function (standalone)
  • compile-time (caught by compiler) vs runtime (occurs while running)
  • scalability (handles more load) vs performance (fast at current load)
  • latency (delay) vs throughput (rate) vs bandwidth (capacity)
0 / 5 completed
1 / 5
A code reviewer comments: "You're passing the wrong ___ — the function expects a string, but you're sending an integer."
Which word belongs in the blank?