Which of the following refers to as a software design technique that focuses…
2022
Which of the following refers to as a software design technique that focuses on separating the program functionality into independent, interchangeable methods/modules?
- A.
Scripting
- B.
Modular programming
- C.
Functional programming
- D.
Low-level programming
Attempted by 138 students.
Show answer & explanation
Correct answer: B
The question describes a design technique that separates program functionality into independent, interchangeable methods or modules. This definition aligns precisely with modular programming, which organizes code into distinct sections for better maintainability. Scripting and low-level programming refer to execution levels or language abstraction rather than structural separation techniques.