Google News
logo
Angular - Quiz(MCQ)

Angular is an application-design framework and development platform for creating efficient and sophisticated single-page apps.

These Angular docs help you learn and use the Angular framework and development platform, from your first application to optimizing complex single-page applications for enterprises. Tutorials and guides include downloadable examples to help you start your projects.

A)
Angular is based on TypeScript.
B)
This is a superset of JavaScript.
C)
TypeScript is maintained by Microsoft.
D)
All of the above.

Correct Answer : Option (D) :   All of the above.

A)
Streams data in asynchronously
B)
Streams data in synchronously
C)
Both
D)
None of above

Correct Answer : Option (C) :   Both

A)
Ahead-Of-Time Compilation
B)
Angular Object Templates
C)
Both
D)
None of above

Correct Answer : Option (A) :   Ahead-Of-Time Compilation

A)
ngOnChanges
B)
ngViewStart
C)
ngOnInit
D)
None of the above

Correct Answer : Option (B) :   ngViewStart

A)
@angular/core
B)
@angular/router
C)
Both
D)
None of the above

Correct Answer : Option (B) :   @angular/router

A)
Browser
B)
Server Side
C)
Both
D)
None of the above

Correct Answer : Option (C) :   Both

A)
pipeName
B)
pipeDeco
C)
Pipe
D)
None of the above

Correct Answer : Option (C) :   Pipe

A)
@NgModule
B)
@NgApp
C)
Both
D)
None of the above

Correct Answer : Option (A) :   @NgModule

A)
Used to link external files
B)
Used to configure your angular 2 project
C)
used to install required project packages
D)
None of the above

Correct Answer : Option (B) :   Used to configure your angular 2 project

A)
main.ts
B)
index.js
C)
app.ts
D)
angular.cli.json

Correct Answer : Option (A) :   main.ts