Answer: Reason:: 1. True False

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

1.

TRUE or FALSE
TOOLKIT provides a specific way for users to interact with the operating system or application.
Answer: True
Reason: Toolkits include widgets that provide user interaction mechanisms like buttons, forms,
and scrollbars, allowing interaction with applications and operating systems.

2. TRUE or FALSE
In MVC component VIEW changes its state, the domain notifies its associated views to refresh.
Answer: True
Reason: In the MVC architecture, the model (domain) communicates with the views to reflect
state changes.

3. TRUE or FALSE
In the MVC component VIEW specifies the logical structure of data and the associated
high-level classes in a software application.
Answer: False
Reason: The Model specifies the logical structure and high-level data, not the View. The View
focuses on presentation.

4. TRUE or FALSE
CONTROLLER renders the data and logic of a system into a form that is suitable for user
interaction.
Answer: True
Reason: The Controller processes inputs and converts them for interaction with the system.

5. TRUE or FALSE
CONTROLLER is a domain-specific representation of the data that describes the processes in
an application.
Answer: False
Reason: The Model represents domain-specific data, not the Controller.
6. TRUE or FALSE
VIEW serves as an interface between the model and the view components.
Answer: False
Reason: This is an incorrect description; the Controller bridges the Model and View, while the
View is solely for display.

7. IDENTIFICATION
What specific application development is the MVC framework commonly used?
Answer: Web and mobile application development
Reason: The MVC framework is widely used for creating interactive systems in web and mobile
platforms.

8. TRUE or FALSE
CONTROLLER presents the application’s user interface as an output.
Answer: False
Reason: The View handles the presentation, not the Controller.

9. TRUE or FALSE
In the controller component of MVC framework, it can be merged with the view component.**
Answer: True
Reason: Although it's not ideal, some implementations allow merging the Controller and View
for simpler designs.

10. TRUE or FALSE


An MVC framework is not an example of an interactive system development framework.**
Answer: False
Reason: MVC is a widely recognized interactive system framework.
11. TRUE or FALSE
CONTROLLER COMPONENT pertains to an established modular approach for interactive
program development.
Answer: True
Reason: MVC’s Controller is central to modular design, facilitating development through
separation of concerns.

12. TRUE or FALSE


In MVC FRAMEWORK it provides a fast development process through parallel development.**
Answer: True
Reason: Separation of concerns allows multiple developers to work simultaneously on different
MVC components.

13. TRUE or FALSE


Advantages of MVC Framework include faster development process through parallel
development.
Answer: True
Reason: Parallel development is a key advantage of the MVC framework.

14. TRUE or FALSE


VIEW COMPONENT involves the user interface logic of software.
Answer: True
Reason: The View is responsible for the UI logic and presentation of data from the Model.

You might also like