Search This Blog

Friday, August 14, 2020

Angular JS Multiple Choice Questions Answers Quiz - 1

1. Which of the following is not true about angular js?

It is an open source framework
It is based on MVC architecture
It can be added to HTML page
It is a programming language
2. AngularJS is a JavaScript framework. It can be added to an HTML page with which tag?
embed
script
insert
ng
3. AngularJS extends HTML attributes with Directives, and binds data to HTML with Expressions. AngularJS directives are HTML attributes with what prefix?
ag
jg
ng
sg
4. To make the page HTML valid, what can be used instead of ng-?
data-ng-
html-ng-
valid-ng-
page-ng-
5. On removal of which of the following ng directive, HTML will display the expression as it is, without solving it?
bind
model
app
data
6. Which of the following ng directive defines an AngularJS application?
bind
model
app
data
7. Which of the following ng directive binds the value of HTML controls (input, select, textarea) to application data?
bind
model
app
data
8. Which of the following ng directive binds application data to the HTML view?
bind
model
app
data
9. You can restrict your directives to only be invoked by some of the methods. The legal restrict values are - E, A, C and M. What does restrict value E means?
Attribute
Element name
Class
Comment
10. You can restrict your directives to only be invoked by some of the methods. The legal restrict values are - E, A, C and M. What does restrict value M means?
Attribute
Element name
Class
Comment






Your score =

Score in percentage =

Correct Answers 1 =

Correct Answers 2 =

Correct Answers 3 =

Correct Answers 4 =

Correct Answers 5 =

Correct Answers 6 =

Correct Answers 7 =

Correct Answers 8 =

Correct Answers 9 =

Correct Answers 10 =

0 comments: