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?

Answer: B. Modular programmingThe question describes a design technique that separates program functionality into independent, interchangeable methods or modules. This definition aligns…

  1. A.

    Scripting

  2. B.

    Modular programming

  3. C.

    Functional programming

  4. D.

    Low-level programming

Attempted by 469 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.

Explore the full course: Uppsc Polytechnic Lecturer 2025 Cs

Loading lesson…