hello friends if you are finding for basic AngularJS Multi choice questions or objectives type questions then you are at right place.
AngularJs multiple choice questions with answers for beginners levels.
1.AngularJS is a very powerful______ framework.
- java
- Html
- JavaScript
- Typescript
ans – javascript
2.AngularJS used for _________.
- Double Page Application
- Multiple Page Application
- Single Page Application
- All of these
Ans – Single Page Application
3. AngularJS was developed in which year ?
- 2011
- 2010
- 2008
- 2009
Ans – 2009
4.Who was the developer of Angular Js?
- Misko Hevery
- Adam Abrons
- Both A and B
- None of these
Ans – AngularJS was developed by Adam Abrons and Misko Hevery
5.AngularJS provides developers an options to write,
- Sever side applications
- Client side applications
- Sever and client sides
- None of these
Ans – AngularJS provides developers an options to write client side applications
6. AngularJS is licensed under the______
- MIT Licence
- Copyleft
- Apache
- opensource
Ans – AngularJS is licensed under Apache license version 2.0.
7.AngularJS is a structural framework for______
- Static web applications
- dynamic web applications
- Both A and B
- None of the above
Ans – AngularJS is a structural framework for dynamic web applications
8. What is the automatic synchronization of data between model and view components?
- Data-binding
- Scope
- Services
- Filters
Ans – Data Binding is the automatic synchronization of data between model and view components.
9. What act as a glue between controller and view in AngularJS?
- Data-binding
- Scope
- Services
- Filters
Ans – Scope act as a glue between controller and view in AngularJS
10.What is a design pattern for dividing an application into different parts?
- MVC
- MVW
- MVVM
- None of the above
Ans – MVW is a design pattern for dividing an application into different parts.
11.MVVM stands for_____ in AngularJS.
- Mix-View-ViewModel
- Model-View-ViewModel
- Model-Vision-ViewModel
- Main-Vision-ViewModel
Ans – MVVM stands for Model-View-ViewModel in AngularJS
12.AngularJS provides data binding capability to____
- Javascript
- Html
- Css
- Typescript
Ans – AngularJS provides data binding capability to HTML.
13. In AngularJS, views are pure ______ pages.
- Javascript
- Html
- Css
- Typescript
Ans – AngularJS, views are pure html pages.
14. In AngularJS controllers written in______.
- Javascript
- Html
- Css
- Typescript
Ans – In AngularJS controllers written in JavaScript.
15. AngularJS framework can be divided into how many major parts ?
- four
- Two
- Three
- Five
Ans – AngularJS framework can be divided into three major parts
16. Which directive defines and links an AngularJS application to HTML?
- ng-model
- ng-app
- ng-bind
- All of these
Ans – ng-app directive defines and links an AngularJS application to HTML.
17. Which directive binds the values of AngularJS application data to HTML input controls?
- ng-model
- ng-app
- ng-bind
- All of these
Ans – ng-model directive binds the values of AngularJS application data to HTML input controls.
18. Which directive binds the AngularJS application data to HTML tags?
- ng-model
- ng-app
- ng-bind
- None of these
Ans – ng-bind directive binds the AngularJS application data to HTML tags.