Why paging is used?
Answers were Sorted based on User's Feedback
Answer / vkin
Paging is solution to external fragmentation problem which
is to permit the logical address space of a process to be
noncontiguous, thus allowing a process to be allocating
physical memory wherever the latter is available.
| Is This Answer Correct ? | 24 Yes | 3 No |
Answer / hemant chand dungriyal
When our program size is too big then our main memory and this
case Operating System use paging.Paging divide big page/program/segment into small page/program/segment and store in secondary storage.
Bcoz main memory not enough memory to process a big page/program/segment that's the reason we needed pagong.
| Is This Answer Correct ? | 7 Yes | 5 No |
Explain pcb.
How does dynamic loading aid in better memory space utilization?
Tell me is windows nt a full blown object oriented operating system? Give reasons?
Can you move programs from c drive to d?
Have you used threaded trees anytime in your life time?
How are the wait/signal operations for monitor different from those for semaphores?
How many gb is an operating system?
How do I check for memory leaks?
What are the primary functions of VFS?
Explain condition variable.
What are operating system services?
What are the popular strategies used for multiprocessor thread-scheduling?