Check out the informative quiz that covers an introduction to the operating system, process management, and CPU scheduling. Operating systems allow us to interact with the computer as they can translate the simple high-level language instructions we give them into machine-level language and back again to a form that we can understand. Today, most operating systems come with a GUI See moreor a Graphical User Interface, like icons and menus, but this was not the case in older days. Let's find out how well you know these systems!
Ubuntu
XP
Vista
ME
Rate this question:
It is an interface between the user and the hardware.
It is the first software that runs when the computer boots up.
It provides a platform for the user to run applications.
All of the above.
Rate this question:
MS-DOS
Unix
Windows
Linux
Rate this question:
Process Management
Memory Management
Device Management
Clock Management
Rate this question:
Operating system itself.
A complete software package
Program in execution
Interrupt handler
Rate this question:
Running state
Ready state
New state
Terminated state
Rate this question:
Public Control Block
Process Control Box
Process Creating Block
Process Control Block
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
Registers
PCB
Source code
Memory
Rate this question:
I/O queue
Waiting queue
Ready queue
Running queue
Rate this question:
Array
Stack
Tree
Linked list
Rate this question:
Selects a process from the secondary storage device and allocates it to the CPU.
Selects a process from memory and swaps it out to secondary storage.
Selects a process from ready queue and assigns it to the CPU.
Selects a process from I/O queue to moves it to the ready queue.
Rate this question:
Move the process from secondary storage to ready queue.
Move the process from the ready queue to CPU.
Move the process from memory to secondary storage.
Move the process between different queues.
Rate this question:
It moves the process from ready queue to CPU.
It swaps out the idle process from memory to secondary storage.
It moves the process between different queues.
It helps the CPU in executing the process.
Rate this question:
Short-Term Scheduler
Mid-Term Scheduler
Long-Term Scheduler
None of the Above
Rate this question:
Swapping
Organizing
Context Switching
Multiple Switching
Rate this question:
FCFS
Round Robin
Multilevel Queue Scheduling
Largest Job First
Rate this question:
The interval from the time of submission of a process to the time of completion.
The sum of periods spent waiting in the ready queue.
The sum of periods spent executing on CPU.
The time when the process first responds.
Rate this question:
FCFS
SJF
Round Robin
Priority Scheduling
Rate this question:
The currently executing process will be preempted and the new process will be assigned to the CPU.
The CPU will keep on executing the current process and the new process has to wait in the ready queue.
The new process will be shifted to I/O queue.
The system will crash.
Rate this question:
Swapping
Context Switching
Aging
Starvation
Rate this question:
The priority of a process decreases after sometime. (moves away from 1)
The priority of a process increases after sometime. (moves closer to 1)
The priority remains constant.
The process becomes old and doesn't execute.
Rate this question:
The process coming first is executed first without preemption.
The processes are executed according to their priority.
The process having the smallest burst time is executed first.
The process is executed for a time quantum and when the time quantum expires, the process enters into waiting state.
Rate this question:
Quiz Review Timeline (Updated): Jul 9, 2024 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.