Google News
logo
Node.JS - Quiz(MCQ)
A)
the preview of node.js application.
B)
testing node.js/JavaScript expressions
C)
executing browser’s JavaScript expressions.
D)
None of the above

Correct Answer : Option (B) :   testing node.js/JavaScript expressions

A)
Asynchronous
B)
Synchronous
C)
Both of the above
D)
None of the above

Correct Answer : Option (A) :   Asynchronous

A)
Events
B)
NodeEvent
C)
EventEmitter
D)
None of the above

Correct Answer : Option (C) :   EventEmitter

A)
var http = require("http")
B)
var http = new require("http")
C)
var http = new http()
D)
None of the above

Correct Answer : Option (A) :   var http = require("http")

A)
Windows
B)
Macintosh
C)
Unix/Linux
D)
All of the above

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

A)
to store the result
B)
to get the last command used
C)
to get the last result
D)
None of the above

Correct Answer : Option (C) :   to get the last result

A)
import fs
B)
package fs
C)
var fs = require("fs")
D)
var fs = import("fs")

Correct Answer : Option (D) :   var fs = import("fs")

A)
Read Eval Print Loop
B)
Read Eval Point Loop
C)
Read Earn Point Learn
D)
Research Eval Program Learn

Correct Answer : Option (A) :   Read Eval Print Loop

A)
$ node start
B)
$ node repl
C)
$ node
D)
$ node console

Correct Answer : Option (C) :   $ node

A)
Node Project Manager
B)
Node Package Manager
C)
New Package Manager
D)
New Project Manager

Correct Answer : Option (B) :   Node Package Manager