Questions
__________ helps us to distinguish the pages in the memory and the pages on the disk.
- Base register
- Limit register
- Dispatcher
- Valid-invalid bit
- TLB (Translation Look-Aside Buffer)
If a process is spending much more time in paging than executing, then this phenomenon is called __________.
- belady's anomaly
- page fault
- compaction
- thrashing
- none of the above
Local replacement algorithm is used to avoid
- thrashing
- fragmentation
- belady's anomaly
- starving
- deadlock
A process can be swapped out from the memory, if
i. its time quanta has expired in Round-robin scheduling
ii. higher priority process has arrived in priority scheduling
iii. a new process of less execution time has arrived in FCFS scheduling
- Only i
- Only i and ii
- Only i and iii
- Only ii and iii
- All of these
Which process controls the block that consists of the contents of the processor register, such as user-visible register, control and status registers?
- Process indentification
- Processor state information
- Process control identification
- None of these
Demand paging is commonly used in ___________.
- paged memory management system
- segmented memory management system
- virtual memory management
- compaction
- none of these
___________ policy determines where in real memory a process piece is to reside.
- Fetch
- Placement
- Replacement
- Memory
Where does the swap space reside in the system?
- RAM
- Hard disk
- Optical device
- Pen drive
- None of these
Which scheduling algorithm is used to pick the quickest little job that needs to be done?
- First Come First Serve [FCFS ]
- Shortest-Job-First [SJF]
- Priority
- Round-robin
__________ is the module that gives control of the CPU to the process selected by the scheduler.
- Dispatcher
- Time quantum
- Through put
- Response time
Which of the following algorithms is non preemptive?
- FCFS
- SJF
- Round robin
- Priority scheduling
In preemptive scheduling, the running process is temporarily suspended
- to allow starving process to run
- before the CPU time expires
- when it requests I/O
- when two processes do not use the same resources
Which CPU scheduling algorithm is probably the most optimal in terms of turnaround/response time?
- FCFS
- Shortest Job First
- Priority based scheduling
- Round-robin scheduling
Which of the following CPU scheduling algorithms would a time-sharing system likely use?
- FCFS scheduling
- Priority based CPU scheduling
- Round robin scheduling
- Shortest Job First