What is the difference in interrupt mechanism from software
to hardware?
Answer / sriram
software interrupts are basically interrupt service
routines designed by the software programmer....they can be
modified by the programmer.....hardware interrupts can't be
modified by the programmers because they are priveleged
instructions and are under the control of the operating
systems...i think this answer is correct....any
modifications inform me.....
| Is This Answer Correct ? | 6 Yes | 1 No |
How you can detect deadlock condition?
Describe different job scheduling in operating systems?
What are necessary conditions which can lead to a deadlock situation in a system?
What is Concurrency? Expain with example Deadlock and Starvation?
What are device drivers in os?
When does page fault error occur?
What is the main purpose of an operating system?
What is DRAM?
Tell me about different OS related issues for a given set of C-programs (mainly address issues address space, paging etc.)
Explain Advantages and Limitations of a command line interface?
Explain the popular multiprocessor thread-scheduling strategies.
What are the problems can stack based management in recursive calling of functions?