557). The Client-Side Databases are stored in the ____________

[A]The JavaScript code
[B] User’s computer
[C]Both JavaScript code and User’s computer
[D]In the server

Show Answer

558). Which of the following use the Web SQL Database?

[A]Chrome
[B]Firefox
[C]IE
[D]Firefox & IE

Show Answer

559). Which of the following are objective database and not a relational database?

[A]Web SQL Database
[B] FileSystem API
[C]IndexedDB
[D] User data

Show Answer

560). In the IndexedDB database, database is defined as _____________

[A]A collection of objects
[B]A collection of named object stores
[C]Objects collection
[D]Data collection

Show Answer

561). A key path is defined as ______________

[A]A url that directs to the value
[B]A value that is similar to hash table
[C] A value that tells the database how to extract an object’s key from the object
[D] A url that redirects

Show Answer

562). How does IndexedDB provide atomicity?

[A]Grouping among the data
[B]Grouping within a transaction
[C]Grouping the data
[D]Interlinking data

Show Answer

563). Which of the following is a feature of the IndexedDB API?

[A]Simplifies the transaction management
[B]Need not manage the transaction at all
[C]Enhances the storage
[D]Creates a link between data

Show Answer

564). What is the alternate way to search in an IndexedDB API?

[A]Key
[B]Address
[C]Indexes
[D]Values

Show Answer

565). Which is the function used to look up an object?

[A]put()
[B]set()
[C]get()
[D] look()

Show Answer

566). Which is the method to look up the objects for a range of keys?

[A]lookRange()
[B] openCursor()
[C] lookall()
[D] look()

Show Answer