- 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 View in MVC?
A - View represents a database view.
B - View is responsible for displaying all or a portion of the data to the user.
Answer : B
Explaination
View is responsible for displaying all or a portion of the data to the user.
Q 4 - How angular.module works?
A - angular.module is used to create AngularJS modules along with its dependent modules.
B - angular.module is primarily used to create application module.
Answer : C
Explaination
angular.module is used to create AngularJS modules along with its dependent modules. It is primarily used to create application module.
Answer : B
Explaination
AngularJS provides $http control which works as a service to make ajax call to read data from the server.
Answer : A
Explaination
Child controller inherits the scope of its parent controller.
Answer : B
Explaination
Services are singleton objects which are instantiated only once in app.
Q 8 - Being JavaScript only framework, application written in AngularJS are not safe and secure.
Answer : A
Explaination
Being JavaScript only framework, application written in AngularJS are not safe and secure.
Answer : B
Explaination
lowercase filter is applied to an expression using pipe character.
Answer : B
Explaination
In controllers, model data is accessed via $scope object.
