Here are the mcqs related to to Memory Management of Computer.
- Virtual Memory allows programs to be larger than the physical memory available.
- The address generated by the CPU during program execution is the Logical Address (or Virtual Address).
- The physical memory is divided into fixed-size units called Frames.
- A Page Table is used to translate a logical page number into a physical frame number.
- Swapping is the memory management technique of moving an entire process between main memory and disk.
- The First-In, First-Out (FIFO) page replacement algorithm is known to suffer from Belady’s Anomaly.
- The condition where only one process can use a resource at a time is called Mutual Exclusion (required for Deadlock).
- The condition where a process holds one resource while waiting for another is called Hold and Wait (required for Deadlock).
- The portion of the Operating System that resides permanently in memory and manages core system resources is the Kernel.
- A program that is currently loaded into memory and being executed is formally known as a Process.
- The state of a process waiting for the CPU is the Ready State.
Further, click here to check mcqs related to Fundamental of Computer.
