What is interrupt table?
Answers were Sorted based on User's Feedback
Answer / yogesh
THIS IS A TABLE CONTAINING VALUES OF ADDRESSES OF PROGRAMS
THAT HANDLE INTERUPTS AND HAS 256 4 BYTE ADDRESS
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / naman patidar
Every interrupt is assigned a number.
and an interrupt table contains mapping of those numbers to
corresponding handler function pointers . :)
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / debasish
Suppose a processor is doing its regular work, anything say
continuously printing "Hello World" onto the monitor and u
want to interrupt that process of printing by pressing a key
and print say "Good bye World"
So what happens when u press the key ?
The processor would stop its current job and execute another
program which prints "Good bye World".
The address of that function or similar functions which gets
executed when an interrupt occurs - is/are stored in the
interrupt table
| Is This Answer Correct ? | 1 Yes | 0 No |
How do I know if I have a 64 bit processor?
What is difference between deadlock and starvation?
To ensure one program doesnt corrupt other program in a Multi program enviornment what you should do?
What are the 5 stages of chkdsk?
What do you know about a pipe? When is it used?
Ms dos provide no means of concurrent processing.three complication that concurrent processing adds to an operating system? ?
What is 2 tier and 3 tier?
List the sub-components of i/o manager in windows nt?
What is the difference between internal commands and external commands?
What is the state of processor, when a process is waiting for some event to occur?
What is sdram?
RAM chips arranged in 4X6 array and of 8kX4bit capacity each. How many address lines reqd. to access each byte a. 12 b. 16 c.15 d. 17