1) Which of the following statement is correct for AngularJS?
- AngularJS is an HTML framework
- AngularJS is a Java framework
- AngularJS is a JavaScript framework
- AngularJS is a SQL framework
2) On which of the Architectural pattern AngularJS is based?
- Observer Pattern
- Decorator pattern
- MVC Architecture pattern
- MVVM Architectural pattern
3)AngularJS applications can run on all major browsers and smart phones including Android and iOS based phones/tablets.
a. True
b. False
4)AngularJS is perfect for?
a.SPAs
b.MPAs
c.DPAs
d.CPAs
5)Which of the following is an advantage of AngularJS?
- AngularJS code is unit testable.
- AngularJS provides reusable components.
- AngularJS uses dependency injection and makes use of separation of concerns.
- All of the above
6)applications are a mix of which of the following technologies?
- HTML and PHP
- HTML and JavaScript
- HTML and TypeScript
- PHP and JavaScript
7)Who is known as the father of AngularJS?
- Brad Green
- Misko Hevery
- Adam Abrons
- Mike Adams
8)of the following community Angular JS belong to?
- Microsoft
9)SPA is a Web Application that fits on a single page.
- True
- False
10)How to include HTML Content into another HTML
a. Server side push
b. Use of CommetD
c.Use of pollingplugin
d.Use of include
11)What is MVC(Model View Controller)
a.It is a service for java bulit function
b.It is marker for DOM elements
c.It is software design pattern for developing web applications.
d.None of the above.
12)Angular js mostly used to develop
a.Desktop Application
b.Rich Single Page Application
c.Rich set Of websites
d.None of above
- True
- False
a.Special page application
b.Single page Application
c.Server page Application
d.None of the above
15) What angular function is used to manually start up an angular application?
a.angular.bootstrap
b.angular.element
c.angular.copy
d.None of the above
16)Is AngularJS completely based on HTML and JavaScript?
a.Yes
b.No
17)What is Angular Js?
a. Library
b. Framework
c.plugin
d.Browser Extension
26)Angular initializes based upon which of the following
scenario?
a. DOM Content Loaded event happens
b. document.ready State is set to complete
c. Both of the above
d. None of the above
27)First the HTML document is loaded into the browser, and evaluated by the
browser. At this time the AngularJS .
a.JavaScript file is loaded
b.the angular global object is created
c.your JavaScript which registers controller functions is executed, d.all of above
28)AngularJS supports two-way data binding?
a.True
b.False
29)An Angular application can be initialized on
______?
a. Only HTML element
b. ANY element
30)which is not features of AngularJS.
a.The Template
b.Directives
c.Filters
d.CSS
0 Comments