OS Interview Questions
OS Interview Questions
Waiting time : amount of time a process has been waiting in the ready queue.
Response time : amount of time it takes from when a request was submitted until
the firstresponse is produced, not output (for time-sharing environment).
7. What are the various components of a computer system?
The hardware
The users.
Ready queue
Device queue
Kernel thread
Running
Waiting
Ready
Terminated
File management
Networking
Protection system
I/O operations
Communication
Error detection
Resource allocation
Accounting
Protection
Shortest Job First ---> The Shortest job First scheduling algorithm is a
nonpreemptive scheduling algorithm that chooses the job that will execute the
shortest amount of time.
Circular wait
Resources sharing
Economy