Bird
Raised Fist0

Which of the following statements about TLB and page table interaction contains a subtle misconception?

medium🐞 Bug Identification Q7 of Q15
Operating Systems - TLB - Translation Lookaside Buffer & Effective Access Time
Which of the following statements about TLB and page table interaction contains a subtle misconception?
AThe page table is stored in main memory and accessed on TLB misses
BThe TLB always contains a complete copy of the page table entries
CA TLB miss requires a page table lookup to retrieve the translation
DThe TLB is a hardware cache that speeds up virtual address translation
Step-by-Step Solution
Solution:
  1. Step 1: Analyze each statement

    A: Correct -- page table is stored in main memory and accessed on TLB misses.
    B: Correct -- TLB miss triggers page table lookup.
    C: Incorrect -- TLB contains only a small subset of page table entries, not a complete copy.
    D: Correct -- TLB is hardware cache for translations.
  2. Step 2: Identify misconception

    Only statement C incorrectly claims TLB holds entire page table.
  3. Final Answer:

    Option B -> Option B
  4. Quick Check:

    TLB caches subset, not full page table [OK]
Quick Trick: TLB caches subset, not entire page table [OK]
Common Mistakes:
MISTAKES
  • Believing TLB holds full page table
  • Confusing TLB with page table storage
  • Ignoring hardware nature of TLB
Trap Explanation:
PITFALL
  • Candidates often overestimate TLB capacity and think it duplicates page table.
Interviewer Note:
CONTEXT
  • Reveals candidate's precise understanding of TLB vs page table roles.
Master "TLB - Translation Lookaside Buffer & Effective Access Time" in Operating Systems

2 interactive learning modes - each teaches the same concept differently

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Operating Systems Quizzes