Which of the following is a type of memory that is used for caching web pages? MCQ with Answer and Explanation

Which of the following is a type of memory that is used for caching web pages?
A. Disk cache
B. All of the above
C. Memory cache
D. Browser cache
Answer: Option B
Solution (By JKSSB Mock Tests)
Web pages can be cached in browser cache (on disk), memory, and also in disk cache. The question is ambiguous, but typically browser cache is on disk. However, all are forms of caching.

Discuss this Question (0)

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

Practice More Memory and Storage Devices Questions

Question #1
What is the function of a memory decoder?
A. To manage cache replacement
B. To select a specific memory location based on an address
C. To encode data into memory
D. To control the memory bus

Correct Answer: Option B


Explanation:
A memory decoder takes the memory address and activates the appropriate row and column lines to access the correct memory cell.

This question belongs to: Computer Memory and Storage Devices
Question #2
Which of the following is a type of memory that is used for storing temporary data in a web browser?
A. Hard disk
B. RAM
C. Cache memory
D. ROM

Correct Answer: Option B


Explanation:
Web browsers store temporary data (cookies, cache) in RAM and also on disk, but the primary temporary storage is RAM for active sessions.

This question belongs to: Computer Memory and Storage Devices
Question #3
Which of the following is a type of memory that is used as a buffer between the CPU and main memory?
A. Hard disk
B. ROM
C. Registers
D. Cache memory

Correct Answer: Option D


Explanation:
Cache memory acts as a buffer between the fast CPU and slower main memory, storing frequently accessed data to reduce access time.

This question belongs to: Computer Memory and Storage Devices