542). Which is not a form of client-side storage?

[A]Web Databases
[B]FileSystem API
[C]Offline Web Applications
[D]Online Web Applications

Show Answer

543). Which is the storage that allows the caching of web pages and their associated resources?

[A]Web Databases
[B] FileSystem API
[C]Offline Web Applications
[D]Cookies

Show Answer

544). Which is Microsoft’s own proprietary client-side storage?

[A]IE User Data
[B] Offline Web Applications
[C]Cookies
[D] Offline Apis

Show Answer

545). Which object supports Filesystem API?

[A]Element
[B]File
[C]Window
[D]DOM

Show Answer

546). Which is the most appropriate database for developers requiring a huge amount of data?

[A]Database
[B]Datawarehouse
[C] Web databases
[D]Access

Show Answer

547). The localStorage and sessionStorage belongs to ___________

[A]Window object
[B] Element object
[C]Hash object
[D]DOM object

Show Answer

548). What is the main difference between localStorage and sessionStorage?

[A]Lifetime
[B]Scope
[C]Both Lifetime and Scope
[D] Storage Location

Show Answer

549). What is the lifetime of the data stored through localStorage?

[A]Permanent
[B]Temporary
[C] Both Permanent and Temporary at times
[D] Cannot store

Show Answer

550). Which is the function used to retrieve a value?

[A]get()
[B] retrieve()
[C]getItem()
[D]retrieveItem()

Show Answer

551). Which is the function used to store a value?

[A]setItem()
[B] set()
[C]storeItem()
[D]store()

Show Answer

552). What will be the output of the following JavaScript code?

[A]Error
[B]Undefined
[C]Volvo
[D]Garbage value

Show Answer

553). What will be the output of the following JavaScript code?

The result of adding "5" + 2 + 3:

[A]523
[B]10
[C]5
[D]Error

Show Answer

554). What will be the output of the following JavaScript code?

code

[A]Code
[B]CODE
[C]code
[D]Error

Show Answer

555). What will be the output of the following JavaScript code?

[A]1
[B]0
[C]true
[D]undefined

Show Answer

556). What will be the output of the following JavaScript code?

[A]two three
[B] one two
[C]one three
[D]error

Show Answer