answersLogoWhite

0


Best Answer

interrupt is a disturbance ,and request to do various jobs unusually while executed to be in current process in a system

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is an interrupt?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

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 exact difference between interrupt handling and exception handling?

interrupt handling is the process of handling a break or interrupt called by a program where as exception handling is for handling some exceptional conditions that'll occur when a program is running


What is restart interrupt?

When you interrupt the restart you normally have to program and code a little bit other wise its quite dumb having to destroy your OS


When devices interrupt occurs how does the processor determine which device issued the interrupt?

It's pretty simple. First, the processor must determine which interrupt occurred. On simple hardware setups, you may already know this just by which interrupt handler was called. On more complex hardware, you may have to read status registers in the interrupt controller. Second, the processor has to look up which devices are capable of asserting that interrupt. On simple hardware, generally there is only one device that can trigger each interrupt and this is determined by the way the device is wired. On more complex devices, this may be determined by software and the processor may have to consult tables that were created during the boot process. Third, the processor must determine which of those devices actually asserted the interrupt (if there's more than one). This is typically done by the driver for each device which generally just asks the device if it triggered an interrupt. Most devices have status registers that either directly tell you whether it caused an interrupt or tell you whether the device needs service which was the point of the interrupt anyway.


What are the requirement of interrupt system in computer?

system itterrupt

Related questions

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


What is vector and non vector interrupts?

VECTOR INTERRUPT If the interrupt is assigned to any predefined branching address to its ISR it is termed as vector interrupt. NON VECTOR INTERRUPT If the interrupt is not assigned to any predefined branching address to its ISR it is termed as non-vector interrupt. PRIYAKRISH


What is nested interrupt?

I believe a nested interrupt, is where an interrupt is allowed to occur (and thus is handled) during an already occurring Interupt service ruotine. I.E. First interrupt occurs ISR1 begins second Interrupt occurs ISR2 begins ISR2 Finishes ISR1 continues from where left off ISR1 finishes


Which is the highest priority interrupt for 8051?

The highest priority interrupt in the 8085 is the TRAP interrupt.


What happens when processor is attending an interrupt if it gets another interrupt?

The response to another interrupt request during servicing of an interrupt depends on the setting of the interrupt enable flag and/or the interrupt mask. If the interrupt service routine is thread safe, it will process correctly. More probably, problems will arise so the proper procedure is to either set the interrupt mask (8085) to not allow this or lower priority interrupts before reenabling interrupt, or to leave interrupts disabled until this iteration is complete. If interrupts are disabled or masked, a subsequent interrupt will be posted but not processed until the first is completed.


How can you write interrupt in a sentence?

How dare John to interrupt our conversation!