...
Question 9946 – Computer-Organization
November 7, 2023
Question 8084 – Operating-Systems
November 7, 2023
Question 9946 – Computer-Organization
November 7, 2023
Question 8084 – Operating-Systems
November 7, 2023

Question 10004 – Operating-Systems

If an instruction takes i microseconds and a page fault takes an additional j microseconds, the effective instruction time if on the average a page fault occurs every k instruction is:

Correct Answer: A

Question 46 Explanation: 
Effective memory access time
= service time + page fault rate * page fault service time
= i + 1/k * j
= i + j/k

or

The effective instruction time, if on the average a page fault occurs every k instructions, is:
i + (j / k)
This formula accounts for the normal instruction time (i) and the additional time for a page fault (j), considering the average frequency of page faults (k instructions between page faults).

A
i + (j/k)
B
i + (j*k)
C
(i+j)/ k
D
(i+j)*k
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!!