Question:

In an instruction execution pipeline, the earliest that the instruction TLB and data TLB can be accessed are:

Show Hint

In pipeline architecture, the stages of fetching and executing instructions define when the data and instruction caches (like TLB) are accessed.
Updated On: Oct 7, 2025
  • Fetch stage and fetch stage respectively
  • Fetch stage and memory stage respectively
  • Memory stage and execute stage respectively
  • Memory stage and memory stage respectively
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

In an instruction execution pipeline, the TLB (Translation Lookaside Buffer) stores the most recently used address translations for faster access. - The instruction TLB is accessed during the fetch stage, where the instruction is fetched from memory. - The data TLB is accessed during the memory stage, where the data associated with the instruction is being accessed. Thus, the earliest that the instruction TLB and data TLB can be accessed are in the fetch stage and memory stage, respectively. Thus, the correct answer is \( \boxed{(b)} \).
Was this answer helpful?
0
0

Top Questions on Computer Architecture

View More Questions

Questions Asked in NIMCET exam

View More Questions