Angular Quiz
Angular and Typescript Quiz - 4

Total Questions : 28

« 1 2 3 4 »

1. Who is sometimes called as father of Angular

a) Brad Green
b) Brad Richardson
c) Misko Hevery
d) Chuck Jazdzewski
Wrong! Try again.
Wrong Again!Try one more chance.
Wrong!
The correct answer is c) Misko Hevery
Correct! Misko Hevery

2. Which of the following is correct about TypeScript?


a) Angular is based on TypeScript
b) This is a superset of JavaScript
c) TypeScript is maintained by Microsoft
d) All of the above
Wrong! Try again.
Wrong Again! Try one more chance.
Wrong!
The correct answer is d) All of the above
Correct!
All of the above are correct

3. Since Angular defines a set of built-in directives, the . . . . . . . . method passes them in a
similar way in order to make them available in the entire application in order to prevent us from code duplications.


a) startup
b) constructor
c) bootstrap
d) initialization
Wrong! Try again.
Wrong Again! Try one more chance.
Wrong!
The correct answer is c) bootstrap
Correct!
bootstrap

4. Select the syntax for two-way data binding in angular.


a) (target)="statement"
b) [target]="expression"
c) [(target)]="expression"
d) None of these

Wrong! Try again.
Wrong Again! Try one more chance.
Wrong!
The correct answer is c) [(target)]="expression"
Correct!
[(target)]="expression"

5. Which of the following is not a feature of Angular ?


a) Multithread
b) Components
c) TypeScript
d) Services

Wrong! Try again
Wrong Again! Try one more chance.
Wrong!
The correct answer is a) Multithread
Correct!
Multithread is not a feature of Angular

6. Which angular decorator allows us to define the pipe name that is globally available for use in any template in the across application


a) pipeName
b) pipeDeco
c) Pipe
d) None of the above

Wrong! Try again.
Wrong Again! Try one more chance.
Wrong!
The correct answer is c) Pipe
Correct!
Pipe

7. Router is part of which of the following module?


a) @angular/router
b) @angular/core
c) @angular/forms
d) None of above

Wrong! Try again.
Wrong Again! Try one more chance.
Wrong!
The correct answer is a) @angular/router
Correct!
@angular/router