DictionaryForumContacts

   English
Terms for subject Programming containing interrupt input-output | all forms | in specified order only
EnglishRussian
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)
interrupt input/outputввод / вывод с прерыванием
interrupt input/outputввод / вывод с прерыванием программы (ввод/вывод по инициативе внешнего устройства, которое подключается к входу сигнала прерывания микропроцессора)
interrupt-driven input/outputввод / вывод по прерываниям
interrupt-driven input-outputввод-вывод по прерываниям (ssn)
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)