1.
Which of the following statements about the __dirname global object in Node.js is true?
2.
Which of the following statements about the setInterval(cb, ms) global function in Node.js is true?
3.
In Node.js, which of the following about the console global object is true?
4.
In Node.js, which of the following commands is used to return the current working directory?
5.
Which of the following commands is used to return the process version in Node.js?
6.

Which of the following statements is true for this function in Node.js:

 
setTimeout (event,2)

 
7.
Which of the following modules is required for operating system specific operations in Node.js?
8.
Which of the following prints the endianness of the operating system in Node.js?
9.
Which of the following will print the name of the operating system in Node.js?
10.
Which of the following will print the platform of the operating system in Node.js?