Top 50+ Solved AngularJS Filters MCQ Questions Answer
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 in very clean and maintainable way.
a. SinglePageApplication(SPA)
b. doublepage application
c. multipage application
d. none of these
Q. ________is a web application or website that interacts with the user bydynamically rewriting the current page rather than loading entire new pages from a server).
a. SinglePageApplication(SPA)
b. doublepage application
c. multipage application
d. non 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. The ______ directive initializes application data. ,it is used to initializes thedata.
a. ng-app
b. ng-model
c. ng-bind
d. ng-init
Q. The _______ directive repeats a set of HTML, a given number of times.
a. ng-app
b. ng-bind
c. ng-init
d. ng-repeat.