Home »
MCQs »
Full Stack Development MCQs
Amongst which of the following is TRUE about model-view-architecture?
19. Amongst which of the following is TRUE about model-view-architecture?
- The View accesses the data from the Model using AJAX calls
- Model and View are independent and do not communicate directly
- Model and View communicate via Controller
- Model and View communicate directly
Answer: B) Model and View are independent and do not communicate directly
Explanation:
Model and View are independent of each other and do not communicate directly. Model-view architecture makes the code less complex and easier to work with.