Os Viva Questions
Os Viva Questions
COM
VIVA QUESTIONS
7.What is BIOS?
8.What is SCSI?
.What is a sector?
17.What is cache-coherency?
WWW.VIDYARTHIPLUS.COM V+ TEAM
WWW.VIDYARTHIPLUS.COM
What is a process?
1. New
2. Running
3. Waiting
4. Ready
5. Terminated
WWW.VIDYARTHIPLUS.COM V+ TEAM
WWW.VIDYARTHIPLUS.COM
1. Job queue
2. Ready queue
3. Device queue
The processes that are residing in the main memory and are ready
and waiting to execute are kept on a list called the ready queue.
Long term schedulers are the job schedulers that select processes from
the job queue and load them into memory for execution.
The short term schedulers are the CPU schedulers that select a process
form the ready queue and allocate the CPU to one of them.
What is a thread?
1. User thread
2. Kernel thread
WWW.VIDYARTHIPLUS.COM V+ TEAM
WWW.VIDYARTHIPLUS.COM
User threads are easy to create and are created in user space.Kernel
threads are supported directly by the operating system.
One-to-one model
Many-to –many
45.What is a semaphore?
WWW.VIDYARTHIPLUS.COM V+ TEAM
WWW.VIDYARTHIPLUS.COM
49.What is a deadlock?
allocation state if, for each Pi, the resources that the Pi can
still request can be satisfied by the currently available
resources plus the resources held by all the Pj, with j.
Selects from among the processes in memory that are ready to execute,
and allocates the CPU to one of them.
WWW.VIDYARTHIPLUS.COM V+ TEAM
WWW.VIDYARTHIPLUS.COM
WWW.VIDYARTHIPLUS.COM V+ TEAM