In which page replacement policy may Belady's anomaly occur?
Which operating system features a shell as a user interface?
A memory buffer used to accommodate a speed differential is called a ________.
Hard real-time operating systems have less jitter than soft real-time operating systems.
Consider a process with a page number of 100. If the page offset is 10, what is the logical address for this process?
Which of the following are open-source operating systems?
Which of the following is the major component of the time taken when accessing data on a disk?
What is the task of the short-term scheduler?
Suppose a disk has 201 cylinders, numbered from 0 to 200. At some time the disk arm is at cylinder 100, and there is a queue of disk access requests for cylinders 30, 85, 90, 100, 105, 110, 135 and 145. If Shortest-Seek Time First (SSTF) is being used for scheduling the disk access, the request for cylinder 90 is serviced after servicing ____________ number of requests.
Consider a main memory with five page frames and the following sequence of page references: 3, 8, 2, 3, 9, 1, 6, 3, 8, 9, 3, 6, 2, 1, 3. Which one of the following is true with respect to page replacement policies First-In-First Out (FIFO) and Least Recently Used (LRU)?