Interrupts

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/4

flashcard set

Earn XP

Description and Tags

Last updated 4:23 PM on 5/20/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

5 Terms

1
New cards

What is an interrupt?

A signal sent to the processor that is sent by another component requesting attention form the processor.

2
New cards

How is an interrupt recognised?

A change in contents of the status register between the Fetch and Decode stages of the FDE cycle

3
New cards

What is the Vectored Interrupt Method?

  • The processor stops executing the current program

  • Its registers contents is placed onto the system stack

  • Loads the interrupt service routine

  • Once complete the registers are restored and the previous program is resumed

4
New cards

What is placing the registers contents onto the system stack known as?

Saving the volatile environment

5
New cards

What is the interrupt service routine

A series of instructions for handling a specific interrupt