Q.1.
Which of the following are objective database and not a relational database?
Q.2.
A key path is defined as
Q.3.
What is the lifetime of the data stored through localStorage?
Q.4.
Which is the function used to retrieve a value?
Q.5.
Which is the function used to store a value?
Q.6.
Which are the forms of client-side storage?
Q.7.
Which is the storage that allows the caching of web pages and their associated resources?
Q.8.
Which is the Microsoft’s own proprietary client-side storage?
Q.9.
Which object supports Filesystem API?
Q.10.
Which is the most appropriate database for developers requiring huge amount of data?
Q.11.
Consider the following code snippet
script src="jquery-1.4.2.min.js"></script>
What does the min mean?
Q.12.
Which of the following is a heavily overloaded function?
Q.13.
Which of the following is an equivalent replacement of $(document).ready(f)?
Q.14.
Which of the following is a utility function in jQuery?
Q.15.
Which of the following is used for parsing JSON text?
Q.16.
Which is the element that has a src property to initiate HTTP GET request?
Q.17.
XMLHttpRequesr is a
Q.18.
Which of the following are the features of an HTTP request?
Q.19.
Which of the following is a feature of the HTTP response?
Q.20.
Which of the following are the features of jQuery?
Q.21.
Which is the appropriate code to begin a HTTP GET request?
Q.22.
Which of the following is a single global function defined in the jQuery library?
Q.23.
Which property helps to initiate the HTTP requests?
Q.24.
Which method is an alternative of the property location of a window object?
Q.25.
Which of the following is a factory function?
Q.26.
Which is the code that asks for the set of all div elements in a document?
Q.27.
Which is the method that operates on the return value of $()?
Q.28.
Which of the following uses scripted HTTP?
Q.29.
Which of the below is a lieral reverse of Ajax?
Q.30.
The other name for Comet is