• AngularJS Video Tutorials

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

Expressions are used to bind application data to html. Expressions are written inside double braces like {{ expression}}. Expressions behave in same way as ng-bind directives. AngularJS application expressions are pure JavaScript expressions and outputs the data where they are used.

Answer : B

Explaination

Model View Controller or MVC as it is popularly called, is a software design pattern for developing web applications.

Answer : B

Explaination

filter filter is used to filter the array to a subset of it based on provided criteria. It is simply added to AngularJS expression to filter out the result.

Answer : B

Explaination

$error states the exact error.

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 - 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 - 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 - currency filter is applied to an expression using pipe character.

A - true

B - false

Answer : A

Explaination

currency filter is applied to an expression using pipe character.

Q 10 - Inbuilt services are always prefixed with $ symbol.

A - true

B - false

Answer : A

Explaination

Inbuilt services are always prefixed with $ symbol.

angularjs_questions_answers.htm
Advertisements