What are the different functions of Syntax phase,
Scheduler?
Answer / rajesh kumar
Syntax phase sheduler deals with the problem of deciding
which of the process in ready queue is to allocate the CPU
time for processing.
| Is This Answer Correct ? | 7 Yes | 4 No |
Does overheating cause blue screen?
What is operating system in computer?
Measurements of a certain system have shown that the average process runs for a time T before blocking on I/O. A process switch requires a time S, which is effectively wasted (overhead). The CPU’s efficiency is the fraction of its time its spends executing user programs, i.e., executing user processes. For round robin scheduling with quantum Q, give a formula for the CPU efficiency for each of the following: (a) Q = ∞ (b) Q > S + T (c) S <Q<S + T (d) Q = S
Why paging is used in os?
Give an example of Priority Inversion in Scheduling. What are the consequences of Priority Inversion?
What do you mean by deadlock?
How can the speed of interrupt driven input output systems be improved?
Briefly explain the concept of Virtual Memory.
What are the four common types of files?
Describe system calls and its type
How you can check whether a machine is 64 bit or 32 bit?
If two processes which shares same system memory and system clock in a distributed system, what is it called?