How many node types are there in total?
How many node types are there in total?
Which is the method that operates on the return value of $()?
Which is the method that operates on the return value of $()?
Which is the appropriate code to begin a HTTP GET request?
Which is the appropriate code to begin a HTTP GET request?
Which is the function used to store a value?
Which is the function used to store a value?
Which property is used to specify the key type when pressed?
Which property is used to specify the key type when pressed?
Which is the code that asks for the set of all div elements in a document?
Which is the code that asks for the set of all div elements in a document?
What is the purpose of the method getUserData(key)?
What is the purpose of the method getUserData(key)?
Which of the following are objective database and not a relational database?
Which of the following are objective database and not a relational database?
Which node type represents the root-node of the DOM tree?
Which node type represents the root-node of the DOM tree?
A key path is defined as
A key path is defined as
Which method is an alternative of the property location of a window object?
Which method is an alternative of the property location of a window object?
Which of the following is a factory function?
Which of the following is a factory function?
Which of the following function is used as a consequence of not including semicolons, commas or whitespace in the Cookie value?
Which of the following function is used as a consequence of not including semicolons, commas or whitespace in the Cookie value?
Which of the following can be used to configure the scope of the Cookie visibility?
Which of the following can be used to configure the scope of the Cookie visibility?
What is the purpose of the DocumentFragment node type?
What is the purpose of the DocumentFragment node type?
Which of the following is the child(s) of the node type EntityReference?
Which of the following is the child(s) of the node type EntityReference?
Which of the following are not key event properties?
Which of the following are not key event properties?
The localStorage and sessionStorage belongs to
The localStorage and sessionStorage belongs to
What is the main difference between localStorage and sessionStorage?
What is the main difference between localStorage and sessionStorage?
Which of the following is a single global function defined in the jQuery library?
Which of the following is a single global function defined in the jQuery library?
What is the alternate way to search in an IndexedDB API?
What is the alternate way to search in an IndexedDB API?
How can the nodes in the node list be accessed?
How can the nodes in the node list be accessed?
How does a user generate multiple keydown events?
How does a user generate multiple keydown events?
Which of the following defines the Cookie visibility?
Which of the following defines the Cookie visibility?
What is the property textContent?
What is the property textContent?
Which of the following are the features of jQuery?
Which of the following are the features of jQuery?
Which of the following is a heavily overloaded function?
Which of the following is a heavily overloaded function?
What is the purpose of the method item()?
What is the purpose of the method item()?
Which of the following Node types have a node value equal to null?
Which of the following Node types have a node value equal to null?
How many nodetype – named constants are available?
How many nodetype – named constants are available?
The other name for Comet is
The other name for Comet is
Which of the following is a feature of the IndexedDB API?
Which of the following is a feature of the IndexedDB API?
Which of the following are the features of an HTTP request?
Which of the following are the features of an HTTP request?
Which method is used to compare the placement of two nodes in the DOM hierarchy (document)?
Which method is used to compare the placement of two nodes in the DOM hierarchy (document)?
Which of the following is not the value the key property will hold if the key is a function key?
Which of the following is not the value the key property will hold if the key is a function key?
What is the lifetime of the data stored through localStorage?
What is the lifetime of the data stored through localStorage?
Which of the following is a boolean cookie attribute?
Which of the following is a boolean cookie attribute?
What does the nodeName of the nodeType Document return?
What does the nodeName of the nodeType Document return?
What is the constraint on the data per cookie?
What is the constraint on the data per cookie?
XMLHttpRequesr is a
XMLHttpRequesr is a
How many Node object methods are available?
How many Node object methods are available?
Which is the function used to retrieve a value?
Which is the function used to retrieve a value?
Which of the following is used for parsing JSON text?
Which of the following is used for parsing JSON text?
Which are the forms of client-side storage?
Which are the forms of client-side storage?
Which of the following Node object property returns the node immediately before a node?
Which of the following Node object property returns the node immediately before a node?
How many node object properties are there?
How many node object properties are there?
How does IndexedDB provide atomicity?
How does IndexedDB provide atomicity?
Which is the most appropriate database for developers requiring huge amount of data?
Which is the most appropriate database for developers requiring huge amount of data?
Which is the Microsoft’s own proprietary client-side storage?
Which is the Microsoft’s own proprietary client-side storage?
Which of the following use the Web SQL Database?
Which of the following use the Web SQL Database?
Which of the following uses scripted HTTP?
Which of the following uses scripted HTTP?
Which method is used to add a binding?
Which method is used to add a binding?
Which of the following is a feature of the HTTP response?
Which of the following is a feature of the HTTP response?
Which of the below is a lieral reverse of Ajax?
Which of the below is a lieral reverse of Ajax?
Which property helps to initiate the HTTP requests?
Which property helps to initiate the HTTP requests?
How to associate an object to a key on a node?
How to associate an object to a key on a node?
What value does the keyCode property holds when a Shift key is pressed for adding punctuation character?
What value does the keyCode property holds when a Shift key is pressed for adding punctuation character?
In the IndexedDB database, database is defined as
In the IndexedDB database, database is defined as
Which attribute is used to extend the lifetime of a cookie?
Which attribute is used to extend the lifetime of a cookie?
Cookies were originally designed for
Cookies were originally designed for
Which is the method to look up the objects for a range of keys?
Which is the method to look up the objects for a range of keys?
Which of the following explains Cookies nature?
Which of the following explains Cookies nature?
Which of the following is an equivalent replacement of $(document).ready(f)?
Which of the following is an equivalent replacement of $(document).ready(f)?
Which of the following are the parameters passed to the keymap after installation?
Which of the following are the parameters passed to the keymap after installation?
Which of the following key property holds the key name as a string?
Which of the following key property holds the key name as a string?
What is the purpose of the Node object property ownerDocument?
What is the purpose of the Node object property ownerDocument?
Which object supports Filesystem API?
Which object supports Filesystem API?
Which is the function used to look up an object?
Which is the function used to look up an object?
Consider the following code snippet
script src="jquery-1.4.2.min.js"></script>
What does the min mean?
Consider the following code snippet
script src="jquery-1.4.2.min.js"></script>
What does the min mean?
Which is the element that has a src property to initiate HTTP GET request?
Which is the element that has a src property to initiate HTTP GET request?
What does a Node object represent?
What does a Node object represent?
Which method is used to remove a binding?
Which method is used to remove a binding?
Which of the following Node object property returns the local part of the name of a node?
Which of the following Node object property returns the local part of the name of a node?
Which of the following is a utility function in jQuery?
Which of the following is a utility function in jQuery?
The Client-Side Databases are stored in the
The Client-Side Databases are stored in the
How can you set a Cookie visibility scope to localStorage?
How can you set a Cookie visibility scope to localStorage?
The Cookie manipulation is done using which property?
The Cookie manipulation is done using which property?
How to test if two nodes are equal?
How to test if two nodes are equal?
Which is the storage that allows the caching of web pages and their associated resources?
Which is the storage that allows the caching of web pages and their associated resources?
When are the keyboard events fired?
When are the keyboard events fired?