ITPEC IP October 2025 Question 10

Source exam: ITPEC IP October 2025Topic: Computer Component

ITPEC IP October 2025 — Question 10 of 100

Cache memory — it keeps frequently or recently used instructions and data close to the CPU, reducing average access time.

Cache is smaller and faster than main memory. When the CPU finds requested data in cache, it avoids a slower main-memory access; locality makes these cache hits common enough to improve processing efficiency.

Answer (c)

Why not others:
- (a) SSD is secondary storage and remains far slower than cache or RAM

- (b) Virtual memory uses storage to extend the apparent memory space and can increase access time on a page fault

- (d) Defragmentation reorganizes storage blocks and does not shorten CPU-to-RAM access

Key rule: Cache reduces latency between CPU and main memory; virtual memory increases capacity by moving pages between RAM and secondary storage.

AI-generated — may contain errors

The original exam layout is preserved in the image so diagrams, formulas, tables, and code remain accurate.

This question comes from an official ITPEC past paper. ITPEC Practice is an independent study tool and is not affiliated with ITPEC. See the official IP past-paper collection or Report an issue.