HTML5 Application Cache - MCQs

HTML5 Application Cache - MCQs


1) From the following give the suitable advantages that are given by application cache?

A) Offline browsing
B) Speed
C) Reduced server load
D) All the mentioned above
View Answer / Hide Answer

ANSWER: D) All the mentioned above




2) In the application cache which browser will only download updated/changed resources from the server?

A) Offline browsing
B) Speed
C) Reduced server load
D) All the mentioned above
View Answer / Hide Answer

ANSWER: C) Reduced server load




3) Which version browser for chrome that fully supports application cache.

A) 3.0
B) 2.0
C) 4.0
D) None
View Answer / Hide Answer

ANSWER: C) 4.0




4) A manifest file needs to be served with the correct media type, which is "text/cache-manifest" and that must be configured on the web server.

A) True
B) False
View Answer / Hide Answer

ANSWER: A) True




5) Which files are listed under this header that requires a connection to the server, and will never be cached.

A) CACHE MANIFEST
B) NETWORK
C) FALLBACK
D) None of the above
View Answer / Hide Answer

ANSWER: B) NETWORK




6) For updating the cache, it remains cached until one of the following happens.

1) The user clears the browser's cache
2) The manifest file is modified.
3) The application cache is programmatically updated
A) True
B) False
View Answer / Hide Answer

ANSWER: A) True




7) Which section below specifies that "offline.html" will be served in place of all files in the /html/ catalog, in case an internet connection cannot be established.

A) CACHE MANIFEST
B) NETWORK
C) FALLBACK
D) None of the above
View Answer / Hide Answer

ANSWER: C) FALLBACK




8) The recommended file extension for manifest files is: ".cacheapp".

A) True
B) False
View Answer / Hide Answer

ANSWER: B) False




9) Which advantage of application cache gives the cached resources load faster

A) Offline browsing
B) speed
C) Reduced server load
D) None of the above
View Answer / Hide Answer

ANSWER: B) speed


Post your comment