Which is a fast C++ based JavaScript interpreter?
Select an option to see the answer and solution.
Why does the Node rely on event handlers?
Select an option to see the answer and solution.
What is the command to run the node programs?
Select an option to see the answer and solution.
What is the alternative command used in Node for load()?
Select an option to see the answer and solution.
What is the command used for debugging output in Node?
Select an option to see the answer and solution.
What is the code to print hello one second from now?
Select an option to see the answer and solution.
Among the below given functions, Node supports which of the following client-side timer functions?
Select an option to see the answer and solution.
The necessary globals of a node are defined under which namespace?
Select an option to see the answer and solution.
Why does Node not block while waiting for operations to complete?
Select an option to see the answer and solution.
Which is the method used for registering handlers?
Select an option to see the answer and solution.
The main purpose of JavaScript in web browser is to
Select an option to see the answer and solution.
A JavaScript program can traverse and manipulate document content through
Select an option to see the answer and solution.
The behaviour of the document elements can be defined by
Select an option to see the answer and solution.
The service(s) that enables networking through scripted HTTP requests is
Select an option to see the answer and solution.
The HTML5 specification includes
Select an option to see the answer and solution.
Which of the following are not advanced services?
Select an option to see the answer and solution.
JavaScript code between a pair of “script” tags are called
Select an option to see the answer and solution.
Client-side JavaScript code is embedded within HTML documents in
Select an option to see the answer and solution.
What is the programming philosophy that argues that content and behaviour should as much as possible be kept separate?
Select an option to see the answer and solution.
Which of the following communicates with server-side CGI scripts through HTML form submissions and can be written without the use of JavaScript?
Select an option to see the answer and solution.