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

Uppercase filter converts a text to upper case text. It is simply added to AngularJS expression to filter out the result.

Answer : C

Explaination

ng-show directive shows/hides a given control.

Answer : D

Explaination

$routeProvider is the key service which set the configuration of urls, maps them with the corresponding html page or ng-template, and attaches a controller with the same.

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

A - true

B - false

Answer : A

Explaination

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

Q 7 - Filters select a subset of items from an array and return a new array.

A - true

B - false

Answer : A

Explaination

Filters select a subset of items from an array and return a new array.

Q 8 - AngularJS provides capability to create Single Page Application in a very clean and maintainable way.

A - true

B - false

Answer : A

Explaination

AngularJS provides capability to create Single Page Application in a very clean and maintainable way.

Q 9 - ng-init directive can be used to put values to the variables to be used in the application.

A - true

B - false

Answer : A

Explaination

ng-init directive can be used to put values to the variables to be used in the application.

Q 10 - Internationalization is a way to show locale specific information on a website.

A - false

B - true

Answer : B

Explaination

Internationalization is a way to show locale specific information on a website.

angularjs_questions_answers.htm
Advertisements