Subject | English | Russian |
progr. | asynchronous I/O device: An input/output device that generates an interrupt when it has produced some input or when it has finished processing an output operation | асинхронное устройство ввода / вывода: устройство, которое генерирует прерывание при поступлении новых данных или по завершении операции вывода (см. Designing Concurrent, Distributed, and Real-time Applications with UML Object Technology Series by Hassan Gomaa) |
comp. | input interrupt | прерывание по вводу |
tech. | input-output interrupt | прерывание ввода-вывода |
tech. | input/output interrupt | прерывание по вводу-выводу |
tech. | input-output interrupt | прерывание по вводу-выводу |
comp. | input/output interrupt | прерывание от устройства ввода/вывода |
progr. | interrupt input | вход сигнала прерывания (ножка процессора, через которую ему, обычно с контроллера прерываний (interrupt controller), передаются сигналы прерывания ssn) |
IT | interrupt input-output | обмен по прерываниям |
progr. | interrupt input/output | ввод / вывод с прерыванием программы (ввод/вывод по инициативе внешнего устройства, которое подключается к входу сигнала прерывания микропроцессора) |
progr. | interrupt input/output | ввод / вывод с прерыванием |
tech. | interrupt input/output | ввод-вывод по прерываниям |
tech. | interrupt input-output | ввод-вывод по прерываниям |
progr. | interrupt-driven input/output | ввод / вывод по прерываниям |
progr. | interrupt-driven input-output | ввод-вывод по прерываниям (ssn) |
progr. | passive I/O device: A device that does not generate an interrupt on completion of an input or output operation. The input from a passive input device needs to be read either on a polled basis or on demand | пассивное устройство ввода / вывода: устройство, которое не генерирует прерываний при поступлении новых данных или завершении операции вывода. Чтение данных от пассивного устройства ввода производится путём периодического опроса или по мере необходимости (см. Designing Concurrent, Distributed, and Real-time Applications with UML Object Technology Series by Hassan Gomaa) |