Full form of MVC is :

2023

Full form of MVC is :

  1. A.

    Memory Virtual Controller

  2. B.

    Model View Container

  3. C.

    Maximum View Container

  4. D.

    Model View Controller

Attempted by 46 students.

Show answer & explanation

Correct answer: D

MVC (Model-View-Controller) is a software architectural pattern used to organize application code into three interconnected components:

Model – Manages data and business logic.
View – Displays data to the user.
Controller – Handles user input and coordinates between the Model and View.

This separation improves code maintainability, scalability, and reusability.

Explore the full course: Dsssb Tgt Computer Science Paper 2