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

Answer : D

Explaination

ng-bind directive binds the AngularJS Application data to HTML tags. ng-bind updates the model created by ng-model directive to be displayed in the html tag whenever user input something in the control or updates the html control's data when model data is updated by controller.

Answer : B

Explaination

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

Answer : A

Explaination

orderby filter orders the array based on provided criteria. It is simply added to AngularJS expression to order the result.

Answer : A

Explaination

Using AngularJS, we can embed HTML pages within a HTML page using ng-include directive.

Q 6 - Using factory method, we first define a factory and then assign method to it.

A - false

B - true

Answer : B

Explaination

Using factory method, we first define a factory and then assign method to it.

Q 7 - Custom directives are used in AngularJS to extend the functionality of HTML.

A - true

B - false

Answer : A

Explaination

Custom directives are used in AngularJS to extend the functionality of HTML.

Q 8 - ng-bind binds the AngularJS Application data to HTML tags.

A - true

B - false

Answer : A

Explaination

ng-bind binds the AngularJS Application data to HTML tags.

Q 9 - AngularJS expressions behave in same way as ng-bind directives.

A - true

B - false

Answer : A

Explaination

AngularJS expressions behave in same way as ng-bind directives.

Q 10 - AngularJS bootstraps itself during config phase.

A - true

B - false

Answer : A

Explaination

AngularJS bootstraps itself during config phase.

angularjs_questions_answers.htm
Advertisements