问题 单项选择题

Interrupt Service Routines (ISR) are the portions of the program code that handle the interrupt requests. When an Interrupt is triggered(either a hardware or software interrupt), theprocessor breaks away from the current task, moves the ______ to the ISR, and thencontinues operation. When the ISR has completed, the processor returns execution to the previous location.

A.memory

B.function

C.instruction pointer

D.variable

答案

参考答案:C

改错题
单项选择题 A1/A2型题