Beginner Vocabulary #fill-in-blank #general-IT #vocabulary-in-context

IT Vocabulary in Context

5 fill-in-the-blank exercises. Read each realistic sentence from a code review, sprint planning, or postmortem — then choose the technical term that fits the blank.

Terms practised in this set
  • Regression — a test type that checks nothing existing was broken by a change
  • Feature flag — a toggle to enable/disable a feature without redeploying
  • Idempotent — same result whether called once or many times
  • Refactor — restructure code without changing its behaviour
  • Scalable — able to handle increasing load without degrading
0 / 5 completed
1 / 5
Choose the word that best completes the sentence:

"After merging the hotfix branch, we need to run the _____ tests to make sure the new patch didn't break any existing functionality."