wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Node.js

Total questions: 8

Worksheet time: 4mins

Name
Class
Date
1.

Which programming language is the Google V8 Engine designed for?

a)

Java

b)

JavaScript

c)

Python

d)

R

2.

Which JavaScript library is used to create Desktop apps in Node.js?

a)

React.js

b)

React Native

c)

Electron.js

d)

Express.js

3.

Which JavaScript library is used to create Progressive Web apps in Node.js?

a)

React.js

b)

React Native

c)

Electron.js

d)

Express.js

4.

Node.js is a Closed-source Technology. True or False?

a)

True

b)

False

5.

JavaScript used which of the following I/O model?

a)

Non-Blocking I/O Model

b)

Blocking I/O Model

c)

None.

6.

Node.js is _ Threaded language

a)

Single

b)

Multi

c)

Dual

7.

Which of the following command is used to run a node.js program?

a)

node run main.js

b)

node start main.js

c)

start main.js

d)

node main.js

8.

Which of the following code will print "Hello" on the output screen?

a)

print("Hello");

b)

console.log(Hello);

c)

console.log("Hello");

d)

printf("%s","Hello");