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 (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.