Computer Science, asked by siddharth46cool, 1 month ago

Investigate the many ways that hardware and software can cause an interrupt to occur. Are ALL interrupts treated equally or do some have priority over others?​

Answers

Answered by manitakumari6655
1

Answer:

The list depends on the processor. They are ordered. For PC-ish processors hardware generates an interrupt on a particular wire (line) that are numbered (IRQ 0 - 31 for some intel processors). Lower number is higher priority.

Different things include system timer, power issues, divide by 0, some reserved for use by cpu testers, serial/parallel/… ports, some device request finished/error/status/new from a device (so hitting a key on a keyboard can generate an interrupt which on old machines was direct)

Similar questions