Font size
WorksheetsUIT 27.8.2021
Total questions: 10
Worksheet time: 10mins
Select the components of TypeScript.
Strong Static
Typescript Compiler
Single line command
OOPs
TypeScript is a library which is backed primarily by__________
Microsoft
IBM
Which of these is correct way of inheriting in Typescript?
class B extends class A {}
class B inherits class A {}
class B + class A {}
class B extends A {}
Typescript is a _______________- of Javascript.
Subset
Superset
Both A and B
Only A
Typescript provides type checking at_____________.
Runtime
Load time
Compile time
Load image
Tell the name of typescript is_________.
Tsp
Tsc
Tcp
Scp
In Typescript weakly or dynamically typed structure are of type __________________.
any
var
dynamic
strings
Is it possible to combine multiple .ts files into a single .js file?
yes
no
don't know
both yes and no
Integers are represent by type _________________.
int
Number
Int32
Int64
Which are additional features of typescript_______________.
Type interface
Compiler
Error checking
None of these
