1. Which statement best defines a programming paradigm in terms of code structure?
A programming paradigm is a fundamental style or mindset that structures code using specific rules, abstractions, and computational models.
Explication
A programming paradigm is the fundamental style or philosophy that guides how code is structured, not the language’s name or syntax. The distractors confuse paradigms with languages or with runtime state.