Client side Databases MCQ

Computer Science and Engineering > JavaScript MCQ

Assess your knowledge of client-side databases with our MCQs. Test yourself on the capabilities and use cases of various client-side databases such as LocalStorage, IndexedDB, Web SQL, and more. ➲ Client side Databases MCQ - Quiz


  • A The JavaScript code
  • B User
  • C Both JavaScript code and User
  • D In the server
  • A Chrome
  • B Firefox
  • C IE
  • D Firefox & IE
  • A Web SQL Database
  • B FileSystem API
  • C IndexedDB
  • D User data
  • A A collection of objects
  • B A collection of named object stores
  • C Objects collection
  • D Data collection
  • 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
  • D A url that redirects
  • A Grouping among the data
  • B Grouping within a transaction
  • C Grouping the data
  • D Interlinking data
  • A Simplifies the transaction management
  • B Need not manage the transaction at all
  • C Enhances the storage
  • D Creates a link between data
  • A Key
  • B Address
  • C Indexes
  • D Values
  • A
    
    put()
    
  • B
    
    set()
    
  • C
    
    get()
    
  • D
    
    look()
    
  • A lookRange()
  • B openCursor()
  • C lookall()
  • D look()
  • A Binary Little Object
  • B Binary Large Object
  • C Broken Large Object
  • D Binary Small object
  • A Meters
  • B Kilometers
  • C Bytes
  • D Pixels
  • A Memory
  • B Disk
  • C Both Memory and Disk
  • D Temporary storage
  • A partition()
  • B cut()
  • C sliceall()
  • D slice()
  • A Structured clone algorithm
  • B Double buffer algorithm
  • C Chen
  • D Retrieval algorithm