answersLogoWhite

0


Best Answer

The computer "buss" is a "wide" communication device within each computer that allows transfer of data to different components. Obviously, some method must be employed to control what devices can transfer data at any given time.

A device sets an "interrupt" flag when it has data to transfer and through interrupt management, each device is eventually given the opportunity to send data across the buss.

Buss control is a complex issue and not one that can be adequately discussed in this type of a forum. Computer engineering courses cover the subject in much greater detail.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is interrupt management?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

When an operating system receives an interrupt from the printer and pauses the CPU?

Processor management is the operating system that receives and interrupt from the printer and pauses the CPU.


When an operating system receives an interrupt from the printer and pauses the CPU it is performing what?

This is called processor management.


When an operating system receives interrupt from the printer and pauses the CPUwhat function is it performing?

This is known as processor management.


How do you present management accounting information?

The best way to present management accounting information is in a spreadsheet. Spreadsheets keep the information organized, so that anyone, even outsiders, can interrupt the information.


Explain three functions that you would expect to find even in a minimal microkernel operating system?

low-level memory management, Inter process communication(IPC), I/O and interrupt management.


What is the use of 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 generated, the processor saves its execution state via a context switch, and begins execution of the interrupt handler at the interrupt vector.


What is a sentence with the word interrupt?

"You should not interrupt class," the teacher scolded the boy.


Where is interrupt handler and interrupt vector?

In the 8086/8088, the interrupt vector table is the first 1024 bytes of memory. In the 8085, the interrupt vector table is the first 64 bytes of memory if using the RST form of interrupt, otherwise the interrupt vector is provided by the interrupting device, usually in the form of a CALL instruction. The interrupt handler is wherever the interrupt vector points to.


What is the Prefix of interrupt?

the prefix of interrupt is in


What part of speech is interrupt?

"Interrupt" is a verb.


What are interrupters?

An interrupt is a hardware-generated change of flow within the system. An interrupt handler deals with the cause of the interrupt. Control is then returned to the interrupted context An interrupt is a hardware-generated change of flow within the system. An interrupt handler deals with the cause of the interrupt. Control is then returned to the interrupted context


What is an 8085 interrupt?

There are 2 types interrupts in 8085 such as: 1)hardware interrupt 2)software interrupt