How many registers does x86 have?
No Answer is Posted For this Question
Be the First to Post Answer
What is a device queue?
main() { charstr1="prakash"; charstr2="raju"; Str1=str2; printf("\n%d",str1); }
What is the basic difference between pre-emptive and non-pre-emptive scheduling.
Is x86 better than x64?
What is cache memory?
What is tras timing?
Can you please explain the difference between trap and trapdoor?
What do you mean by a process?
What are the methods for handling deadlocks?
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
When the process is hung...what the immediate solution you will give?
What is cycle stealing?