Thursday, 1 December 2016

Here are 10 Mostly Asked AngularJS Online Quiz Questions that Explains Everything about AngularJS


Angular Js is a complete JavaScript-based open source front end web application framework usually maintained by Google. It is also maintained by a community of individuals and corporations to address many of the challenges encountered in developing single-page applications.
AngularJS is a basic system for element web applications. It allows you to utilize HTML as your format dialect and gives you a chance to extend HTML's linguistic structure to express your application's parts unmistakably and concisely. Angular's information official and reliance infusion take out a great part of the code you would somehow or another need to compose. Furthermore, everything happens inside the program, making it perfect join forces with any server innovation.
The impedance crisscross between element applications and static records is regularly tackled with:
1.      A library - an accumulation of capacities which are helpful when composing web applications. Your code is in control and it calls into the library when it sees fit. E.g., jQuery.
2.      Frameworks - a specific usage of a web application, where your code fills in the subtle elements. The structure is in control and it calls into your code when it needs something application particular. E.g., Durandal, ash, and so forth.
Angular adopts another strategy. It endeavors to minimize the impedance befuddle between archive driven HTML and what an application needs by making new HTML builds. Angular instructs the program new sentence structure through a build we call directives. Examples include:
Data binding, as in
Grouping of HTML into reusable components.
Attaching new behavior to DOM elements
Support for forms and form validation.
DOM control structures for repeating, showing and hiding DOM fragments.
Angular Js Online Quiz provides multiple choice questions which are based on the AngularJS framework.
Angular Js Online Quiz checks your basic knowledge bot the AngularJS. It has 20 questions and each question includes 4 option and you can select any one of them according to your answer. There is absolutely no time limit for this test. The questions will be related to directives, expressions, routing, services etc.
You get one point for every correct answer that you give. The result gets displayed at the end of the test. The maximum score is 20 points. No negative scores.

Let’s look at some of its questions, options, and correct answers:
I)  AngularJS is a library?
A. True
B. False
Ans: B

II)  Which of the following directive is used to initialize an angular app? 

A. ng-model
B. ng-app
C. ng-controller
D. None of the above
Ans: B

III)    AngularJS supports two-way data binding?
A. True
B. False
Ans: A

IV)    Who is sometimes called as Father of AngularJS?
A. Brad Green
B. Igor Minor
C. Misko Hevery
D. Brian Ford
Ans: C

V)    Can angular applications (ng-app) be nested within each other?
A. Yes
B. No
Ans: B

VI)    AngularJS expressions are written using.
A. double braces like {{ expression}}
B. single braces like {expression}
C. capital bracket like [expression])
D. small bracket like (expression)
Ans: A

VII)    What are various possible ways in which angular application can be initialized?
A. On an element, one could either put simply the attribute such as (ng-app, data-ng-app, ng:app, x-ng-app)
B. Put the named attribute such as (ng-app=’demoApp’)
C. Both of the above
Ans: C

VIII)    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
Ans: A

IX)    Which angular module is loaded by default?
A. ng
B. ng-app
Ans: A

X)    AngularJS needs data in JSON format to populate its model.
A. true
B. false
Ans: A
These are some of the mostly asked questions in the Angular Js Online Quiz


No comments:

Post a Comment