1.
Which of the following codes returns and prints a JSON-rendering of the Buffer instance in Node.js?
2.
Which of the following methods is used to join Node buffers to form a single Node Buffer?
3.
Which of the following methods is used to copy a node buffer in Node.js?
4.
Which of the following methods is used to get the size of a node.js buffer in bytes?
5.
In node.js, which of the following codes is used to create a buffer and return its size in bytes?
6.
In node.js, which of the following methods is used to display the sub-buffer of a node buffer?
7.
Which of the following node.js codes is used to create a file named output.txt ?
8.
In a current directory in node.js, a file named input.txt is zipped and changed to a file named input.txt.gz.
Which of the following codes is used to detect this file and unzip it?
9.
Which of the following functions is used to get information about a file in node.js?
10.
Which of the following is a valid method syntax to open a file in asynchronous mode in node.js?