请输入您要查询的字词:

 

单词 interrupt
释义
interrupt

Computer
  • A signal to a processor indicating that an asynchronous event has occurred. The current sequence of instructions is temporarily suspended (interrupted), and a sequence appropriate to the interruption is started in its place. Interrupts can be broadly classified as being associated with one of the following.

    1. (a) Events occurring on peripheral devices. A processor having initiated a transfer on a peripheral device on behalf of one process may start some other process. When the transfer terminates, the peripheral device will cause an interrupt. See also interrupt I/O.

    2. (b) Voluntary events within processes. A process wishing to use the services of the operating system may use a specific type of interrupt, a supervisor call (SVC), as a means of notifying the supervisor.

    3. (c) Involuntary events within processes. A process that attempts an undefined or prohibited action will cause an interrupt that will notify the supervisor.

    4. (d) Action by operators. An operator wishing to communicate with the supervisor may cause an interrupt.

    5. (e) Timer interrupts. Many systems incorporate a timer that causes interrupts at fixed intervals of time as a means of guaranteeing that the supervisor will be entered periodically.

    See also interrupt handler.


Electronics and Electrical Engineering
  • In computing, an asynchronous execution initiated by an external device, such as a timer or an I/O controller.


随便看

 

科学参考收录了60776条科技类词条,基本涵盖了常见科技类参考文献及英语词汇的翻译,是科学学习和研究的有利工具。

 

Copyright © 2000-2023 Sciref.net All Rights Reserved
京ICP备2021023879号 更新时间:2025/1/12 20:32:49