Computer Architecture and Design Question:
Download Questions PDF

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.

Download Computer Architecture Interview Questions And Answers PDF

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?