What is the role of a cache in a web browser? MCQ with Answer and Explanation

What is the role of a cache in a web browser?
A. To run JavaScript
B. To store passwords
C. To manage bookmarks
D. To store copies of web resources to reduce load times
Answer: Option D
Solution (By JKSSB Mock Tests)
Browser cache stores static resources (images, CSS, JS) locally so that subsequent visits to the same page load faster.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Internet and Web Technologies Questions

Question #1
Which protocol works at the network layer to transmit error alerts, status notifications, and network diagnostics data, heavily utilized by troubleshooting tools like 'Ping'?
A. ICMP (Internet Control Message Protocol)
B. TCP
C. UDP
D. HTTP

Correct Answer: Option A


Explanation:
ICMP (Internet Control Message Protocol) is used by network devices to send error messages and operational information, such as indicating that a requested host is unreachable.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which specific email protocol is best suited for a user who needs to check their single centralized email inbox across a personal smartphone, an office desktop computer, and a home laptop while maintaining a uniform folder layout?
A. POP3
B. FTP
C. SMTP
D. IMAP

Correct Answer: Option D


Explanation:
IMAP manages and stores emails directly on the mail server, allowing multiple devices to connect and view synchronized message states and folder structures in real time.

This question belongs to: Computer Internet and Web Technologies
Question #3
What does an 'HTTP Cookie' data structure use to identify a returning user session securely to a server database without prompting continuous password requests?
A. A unique Session ID token string stored locally in the browser and transmitted with each HTTP request
B. An unlinked structural HTML layout design code block
C. The client computer's current internal hardware operating core temperature
D. The user's physical home street address record

Correct Answer: Option A


Explanation:
When a user logs in, the server generates a unique session identifier and passes it to the browser as a cookie. The browser automatically includes this token with future requests, maintaining the authenticated session.

This question belongs to: Computer Internet and Web Technologies