AngularJS Online Quiz



Following quiz provides Multiple Choice Questions (MCQs) related to AngularJS Framework. You will have to read all the given answers and click over the correct answer. If you are not sure about the answer then you can check the answer using Show Answer button. You can use Next Quiz button to check new set of questions in the quiz.

Questions and Answers

Q 2 - Do AngularJS provide reusable components?

A - false

B - true

Answer : B

Explaination

AngularJS provides reusable components.

Answer : B

Explaination

View is responsible for displaying all or a portion of the data to the user.

Answer : C

Explaination

angular.module is used to create AngularJS modules along with its dependent modules. It is primarily used to create application module.

Q 5 - $http service is used to make an Ajax call to server.

A - false

B - true

Answer : B

Explaination

AngularJS provides $http control which works as a service to make ajax call to read data from the server.

Q 6 - Child controller inherits the scope of its parent controller.

A - true

B - false

Answer : A

Explaination

Child controller inherits the scope of its parent controller.

Q 7 - Services are singleton objects which are instantiated only once in app.

A - false

B - true

Answer : B

Explaination

Services are singleton objects which are instantiated only once in app.

Q 8 - Being JavaScript only framework, application written in AngularJS are not safe and secure.

A - true

B - false

Answer : A

Explaination

Being JavaScript only framework, application written in AngularJS are not safe and secure.

Q 9 - lowercase filter is applied to an expression using pipe character.

A - false

B - true

Answer : B

Explaination

lowercase filter is applied to an expression using pipe character.

Q 10 - In controllers, model data is accessed via $scope object.

A - false

B - true

Answer : B

Explaination

In controllers, model data is accessed via $scope object.

angularjs_questions_answers.htm
Advertisements