The word “document” mainly refers to
The word “document” mainly refers to
What does Rhino do when the getter and setter methods exist?
What does Rhino do when the getter and setter methods exist?
Which property in the Window object is used to refer to a Location object?
Which property in the Window object is used to refer to a Location object?
A JavaScript program can traverse and manipulate document content through
A JavaScript program can traverse and manipulate document content through
What is the code snippet to update the content of the timestamp element when the user clicks on it?
What is the code snippet to update the content of the timestamp element when the user clicks on it?
The language is commonly used to
The language is commonly used to
What is the code snippet to change the class and let the stylesheet specify the details?
What is the code snippet to change the class and let the stylesheet specify the details?
What is the code for getting the current time?
What is the code for getting the current time?
Consider the following code snippet
var f = new java.io.File("/tmp/test");
var out = new java.io.FileWriter(f);
out instanceof java.io.Reader
What will be the output for the above code snippet?
Consider the following code snippet
var f = new java.io.File("/tmp/test");
var out = new java.io.FileWriter(f);
out instanceof java.io.Reader
What will be the output for the above code snippet?
What is the default value of the type attribute?
What is the default value of the type attribute?
What are the events generated by the Node objects called?
What are the events generated by the Node objects called?
Which of the following is not a framework?
Which of the following is not a framework?
The HTML5 specification includes
The HTML5 specification includes
Which of the following frameworks focuses on DOM and Ajax utilities?
Which of the following frameworks focuses on DOM and Ajax utilities?
Which is a useful way to try out small and simple Rhino programs and one-liners?
Which is a useful way to try out small and simple Rhino programs and one-liners?
What is the property to access the first child of a node?
What is the property to access the first child of a node?
How to pick a document element based on the value of its id attribute?
How to pick a document element based on the value of its id attribute?
What are the two incompatible versions of YUI?
What are the two incompatible versions of YUI?
Which function is a synonym for on()?
Which function is a synonym for on()?
Which among the following POSIX signals generate events?
Which among the following POSIX signals generate events?
When the “end” event fires on EOF when no more data will arrive, which function is called?
When the “end” event fires on EOF when no more data will arrive, which function is called?
Which is more widely used than GWT in Google?
Which is more widely used than GWT in Google?
Which character in JavaScript code will be interpreted as XML markup?
Which character in JavaScript code will be interpreted as XML markup?
What is the function used to remove all handlers for name events?
What is the function used to remove all handlers for name events?
Which of the following is a web application API framework?
Which of the following is a web application API framework?
Which of the following reads the textual contents of a URL and returns as a string?
Which of the following reads the textual contents of a URL and returns as a string?
Which of the following is an event emitter?
Which of the following is an event emitter?
The new Java arrays can be created into a JavaScript programs using which of the following classes?
The new Java arrays can be created into a JavaScript programs using which of the following classes?
What is the programming philosophy that argues that content and behaviour should as much as possible be kept separate?
What is the programming philosophy that argues that content and behaviour should as much as possible be kept separate?
When a program contains extensive use of event handlers, which of the following is necessary?
When a program contains extensive use of event handlers, which of the following is necessary?
What is the command used for debugging output in Node?
What is the command used for debugging output in Node?
Which of the following is a way of embedding Client-side JavaScript code within HTML documents?
Which of the following is a way of embedding Client-side JavaScript code within HTML documents?
Which of the following framework was used by Google for Gmail?
Which of the following framework was used by Google for Gmail?
What are the properties supporting CSS styles for a document element?
What are the properties supporting CSS styles for a document element?
The style property belongs to while of the following object?
The style property belongs to while of the following object?
JavaScript code between a pair of “script” tags are called
JavaScript code between a pair of “script” tags are called
What is the purpose of Dojo framework?
What is the purpose of Dojo framework?
What is the alternative command used in Node for load()?
What is the alternative command used in Node for load()?
Which of the following communicates with server-side CGI scripts through HTML form submissions and can be written without the use of JavaScript?
Which of the following communicates with server-side CGI scripts through HTML form submissions and can be written without the use of JavaScript?
When does JavaScript code appear inline within an HTML file?
When does JavaScript code appear inline within an HTML file?
Which of the following is a global object?
Which of the following is a global object?
Which Window object method is used to display message in a dialog box?
Which Window object method is used to display message in a dialog box?
Which is a more formal way of importing packages and classes as JavaScript objects?
Which is a more formal way of importing packages and classes as JavaScript objects?
What is the code to print hello one second from now?
What is the code to print hello one second from now?
Which is a fast C++ based JavaScript interpreter?
Which is a fast C++ based JavaScript interpreter?
The necessary globals of a node are defined under which namespace?
The necessary globals of a node are defined under which namespace?
Which is the in-house library of Yahoo!?
Which is the in-house library of Yahoo!?
What does Dojo and YUI have in common?
What does Dojo and YUI have in common?
What is the command to run the node programs?
What is the command to run the node programs?
Which is the property that represents the content displayed in the window?
Which is the property that represents the content displayed in the window?
When will the window property come into play?
When will the window property come into play?
What is the code to start displaying the time when document loads?
What is the code to start displaying the time when document loads?
The setTimeout() method is used to
The setTimeout() method is used to
Among the below given functions, Node supports which of the following client-side timer functions?
Among the below given functions, Node supports which of the following client-side timer functions?
The JavaScript classes can be instantiated using _____ operator?
The JavaScript classes can be instantiated using _____ operator?
Which is the method used for registering handlers?
Which is the method used for registering handlers?
The service(s) that enables networking through scripted HTTP requests is
The service(s) that enables networking through scripted HTTP requests is
Client-side JavaScript code is embedded within HTML documents in
Client-side JavaScript code is embedded within HTML documents in
Rhino is originated by
Rhino is originated by
What is the function used to deregister event handler ‘f’?
What is the function used to deregister event handler ‘f’?
One of the main advantage of using src attribute is
One of the main advantage of using src attribute is
The behaviour of the document elements can be defined by
The behaviour of the document elements can be defined by
Which object is the main entry point to all client-side JavaScript features and APIs?
Which object is the main entry point to all client-side JavaScript features and APIs?
Which of the following are not advanced services?
Which of the following are not advanced services?
What is the method used to pause “data” events?
What is the method used to pause “data” events?
Which Rhino command quits Rhino environment?
Which Rhino command quits Rhino environment?
The main purpose of JavaScript in web browser is to
The main purpose of JavaScript in web browser is to
What is the code snippet to find all container elements with class “reveal”?
What is the code snippet to find all container elements with class “reveal”?
When do uncaught exceptions generate events?
When do uncaught exceptions generate events?
What is the purpose of the event handlers in the JavaScript?
What is the purpose of the event handlers in the JavaScript?
Why does the Node rely on event handlers?
Why does the Node rely on event handlers?
Which of the following is not an object?
Which of the following is not an object?
Why does Node not block while waiting for operations to complete?
Why does Node not block while waiting for operations to complete?
Which identifier is used to represent a web browser window or frame?
Which identifier is used to represent a web browser window or frame?
What will be done if more than one page requires a file of JavaScript code?
What will be done if more than one page requires a file of JavaScript code?
The libraries that build a new higher-level API for client-side programming is
The libraries that build a new higher-level API for client-side programming is
Which of the following are global functions that are not part of core JavaScript?
Which of the following are global functions that are not part of core JavaScript?
What will be the return value of the write() method when the Node cannot write the data immediately and has to buffer it internally?
What will be the return value of the write() method when the Node cannot write the data immediately and has to buffer it internally?
Which handler is triggered when the content of the document in the window is stable and ready for manipulation?
Which handler is triggered when the content of the document in the window is stable and ready for manipulation?
Which is the root element in a HTML document?
Which is the root element in a HTML document?