How does software trigger an interrupt in the operating system?
In the bounded buffer problem, the buffer has __________ slots.
What is Dynamic Loading?
The CPU hardware has a wire called __________ that the CPU senses to handle interrupts.
In rate-monotonic scheduling, _________ has higher priority.
What is the main difficulty with Shortest Job First (SJF) in short-term scheduling?
The portion of the process scheduler in an operating system that dispatches processes is concerned with which of the following?
What is Event latency?
Consider a three-level page table to translate a 39-bit virtual address to a physical address as shown below:
The page size is 4 KB = (1KB = 210 bytes) and page table entry size at every level is 8 bytes. A process P is currently using 2 GB (1 GB = 230 bytes) virtual memory which OS mapped to 2 GB of physical memory. The minimum amount of memory required for the page table of P across all levels is _________ KB
A computer system supports 32-bit virtual addresses and 32-bit physical addresses. Since the virtual address space is the same size as the physical address space, the operating system designers decide to eliminate the virtual memory system entirely. Which of the following is true in this scenario?