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 |
Can you move program files x86 to another drive?
What are counting semaphores?
Difference between NTFS and FAT32?
What is the difference between mailbox and queue?
Which one is not suitable for client-server application? 1. tcp/ip 2. message passing 3. rpc 4. none of the above
What is process migration?
Can you run 32 bit applications on a 64 bit operating system?
Can a 64 bit computer run 32 bit programs?
Can I have two browsers on my computer?
Do I need both program files and program files x86?
What is operating system give two examples?
What is starvation and aging?