-
81 master
ведущий механизм, задающий механизм, управляющий механизм, ведущее устройство, задающее устройство, управляющее устройство, управлять, руководить, главный, основной
– master arm
– master computer
– master control
– master control interrupt
– master controller
– master drawing
– master file
– master manipulator
– master mode
– master node
– master processor
– master robot
– master schedule
– master side
– master system
– master timer
– master unit
– master-slave control
– master-slave manipulator
– master-slave mode
– master-slave regime
– master-slave system
– master/slave relationship
-
82 operator
человек-оператор, оператор, исполнитель, операция
– operator aid
– operator command
– operator console
– operator error
– operator guide
– operator guide system
– operator imposed idle time
– operator indicator
– operator interface unit
– operator interrupt
– operator manual
– operator message
– operator processor
– operator prompting
– operator station
– operator's keyboard
– operator-entered
– operator-oriented language
– operator-triggered event
– operator's console
– operator's display
-
83 clock generator
= clockгенератор синхроимпульсов, тактовый генератор, проф. кварцмикросхема на системной плате, которая при подаче на неё напряжения с высокой постоянной частотой генерирует регулярные сигналы (clock pulse), относительно которых осуществляется синхронизация всех операций, осуществляемых процессором.Syn:Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > clock generator
-
84 context switching
= context switchв многозадачных ОС - процесс переключения процессора на другую задачу (процесс, поток) (например, при обработке прерывания), обычно сопровождающийся операциями сохранения в стеке состояния текущего потока (регистров и другой информации), восстановлением ранее сохранённого состояния другого потока и передачей ему управления. Эта операция по сути своей является процессорно-зависимой (processor-specific).Zero latency context switching does not require any physical movement of data because it just changes a pointer to a different thread area. — Переключение контекста с нулевой задержкой не требует никакого физического перемещения данных, так как при этом в указатель просто заносится адрес области памяти другого потока см. тж. context, interrupt, multitasking, multithreading
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > context switching
-
85 IPI
1) Intel Processor Integrator - интегратор процессоров Intelстатус, присваиваемый корпорацией Intel небольшим компаниям, собирающим от 10 до 1300 компьютеров в месяц2) см. interprocessor interrupt3) Intelligent Peripheral Interface - интеллектуальный интерфейс периферийных устройствАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > IPI
-
86 interrupted instruction
команда, исполнение которой прервано прерываниемв неконвейерных ЦП прерывание обрабатывается ЦП после завершения исполнения текущей команды, но в конвейерных появление прерывания равносильно непредсказанной команде переходаАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > interrupted instruction
См. также в других словарях:
Inter-processor interrupt — An inter processor interrupt (IPI) is a special type of interrupt by which one processor may interrupt another processor in a multiprocessor system. IPIs are typically used to implement a cache coherency synchronization point.In a Windows based… … Wikipedia
Inter Processor Interrupt — Ein Inter Processor Interrupt (IPI) ist ein spezieller Interrupt, der von Prozessoren in Multiprozessorsystemen genutzt wird. Durch einen IPI ist ein Prozessor in der Lage auf einem bestimmten Prozessor den Interrupt auszulösen der im… … Deutsch Wikipedia
Interrupt — This article is about computer interrupts. For the study of the effect of disruptions on job performance, see Interruption science. In computing, an interrupt is an asynchronous signal indicating the need for attention or a synchronous event in… … Wikipedia
Interrupt latency — In Realtime Operating Systems, Interrupt latency is the time between the generation of an interrupt by a device and the servicing of the device which generated the interrupt. For many operating systems, devices are serviced as soon as the device… … Wikipedia
Interrupt storm — In operating systems, an interrupt storm is an event during which a processor receives an inordinate number of interrupts that consume the majority of the processor s time. Interrupt storms are typically caused by hardware devices that do not… … Wikipedia
Interrupt handler — An interrupt handler, also known as an interrupt service routine (ISR), is a callback subroutine in an operating system or device driver whose execution is triggered by the reception of an interrupt. Interrupt handlers have a multitude of… … Wikipedia
Interrupt request — IRQ redirects here. For the country with the ISO 3166 1 country code, see Iraq. The computing phrase interrupt request (or IRQ) is used to refer to either the act of interrupting the bus lines used to signal an interrupt, or the interrupt input… … Wikipedia
Interrupt vector — An interrupt vector is the memory address of an interrupt handler, or an index into an array called an interrupt vector table or dispatch table . Interrupt vector tables contain the memory addresses of interrupt handlers. When an interrupt is… … Wikipedia
Interrupt descriptor table — The Interrupt Descriptor Table (IDT) is a data structure used by the x86 architecture to implement an interrupt vector table. The IDT is used by the processor to determine the correct response to interrupts and exceptions.The details in the… … Wikipedia
interrupt — A signal to the processor generated by a device under its control, such as the system clock, that interrupts normal processing. An interrupt indicates that an event requiring the processor s attention has occurred, causing the processor to… … Dictionary of networking
interrupt request — Abbreviated IRQ. Hardware lines that carry a signal from a device to the processor. A hardware interrupt signals that an event has taken place that requires the processor s attention. The interrupt may come from the keyboard, the network… … Dictionary of networking