Multiple choice

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

  1. Control words

  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 (or keywords) are words in a programming language that have a predefined meaning and cannot be used as identifiers (like variable or function names) by the programmer.