The concept in which a software design technique that breaks a program into separate, interchangeable modules is best known as which of these terms?
- A. Modular programming ✓
- B. Runtime error
- C. Constant
- D. String (data type)
Correct answer
A. Modular programming
Explanation
Modular programming refers to a software design technique that breaks a program into separate, interchangeable modules.