...
Database-Management-System
August 12, 2024
NVS PGT CS 2017 Part-B
August 13, 2024
Database-Management-System
August 12, 2024
NVS PGT CS 2017 Part-B
August 13, 2024

Operating-Systems

Question 52

A paging scheme uses a Translation Look-aside Buffer (TLB). A TLB-access takes 10 ns and a main memory access takes 50 ns. What is the effective access time(in ns) if the TLB hit ratio is 90% and there is no page-fault?

A
54
B
60
C
65
D
75
Question 52 Explanation: 
EMAT = TLB access time + Miss ratio × Main memory access time + Main memory access time
= 10 + 0.1 × 50 + 50
= 10 + 5 + 50
= 65
Correct Answer: C
Question 52 Explanation: 
EMAT = TLB access time + Miss ratio × Main memory access time + Main memory access time
= 10 + 0.1 × 50 + 50
= 10 + 5 + 50
= 65

Leave a Reply

Your email address will not be published. Required fields are marked *