Hello Friends in this article we are going to see AngularJS MVC Multiple choice questions or objective type questions. MVC stands for Model View Controller, it is a software design pattern for designing and developing a web application.
1.In AngularJs MVC Model Part Consist of_______.
- database
- application data
- Both 1 and 2.
- interface part
Ans – 3 (Model part consists of a database and application data)
2.In AngularJs MVC View part is________.
- database part
- interaction part
- interface part
- All of these
Ans. 3 (View part is the user interface part of an application)
3.When a user enters a URL in the browser, according to that specific URL control goes to the server and calls_______ in AngularJS.
- MODEL PART
- VIEW PART
- CONTROLLER PART
- controller
Ans- 4. Controller (When a user enters a URL in the browser, according to that specific URL control goes to the server and calls the controller.)
4.Everything starts with a __________ in angular.
- MODEL PART
- VIEW PART
- CONTROLLER PART
- controller
Ans- 4.Controller