1. A controller is a JavaScript object containing ___
Correct : D. All of the above
2. Scope contains the ___?
Correct : A. model data
3. Which is/are the characteristics of scope object?
Correct : D. All of the above
4. The _______ directive is used if you want to add or remove HTML elements
from the DOM based on data in the model.
Correct : A. ng-switch
5. What is the purpose of $http?
Correct : A. It is an inbuilt service used to make ajax call to get the server data.
6. What MVC stands for?
Correct : B. Model View Controller
7. Can AngularJS be used to create a service?
Correct : C. Yes
8. Which of the following is true about orderby filter?
Correct : A. orderby filter orders the array based on provided
9. Which of the following is true about ng-app directive?
Correct : C. Both of the above
10. AngularJS is a powerful javascript framework, used for developing _________ projects.
Correct : D. SPA
11. SPA (Single Page Application). This means that the navigation within Netflix is
performed without refreshing the whole page.
Correct : A. True
12. The ______ tag defines a division or a section or block in an HTML document.
Correct : A. <div>
13. The <span> tag is much like the <div> element, but <div> is a _________
and <span> is an ______________.
Correct : A. Block level element , inline element
14. The _____ directive is show that it is AngularJS application.
Correct : A. ng-app
15. The ______ directive for binds the value of HTML it is used for input the data , select the data in application
Correct : A. ng-app
16. angular js is back end application which develop by java script.
Correct : A. True
17. In AngularJS, views are pure html pages, and controllers written only in php
do the business processing.
Correct : A. True
18. AngularJS, provides data binding capability to HTML. Thus, it gives user a rich
and responsive experience TRUE
Correct : A. True
19. Being JavaScript framework, application written in AngularJS are not safe.
Correct : A. True
20. ____ is an open source full featured JavaScript framework developed by Google.
Correct : A. angular js
21. Published by Google in ____AngularJS has become one of the most popular
JavaScript frameworks till now
Correct : A. 2009
22. AngularJS is a ______framework for dynamic web apps.
Correct : A. structural
23. The _____ directive is show that it is AngularJS application
Correct : A. ng-app
24. Angular 1 core concept was $scope, and you will not find $scope in angular 2.0. Angular 2 is using . . . . . . . . to detect changes.
Correct : C. zone.js
25. Angular 2.0 contains a logging service called . . . . . which is very useful feature measuring where time is spent in your application.
Correct : C. diary.js
26. Angular 2 has a . . . . . . . service that allows us to dynamically load a component in a certain position on the page.
Correct : D. DynamicComponentLoader
27. ___________ is a web application or website that interacts with the user by dynamically rewriting the current page rather than loading entire new pages from
a server).
Correct : D. SPA
28. The ______ tag is an inline container used to mark up a part of a text, or a part of a document.
Correct : A. <div>
29. The _______ directive .it is used to binds application data to the HTML
view
Correct : C. ng-bind
30. AngularJS is a powerful javascript framework, used for developing _________ projects in very clean and maintainable way.
Correct : A. SinglePageApplication(SPA)
31. ________is a web application or website that interacts with the user by dynamically rewriting the current page rather than loading entire new pages from a server).
Correct : A. SinglePageApplication(SPA)
32. ________ It is the automatic synchronization of data between model and view
Correct : A. components.
33. AngularJS is an open source full featured JavaScript framework developed by
__________ It was designed to build dynamic web apps in the first place
Correct : A. GOOGLE
34. . _________ allows to bind data and inject eliminate the most part of the code in order to prevent writing it.
Correct : C. Angular js
35. AngularJS is a JavaScript framework written in ______
Correct : B. java script
36. In angular js MVC stands for _____________.
Correct : A. Model viver conroller
37. _____ in MVC: It is responsible for displaying all data or only a portion of data to
Correct : B. model
38. The ______ tag is an inline container used to mark up a part of a text, or a
part of a document.
Correct : A. <div>
39. The _______ directive .it is used to binds application data to the HTML view
Correct : C. ng-bind
40. AngularJS is a powerful javascript framework, used for developing _________
projects in very clean and maintainable way.
Correct : A. SinglePageApplication(SPA)
41. ________is a web application or website that interacts with the user by
dynamically rewriting the current page rather than loading entire new pages from a server).
Correct : A. SinglePageApplication(SPA)
42. The _____ directive .it is used to binds application data to the HTML view.
Correct : C. ng-bind
43. The ______ directive initializes application data. ,it is used to initializes the
data.
Correct : D. ng-init
44. The _______ directive repeats a set of HTML, a given number of times.
Correct : D. ng-repeat.
45. ______ directive is used to show a div tab by linking it to a Boolean variable in
the script. If the value of the variable is true then the item is displayed.
Correct : B. ngshow
46. ______directive is used to hide a div tab by linking it to a Boolean variable in the script. If the value of the variable is false then the item is not displayed.
Correct : A. ng-hide
47. The AnglarJS ______directive sets the readonly attribute on the element; if it gets that the expression inside ng-readonly is true. it used to show the only which we can not change ,it is only for read only purpose.
Correct : B. readonly diretive
48. The AngularJS ______ is used to remove the HTML elements if the expression is set to false. If the if element is set to true, a copy of the element is added in the DOM.
Correct : A. ng-if directive
49. The AngularJS _______ facilitates you to specify custom behaviour when an element is clicked. So, it is responsible for the result what you get after clicking
Correct : A. ng-click directive
50. The ______ sets the disabled attribute of a form field (input, select, or textarea).
Correct : A. ng-disebled directive
51. The ________ adds a controller to your application.it control on the application
Correct : A. ng-control directive
52. The ______ is used to binds application data to the HTML view.
Correct : A. ng-bind directive
53. These directives can be used to create custom HTML tags that serve as new, custom widgets. AngularJS has built-in directives such as ngBind, ngModel, etc.
Correct : A. true
54. angular js is an open source full featured JavaScript framework developed by
Google.
Correct : A. true
55. Published by Google in 2009 AngularJS has become one of the most popular JavaScript frameworks till now
Correct : A. true
56. AngularJS is a structural framework for dynamic web apps.
Correct : A. true
57. AngularJS is a powerful javascript framework, used for developing
SinglePageApplication(SPA) projects in very clean and maintainable way.
Correct : A. true
58. The ng-app directive is show that it is AngularJS application
Correct : A. true
59. The ng-bind directive .it is used to binds application data to the HTML view.
Correct : A. true
60. The ng-init directive initializes application data. ,it is used to initializes the
data.
Correct : A. true
61. The _ ng-repeat. directive repeats a set of HTML, a given number of times.
Correct : A. true
62. ngshow directive is used to show a div tab by linking it to a Boolean variable in
the script. If the value of the variable is true then the item is displayed.
Correct : A. true
63. ng-hide directive is used to hide a div tab by linking it to a Boolean variable
in the script. If the value of the variable is false then the item is not displayed.