- AngularJS - Home
- AngularJS - Overview
- AngularJS - Environment Setup
- AngularJS - MVC Architecture
- AngularJS - First Application
- AngularJS - Directives
- AngularJS - Expressions
- AngularJS - Controllers
- AngularJS - Filters
- AngularJS - Tables
- AngularJS - HTML DOM
- AngularJS - Modules
- AngularJS - Forms
- AngularJS - Includes
- AngularJS - AJAX
- AngularJS - Views
- AngularJS - Scopes
- AngularJS - Services
- AngularJS - Dependency Injection
- AngularJS - Custom Directives
- AngularJS - Internationalization
- AngularJS - ToDo Application
- AngularJS - Notepad Application
- AngularJS - Bootstrap Application
- AngularJS - Login Application
- AngularJS - Upload File
- AngularJS - In-line Application
- AngularJS - Nav Menu
- AngularJS - Switch Menu
- AngularJS - Order Form
- AngularJS - Search Tab
- AngularJS - Drag Application
- AngularJS - Cart Application
- AngularJS - Translate Application
- AngularJS - Chart Application
- AngularJS - Maps Application
- AngularJS - Share Application
- AngularJS - Weather Application
- AngularJS - Timer Application
- AngularJS - Leaflet Application
- AngularJS - Lastfm Application
- AngularJS Useful Resources
- AngularJS - Questions and Answers
- AngularJS - Quick Guide
- AngularJS - Useful Resources
- AngularJS - Discussion
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.
Q 2 - Which of the following is true about ng-model directive?
A - ng-model directive binds the values of AngularJS application data to HTML input controls.
Answer : C
Explaination
ng-model directive binds the values of AngularJS application data to HTML input controls. It creates a model variable which can be used with the html page and within the container control( for example, div) having ng-app directive.
Q 3 - AngularJS expressions are written using.
A - double braces like {{ expression}}
B - single braces like {expression}
Answer : A
Explaination
AngularJS expressions are written inside double braces like {{ expression}}.
Q 4 - Which of the following is true about ng-show directive?
A - ng-show directive can show a given control.
Answer : C
Explaination
ng-show directive shows/hides a given control.
Answer : A
Explaination
$rootScope is the parent of all of the scope variables.
Q 6 - service method is used to create a service whose purpose is to do some defined task.
Answer : A
Explaination
service method is used to create a service whose purpose is to do some defined task.
Q 7 - AngularJS supports inbuilt internationalization for three types of filters currency, date and numbers.
Answer : A
Explaination
AngularJS supports inbuilt internationalization for three types of filters currency, date and numbers.
Q 8 - ng-model binds the values of AngularJS application data to HTML input controls.
Answer : A
Explaination
ng-model binds the values of AngularJS application data to HTML input controls.
Answer : B
Explaination
lowercase filter is applied to an expression using pipe character.
Answer : A
Explaination
AngularJS bootstraps itself during config phase.
