In this programming methodology, common functionalities are grouped together…

2017

In this programming methodology, common functionalities are grouped together into separate, independent units. The whole program is divided into several units that interact through procedure calls.

Answer: C. Modular ProgrammingCorrect Answer: Modular Programming Explanation: In modular programming, a program is divided into independent modules, each performing a specific…

  1. A.

    Object Oriented Programming

  2. B.

    .NET Programming

  3. C.

    Modular Programming

  4. D.

    Random Programming

Attempted by 614 students.

Show answer & explanation

Correct answer: C

Correct Answer: Modular Programming Explanation: In modular programming, a program is divided into independent modules, each performing a specific functionality, and these modules interact through procedure calls.

A video solution is available for this question — log in and enroll to watch it.

Explore the full course: Rssb Basic Computer Instructor

Loading lesson…