Intermediate Vocabulary #polysemy #context #it-vocabulary

IT Words With Multiple Meanings

5 exercises — the same word can mean very different things depending on context. Non-native speakers often know the everyday meaning but miss the technical one — or vice versa.

Words with multiple meanings in this set
  • thread — string (everyday) / email replied chain / unit of concurrent execution
  • fork — utensil (everyday) / fork() system call / copy a repository independently
  • commit — promise (everyday) / save a snapshot to Git history
  • token — coin substitute / NLP text unit / auth credential (JWT, OAuth)
  • model — fashion (everyday) / 3D mesh / MVC layer / trained ML algorithm
0 / 5 completed
1 / 5
A senior engineer writes in a code review:

"This computation is CPU-heavy — move it to a worker thread so the main thread stays responsive."

What does "thread" mean in this context?