wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

UIT 27.8.2021

Total questions: 10

Worksheet time: 10mins

Name
Class
Date
1.

Select the components of TypeScript.

a)

Strong Static

b)

Typescript Compiler

c)

Single line command

d)

OOPs

2.

TypeScript is a library which is backed primarily by__________

a)

Microsoft

b)

IBM

c)

Google

d)

Facebook

3.

Which of these is correct way of inheriting in Typescript?

a)

class B extends class A {}

b)

class B inherits class A {}

c)

class B + class A {}

d)

class B extends A {}

4.

Typescript is a _______________- of Javascript.

a)

Subset

b)

Superset

c)

Both A and B

d)

Only A

5.

Typescript provides type checking at_____________.

a)

Runtime

b)

Load time

c)

Compile time

d)

Load image

6.

Tell the name of typescript is_________.

a)

Tsp

b)

Tsc

c)

Tcp

d)

Scp

7.

In Typescript weakly or dynamically typed structure are of type __________________.

a)

any

b)

var

c)

dynamic

d)

strings

8.

Is it possible to combine multiple .ts files into a single .js file?

a)

yes

b)

no

c)

don't know

d)

both yes and no

9.

Integers are represent by type _________________.

a)

int

b)

Number

c)

Int32

d)

Int64

10.

Which are additional features of typescript_______________.

a)

Type interface

b)

Compiler

c)

Error checking

d)

None of these