Identify the correct definition of Modular programming.
- A. The set of rules that determines the order in which operators are evaluated in an expression.
- B. A line of text in source code that is ignored by the compiler or interpreter and used to explain the code.
- C. A data type used to represent a sequence of characters, such as text.
- D. A software design technique that breaks a program into separate, interchangeable modules. ✓
Correct answer
D. A software design technique that breaks a program into separate, interchangeable modules.
Explanation
Modular programming refers to a software design technique that breaks a program into separate, interchangeable modules.