Paging a memory management function, while multiprogramming
a processor management function are the two independent?
Answer Posted / namitha
No, paging and multiprogramming are not independent.
Multiprogramming involves memory management while executing
and hence processor management function depends on paging,
that is a memory management function.
Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What are the different operating systems?
Measurements of a certain system have shown that the
average process runs for a time T before blocking
on I/O. A process switch requires a time S, which is
effectively wasted (overhead). The CPU’s efficiency is
the fraction of its time its spends executing user
programs, i.e., executing user processes. For round robin
scheduling with quantum Q, give a formula for the CPU
efficiency for each of the following:
(a) Q = ∞
(b) Q > S + T
(c) S
How to setup never expired user password?
Does a clean install erase everything?
How do you fix a blue screen?
What is a 32 bit integer?
What are advantages of operating system?
What is a sector?
What is pipelining in reference to ram?
What is buffered ram?
Where is the root directory?
What are the different synchronization mechanisms?
Explain what do you understand by registers, briefly explain the various types of registers.
Under what circumstances do page faults occur? Describe the actions taken by the operating system when a page fault occurs?
Describe Banker’s algorithm