Multiple choice _____________ are words that a programming language has set aside for its own use. Control words Reserved words Control structures Reserved keys 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 (variable names, function names, etc.). Examples include 'if', 'while', 'class', 'return' in most languages.