Hello Friends in this post we are going to discuss about AngularJS Multiple Choice Questions and Answers for Beginner.
1.We include the AngularJS JavaScript file in the ___________.
- Javascript
- Type Script
- HTML
- All of these
Ans – 3.HTML
2.______tells to AngularJS which controller to use with this view?
- ng-controller
- ng-model
- ng-app
- ng-bind
Ans – 1.ng-controller
3._______ as it is popularly called, is a software design pattern for developing web applications.
- MVC
- MVW
- MVVM
- None of the above
Ans – 1.MVC
4.What is responsible for managing application data in AngularJS
- Model
- View
- Controller
- All of these
Ans – 1.Model
5.________responds to user input and performs interactions on the data model objects.
- Model
- View
- Controller
- All of these
Ans – 3.Controller
6.Which directive initializes application data in AngularJS?
- ng-model
- ng-init
- ng-repeat
- None of these
Ans – 2.ng-init
7.Which directive repeats HTML elements for each item in a collection in Angular JS?
- ng-model
- ng-init
- ng-repeat
- None of these
Ans – 3.ng-repeat
8.Which are used to bind application data to HTML in Angular JS?
- Numbers
- Counts
- Strings
- Expressions
Ans – 4.Expressions
9.AngularJS application mainly relies on_______ the flow of data in the application.
- controllers to data
- controllers to control
- control to controllers
- data to controllers
Ans – 2.controllers to control
10.A controller is a JavaScript object that contains_____ in AngularJS.
- attributes
- functions
- properties
- All of these
Ans – 4.
11. Each controller accepts _______ as a parameter in AngularJS.
- $scope
- $http
- $https
- None of these
Ans. – 1.$scope
Read Also:
AngularJS Basic Multiple Choice Questions