wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Front-end quiz

Total questions: 12

Worksheet time: 7mins

Name
Class
Date
1.

What TypeScript does?

a)

Transforms Javascript into OO language.

b)

Compiles a typed superset of JavaScript to plain JavaScript

c)

Creates classes by itself

d)

Improve JavaScript performance

2.

Does TypeScript have "namespace"?

a)

Yes

b)

No

3.

What is the diference between AngularJS and Angular

a)

Nothing, are the same thing.

b)

AngularJS uses JavaScript and Angular don't

c)

AngularJS is the first Angular version.

d)

Angular is a Math stuff.

4.

What are NOT an AngularJS directive?

a)

ng-loop

b)

ng-if

c)

ng-bind

d)

ng-app

5.

How can we SET cookies using AngularJS?

a)

cookies.set

b)

Set($cookies)

c)

$cookies.set

d)

$cookiers.put

6.

What "Sass" means?

a)

Syntax available for style sheets

b)

Super access style sheets

c)

Singular access style sheets

d)

Syntactically awesome style sheets

7.

Check AngularJS features...

a)

Directives

b)

Templates

c)

Modules

d)

Scope

e)

Expressions

8.

What AngularJS module does?

a)

Defines a module

b)

Defines a scope

c)

Defines an application

d)

Defines a group

9.

What is scope in Angular JS?

a)

Scope is a JS object that refers to the application scope. It is the entire application context. Basically, it acts as the view manager.

b)

Scope is a JS object that refers to the application model. It acts as a context for evaluating angular expressions. Basically, it acts as glue between controller and view.

10.

Check below AngularJS filters?

a)

Number

b)

Date

c)

Decimal

d)

Lowecase

e)

OrderBy

11.

Why filters are used in AngularJS?

a)

To filter user typed information

b)

To filter not required data

c)

To filter data before displaying it to user

d)

To filter past dates and don't show to user

12.

What are directives in AngularJS?

a)

Directives are DOM elements that allow user to handle browser's cache

b)

Directives are markers on a DOM element that tell AngularJS’s HTML compiler to attach a specified behavior to that DOM element.

c)

Directives are DOM markers to help developers to debug application code.

d)

Directives are Angular markers that allows users to use an application with better performance