What are the properties supporting CSS styles for a document element?
What are the properties supporting CSS styles for a document element?
Which of the following are not advanced services?
Which of the following are not advanced services?
Which identifier is used to represent a web browser window or frame?
Which identifier is used to represent a web browser window or frame?
Which character in JavaScript code will be interpreted as XML markup?
Which character in JavaScript code will be interpreted as XML markup?
Which is the in-house library of Yahoo!?
Which is the in-house library of Yahoo!?
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?
When will the window property come into play?
When will the window property come into play?
The setTimeout() method is used to
The setTimeout() method is used to
What is the purpose of the event handlers in the JavaScript?
What is the purpose of the event handlers in the JavaScript?
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”?
What is the code to start displaying the time when document loads?
What is the code to start displaying the time when document loads?
Which is the root element in a HTML document?
Which is the root element in a HTML document?
What is the default value of the type attribute?
What is the default value of the type attribute?
What is the alternative command used in Node for load()?
What is the alternative command used in Node for load()?
The word “document” mainly refers to
The word “document” mainly refers to
The main purpose of JavaScript in web browser is to
The main purpose of JavaScript in web browser is to
Which of the following is a global object?
Which of the following is a global object?
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?
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?
Which Rhino command quits Rhino environment?
Which Rhino command quits Rhino environment?
The necessary globals of a node are defined under which namespace?
The necessary globals of a node are defined under which namespace?
When does JavaScript code appear inline within an HTML file?
When does JavaScript code appear inline within an HTML file?
What is the function used to deregister event handler ‘f’?
What is the function used to deregister event handler ‘f’?
When do uncaught exceptions generate events?
When do uncaught exceptions generate events?
What is the code to print hello one second from now?
What is the code to print hello one second from now?
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 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?
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 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?
The service(s) that enables networking through scripted HTTP requests is
The service(s) that enables networking through scripted HTTP requests is
The style property belongs to while of the following object?
The style property belongs to while of the following object?
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?
The JavaScript classes can be instantiated using _____ operator?
The JavaScript classes can be instantiated using _____ operator?
A JavaScript program can traverse and manipulate document content through
A JavaScript program can traverse and manipulate document content through
The HTML5 specification includes
The HTML5 specification includes
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?
Which of the following frameworks focuses on DOM and Ajax utilities?
Which of the following frameworks focuses on DOM and Ajax utilities?
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 of the following is a web application API framework?
Which of the following is a web application API framework?
Client-side JavaScript code is embedded within HTML documents in
Client-side JavaScript code is embedded within HTML documents in
What is the property to access the first child of a node?
What is the property to access the first child of a 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?
Rhino is originated by
Rhino is originated by
The behaviour of the document elements can be defined by
The behaviour of the document elements can be defined by
Which is a fast C++ based JavaScript interpreter?
Which is a fast C++ based JavaScript interpreter?
One of the main advantage of using src attribute is
One of the main advantage of using src attribute is
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
What are the events generated by the Node objects called?
What are the events generated by the Node objects called?
Which is the method used for registering handlers?
Which is the method used for registering handlers?
Which is the property that represents the content displayed in the window?
Which is the property that represents the content displayed in the window?
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?
Why does the Node rely on event handlers?
Why does the Node rely on event handlers?
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?
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?
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?
JavaScript code between a pair of “script” tags are called
JavaScript code between a pair of “script” tags are called
What is the code for getting the current time?
What is the code for getting the current time?
The language is commonly used to
The language is commonly used to
Which function is a synonym for on()?
Which function is a synonym for on()?
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?
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 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 not a framework?
Which of the following is not a framework?
Which of the following framework was used by Google for Gmail?
Which of the following framework was used by Google for Gmail?
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?
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 is the method used to pause “data” events?
What is the method used to pause “data” events?
Why does Node not block while waiting for operations to complete?
Why does Node not block while waiting for operations to complete?
What is the purpose of Dojo framework?
What is the purpose of Dojo framework?
Which of the following is an event emitter?
Which of the following is an event emitter?
Which is more widely used than GWT in Google?
Which is more widely used than GWT in Google?
Which of the following is not an object?
Which of the following is not an object?
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?
What is the function used to remove all handlers for name events?
What is the function used to remove all handlers for name events?
What are the two incompatible versions of YUI?
What are the two incompatible versions of YUI?
What does Rhino do when the getter and setter methods exist?
What does Rhino do when the getter and setter methods exist?
What is the command used for debugging output in Node?
What is the command used for debugging output in Node?
Which among the following POSIX signals generate events?
Which among the following POSIX signals generate events?
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?