Answer Posted / naman patidar
Every interrupt is assigned a number.
and an interrupt table contains mapping of those numbers to
corresponding handler function pointers . :)
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is system unit?
How will you check if R3 system is a Unicode or non - Unicode system?
What is a semaphore? What are the different types of semaphores?
What is cpu scheduler?
Explain various types of scheduling in operating system.
Some omeone on campus calls and says they have a new Mac. They've just pulled it out of the box and want to plug it into the campus network. What might they need to set to make this work?
What are dynamic loading, dynamic linking and overlays?
Can I have two operating systems on one computer?
How are data structures handled by ntfs and how does it recover from a crash?
What grep means?
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 How do you kill pid? What is an OS? Explain it to a layman. Describe all the processes of the OS. How are the wait/signal operations for monitor different from those for semaphores?