ITPEC IP October 2019 Question 10

Source exam: ITPEC IP October 2019Topic: Computer Component

ITPEC IP October 2019 — Question 10 of 100

The CPU checks the primary cache first and, on a miss, checks the secondary cache before accessing slower main memory. The primary cache is smaller and faster, while the secondary cache is generally larger but slower than the primary cache and still faster than RAM.

Answer (c)

Why not others:
- primary cache normally has less capacity than secondary cache

- secondary cache is faster, not slower, than main memory

- required data need not all be loaded into cache when a program starts; cache contents are populated according to memory access behavior

Key rule: The memory hierarchy is checked from smaller and faster levels toward larger and slower levels: L1, then L2, then main memory.

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.