Multiple choice

_____________ are words that a programming language has set aside for its own use.

  1. Control worlds

  2. Reserved words

  3. Control structures

  4. Reserved keys

  5. None of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Reserved words are terms that programming languages set aside for specific purposes and cannot be used as identifiers or variable names. Examples include 'if', 'while', 'class', and 'return'. Control structures and control worlds are not the correct terminology.