Home MCQs SSC Computer Science Question #1138
Back to Questions
SSC Computer Science QUESTION #1138
Question 1
What is the primary purpose of a Translation Lookaside Buffer (TLB)?
  • To store data
  • To speed up virtual address translation✔️
  • To manage disk I/O
  • To handle interrupts
Correct Answer Explanation
A TLB is a high-speed cache that stores recent transitions from the page table to reduce the time taken to access memory locations.