...
Question 2780 – Operating-Systems
March 27, 2024
Question 5172 – Operating-Systems
March 27, 2024
Question 2780 – Operating-Systems
March 27, 2024
Question 5172 – Operating-Systems
March 27, 2024

Question 4954 – Operating-Systems

In a paged memory management algorithm, the hit ratio is 70%. If it takes 30 nanoseconds to search Translation Lookaside Buffer (TLB) and 100 nanoseconds (ns) to access memory, the effective memory access time is

Correct Answer: D

Question 616 Explanation: 
Given data,
— Hit ratio=70%
=70/100
=0.7
— Miss ratio=(1-Hit ratio)
=(1-0.7)
=0.3
— TLB search time=30ns
— Access memory=100ns
— Effective access memory=?
Step-1: [ Hit ratio*(TLB Search time+Access memory) +
Miss ratio*(TLB Search time+2*Access memory) ]
= 0.7*(30+100) + 0.3*(30+2*100)
= 0.7*(130) + 0.3*(30+200)
= 0.7*130 + 0.3*230
= 91 + 69
= 160
A
91 ns
B
69 ns
C
200 ns
D
160 ns
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!