answersLogoWhite

0


Best Answer

Seriously?

On the off chance that this isn't a troll, interrupt has two r's. For questions like this, please just go to an online dictionary.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
User Avatar

Anonymous

Lvl 1
3y ago
Yes, seriously! Don't you ever write down a word and it just doesn't look right? Probably because I've been up all night. 🤷
More answers
User Avatar

Ludwig Fromm

Lvl 2
1y ago

double r, did see on r!

like both!!

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Does interrupt have one r or two?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What r the functions of interrupt initiated Input Output?

software


What is an Interrupt Give two examples of an Interrupt?

Interrupt is nothing but according to the priority of ur instruction the processor will assign memory to it and will keep the bus line busy .


What is dos interrupt and bios interrupt?

There are more than one of them, the most important DOS interrupt is 21H. Consult the related link.


What is two words with rupt?

Rupture, Interrupt


Why are interrupt required?

Interrupts are required in order to get the attention of the CPU. A CPU typically has two interrupt lines. One is the nonmaskable interrupt line (NMI). That is used in the case of critical errors, since this interrupt cannot be ignored. The other one is the regular interrupt line. That is used by hardware devices and certain software to get the attention of the CPU. When you move a mouse, for instance, that creates both a hardware and software interrupt. So the CPU would then process the mouse driver code and move the cursor, then get back to what it was doing.


What thing indicate a hardware conflict?

Received when two devices were trying to use the same interrupt request (or IRQ) to signal an interrupt to the Programmable Interrupt Controller (PIC).


Which are the highest priority interrupts?

when interrupts requests arrive from two or more devices simultaneously , the process has to decide which request should be serviced first and which one should delayed. the processor takes the decision with the help of interrupt priorities.


What is the two interrupt?

The first is the real interrupt, when the external hardware interrupts the processors' work;the second is the exception, like page fault or division by zero;the third is the supervisor call (SVC) which is sometimes called interrupt (or 'software interrupt') as well.


What is interrupt conflicts in computers?

Intrrup conflicts are when one device in a computer takes the interrupt from other device in the os. Intrrup conflicts are when one device in a computer takes the interrupt from other device in the os.


What is the difference between polling and vector interrupt service routine?

polling interrupt is alternative to the vector interrupt , it requires that the interrupt handler poll or send a signal to each device in turn in order to find out which one is sent the interrupt request.....


What is an maskable intErrupt?

interrupts in 8085 are basically classified into two types: 1.Maskable 2.Non maskable maskable interrupts are those which can be delayed.This is done by masking off the interrupts which are not required. Maskable interrupts are:RST 7.5,RST 6.5,RST 5.5 and INTR <decreasing order of priority>


What is the difference between polling and vector interrupt system?

In a computer, a vectored interrupt is an I/O interrupt that tells the part of the computer that handles I/O interrupts at the hardware level that a request for attention from an I/O device has been received and also identifies the device that sent the request. A vectored interrupt is an alternative to a polled interrupt , which requires that the interrupt handler poll or send a signal to each device in turn in order to find out which one sent the interrupt request.