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 : C

Explaination

It is a software Code that controls the interactions between the Model and View.

Answer : C

Explaination

ng-disabled directive disables/enables a given control.

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 - Which components can be injected as a dependency in AngularJS?

A - Application Module

B - constant

C - value

D - factory

Answer : A

Explaination

Application Module can not be injected as dependency.

Q 7 - Custom directives are defined using "directive" function.

A - true

B - false

Answer : A

Explaination

Custom directives are defined using "directive" function.

Q 8 - AngularJS applications can run on all major browsers and smart phones including Android and iOS based phones/tablets.

A - true

B - false

Answer : A

Explaination

AngularJS applications can run on all major browsers and smart phones including Android and iOS based phones/tablets.

Q 9 - AngularJS uses two way data binding.

A - false

B - true

Answer : B

Explaination

AngularJS uses two way data binding.

Q 10 - novalidate with a form declaration disables any browser specific validation.

A - false

B - true

Answer : B

Explaination

We can use novalidate with a form declaration to disable any browser specific validation.

angularjs_questions_answers.htm
Advertisements