engineering computer science MCQ #134

What is the purpose of a TLB (Translation Lookaside Buffer)?

engineering computer science MCQ #134

  1. Question 1

    Q1. What is the purpose of a TLB (Translation Lookaside Buffer)?

    • A) To cache frequently used data
    • B) To cache page tables
    • C) To cache instruction opcodes
    • D) To cache branch targets

    Answer: To cache page tables

    Explanation: TLB caches page tables to speed up virtual to physical address translation.