Explain what do you understand by registers, briefly explain the various types of registers.
No Answer is Posted For this Question
Be the First to Post Answer
Explain cycle stealing?
what is the memory required when a screen has 1024*1280 pixels and each pixel can have around 16 million colors?
Explain the types of data storage and its relation with the cpu.
What is multi tasking, multi programming and multi threading?
Explain about linker and the functions executed by them?
How does a ram function?
What are real-time systems?
What are the deadlock avoidance algorithms?
Which os is best for coding?
How to stop a long running thread?
0 Answers Sans Pareil IT Services,
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
What is preemptive multitasking?