Operating System - Memory Management

6. In real-time operating systems, which of the following is the most suitable scheduling scheme?

Cancel reply

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


Cancel reply

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


7. Dirty bit is used to show the

Cancel reply

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


Cancel reply

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


8. If there are 32 segments, each of size 1 K byte, then the logical address should have

  • Option : C
  • Explanation : To specify a particular segment, 5 bits are required (since 25 = 32). . Having selected a page, to select a particular byte one needs 10 bits (since 210 = 1 k byte). So, totally 5 + 10 =15 bits are needed.
Cancel reply

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


Cancel reply

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


9. The first-fit, best-fit and the worst-fit algorithm can be used for

Cancel reply

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


Cancel reply

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


10. Consider a computer with 8 Mbytes of main memory and a 128 K cache. The cache block size is 4 K. It uses a direct mapping scheme for cache management. How many different main memory blocks can map onto a given physical cache block ?

Cancel reply

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


Cancel reply

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