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?
How to test if two nodes are equal?
How to test if two nodes are equal?
Which is the function used to look up an object?
Which is the function used to look up an object?
How does IndexedDB provide atomicity?
How does IndexedDB provide atomicity?
Which attribute is used to extend the lifetime of a cookie?
Which attribute is used to extend the lifetime of a cookie?
How does a user generate multiple keydown events?
How does a user generate multiple keydown events?
Which is the function used to retrieve a value?
Which is the function used to retrieve a value?
Which of the following is a factory function?
Which of the following is a factory function?
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?
How many Node object methods are available?
How many Node object methods are available?
What is the property textContent?
What is the property textContent?
What does a Node object represent?
What does a Node object represent?
Which are the forms of client-side storage?
Which are the forms of client-side storage?
What is the purpose of the DocumentFragment node type?
What is the purpose of the DocumentFragment node type?
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?
Cookies were originally designed for
Cookies were originally designed for
The localStorage and sessionStorage belongs to
The localStorage and sessionStorage belongs to
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 Node object property returns the node immediately before a node?
Which of the following Node object property returns the node immediately before a node?
Which is the function used to store a value?
Which is the function used to store a value?
How many nodetype – named constants are available?
How many nodetype – named constants are available?
In the IndexedDB database, database is defined as
In the IndexedDB database, database is defined as
Which is the appropriate code to begin a HTTP GET request?
Which is the appropriate code to begin a HTTP GET request?
Which of the following defines the Cookie visibility?
Which of the following defines the Cookie visibility?
Which of the following are not key event properties?
Which of the following are not key event properties?
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?
Which of the following are the features of jQuery?
Which of the following are the features of jQuery?
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 is the main difference between localStorage and sessionStorage?
What is the main difference between localStorage and sessionStorage?
XMLHttpRequesr is a
XMLHttpRequesr is a
The Cookie manipulation is done using which property?
The Cookie manipulation is done using which property?
The other name for Comet is
The other name for Comet is
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 property is used to specify the key type when pressed?
Which property is used to specify the key type when pressed?
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 object supports Filesystem API?
Which object supports Filesystem API?
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 are objective database and not a relational database?
Which of the following are objective database and not a relational database?
Which of the following is a heavily overloaded function?
Which of the following is a heavily overloaded function?
How can the nodes in the node list be accessed?
How can the nodes in the node list be accessed?
Which of the following is a utility function in jQuery?
Which of the following is a utility function in jQuery?
Which node type represents the root-node of the DOM tree?
Which node type represents the root-node of the DOM tree?
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?
Which of the following is used for parsing JSON text?
Which of the following is used for parsing JSON text?
What is the constraint on the data per cookie?
What is the constraint on the data per cookie?
Which of the following are the features of an HTTP request?
Which of the following are the features of an HTTP request?
What is the alternate way to search in an IndexedDB API?
What is the alternate way to search in an IndexedDB API?
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 purpose of the Node object property ownerDocument?
What is the purpose of the Node object property ownerDocument?
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?
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?
What does the nodeName of the nodeType Document return?
What does the nodeName of the nodeType Document return?
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?
Which method is used to remove a binding?
Which method is used to remove a binding?
What is the purpose of the method getUserData(key)?
What is the purpose of the method getUserData(key)?
A key path is defined as
A key path is defined as
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 the child(s) of the node type EntityReference?
Which of the following is the child(s) of the node type EntityReference?
The Client-Side Databases are stored in the
The Client-Side Databases are stored in the
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 of the following is a boolean cookie attribute?
Which of the following is a boolean cookie attribute?
Which of the below is a lieral reverse of Ajax?
Which of the below is a lieral reverse of Ajax?
How can you set a Cookie visibility scope to localStorage?
How can you set a Cookie visibility scope to localStorage?
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?
Which method is used to add a binding?
Which method is used to add a binding?
How many node object properties are there?
How many node object properties are there?
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 most appropriate database for developers requiring huge amount of data?
Which is the most appropriate database for developers requiring huge amount of data?
How to associate an object to a key on a node?
How to associate an object to a key on a node?
What is the purpose of the method item()?
What is the purpose of the method item()?
Which property helps to initiate the HTTP requests?
Which property helps to initiate the HTTP requests?
Which of the following uses scripted HTTP?
Which of the following uses scripted HTTP?
How many node types are there in total?
How many node types are there in total?
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 feature of the IndexedDB API?
Which of the following is a feature of the IndexedDB API?
When are the keyboard events fired?
When are the keyboard events fired?
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 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)?