
- 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.

Answer : B
Explaination
AngularJS provides reusable components.
Q 3 - What is controller in MVC?
A - It is a software Code that stores the data.
B - It is a software Code that renders the user interface.
C - It is a software Code that controls the interactions between the Model and View.
Answer : C
Explaination
It is a software Code that controls the interactions between the Model and View.
Q 4 - Which of the following is true about ng-disabled directive?
A - ng-disabled directive can enable a given control.
Answer : C
Explaination
ng-disabled directive disables/enables a given control.
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?
Answer : A
Explaination
Application Module can not be injected as dependency.
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.
Answer : A
Explaination
AngularJS applications can run on all major browsers and smart phones including Android and iOS based phones/tablets.
Answer : B
Explaination
AngularJS uses two way data binding.
Q 10 - novalidate with a form declaration disables any browser specific validation.
Answer : B
Explaination
We can use novalidate with a form declaration to disable any browser specific validation.