Top 150+ Solved Angular-JS MCQ Questions Answer
Q. A controller is a JavaScript object containing ___
a. Attributes
b. Properties
c. Functions
d. All of the above
Q. Which is/are the characteristics of scope object?
a. Scopes provide APIs ($watch) to observe model.
b. Scopes can be nested to limit access to the properties.
c. It provides context against the expression to be evaluated.
d. All of the above
Q. ________ It is the automatic synchronization of data between model and view
a. components.
b. data binding
c. view
d. Angular js
Q. AngularJS is an open source full featured JavaScript framework developed by__________ It was designed to build dynamic web apps in the first place
a. GOOGLE
b. MICROSOFT
c. SUN
d. none of these
Q. . _________ allows to bind data and inject eliminate the most part of the code in order to prevent writing it.
a. data binding
b. view
c. Angular js
d. SPA
Q. AngularJS is a JavaScript framework written in ______
a. data binding
b. java script
c. php
d. SPA
Q. In angular js MVC stands for _____________.
a. Model viver conroller
b. Model View Controller
c. Many viver component
d. none of these
Q. _____ in MVC: It is responsible for displaying all data or only a portion of data to
a. the users.
b. model
c. Model View Controller
d. controller
Q. The ______ tag is an inline container used to mark up a part of a text, or apart of a document.
a. <div>
b. <block>
c. <span>
d. none of these.
Q. The _______ directive .it is used to binds application data to the HTML view
a. ng-app
b. ng-model
c. ng-bind
d. none of these.
Q. AngularJS is a powerful javascript framework, used for developing _________ projects.
a. run time
b. java script
c. php
d. SPA
Q. SPA (Single Page Application). This means that the navigation within Netflix isperformed without refreshing the whole page.
a. True
b. False
c. none
d. all
Q. The ______ tag defines a division or a section or block in an HTML document.
a. <div>
b. <block>
c. <span>
d. none of these.