Google News
logo
AngularJS - Quiz(MCQ)
1 .
Who is Inventor of AngularJS?
A)
Brad Green
B)
Igor Minor
C)
Misko Hevery
D)
Misko Minor

Correct Answer : Option (C) :  

Misko Hevery

2 .
AngularJS initial release date ?
A)
October 20, 2007
B)
October 20, 2008
C)
October 20, 2009
D)
October 20, 2010

Correct Answer : Option (D) :   October 20, 2010

3 .
AngularJS is based on which of the following pattern.?
A)
VMC
B)
MVC
C)
MVA
D)
GUI

Correct Answer : Option (B) :  

MVC 

4 .
What is AngularJS ?
A)
Front end framework
B)
Back end framework
C)
Both of above
D)
None of the above

Correct Answer : Option (A) :  

Front end framework

5 .
What is AngularJS?
A)
A simplified JavaScript framework, used for modifiability.
B)
A simplified JavaScript framework, used binding for HTML User Interface Elements with JavaScript binding.
C)
A modifiable JavaScript framework, used for information security.
D)
An MVC JavaScript framework, used for information security

Correct Answer : Option (B) :  

A simplified JavaScript framework, used binding for HTML User Interface Elements with JavaScript binding. 

6 .
Which Directive is used to define and link an AngularJS application to HTML.?
A)
ng-app
B)
g-app
C)
ng-controller
D)
ng-init

Correct Answer : Option (A) :  

ng-app

7 .
_______ AngularJS directive is used to add or remove HTML elements from the DOM based on data in the model.?
A)
ng-model
B)
ng-disabled
C)
ng-switch
D)
None of the above

Correct Answer : Option (C) :  

ng-switch

8 .
AngularJS application is composition of which of the following___________ ?
A)
HTML and CSS
B)
HTML and JavaScript
C)
HTML and EcmaScript
D)
HTML and AngularScript

Correct Answer : Option (B) :  

HTML and JavaScript

9 .
What is the correct syntax for a variable “a” in AngularJS?
A)
{{{expression}}}
B)
(expression)
C)
{{expression}} 
D)
[expression]

Correct Answer : Option (C) :  

{{expression}}

10 .
Which of the following module is required for routing?
A)
angular.js
B)
angular-route.js 
C)
angularRouting.js
D)
route.js

Correct Answer : Option (B) :  

angular-route.js