Computer Architecture and Design Question:

What is the difference between interrupt service routine and subroutine?

Answer:

Subroutine are the part of executing processes(like any process can call a subroutine for achieve task),while the interrupt subroutine never be the part.interrupt subroutine are subroutine that are external to a process.

Read All 30 Computer Architecture Questions
Previous QuestionNext Question
The CPU is busy but you want to stop and do some other task. How do you do it?For a pipeline with "n" stages, whats the ideal throughput? What prevents us from achieving this ideal throughput?