what is meant by interrupt vector table? what it's use?

Answers were Sorted based on User's Feedback



what is meant by interrupt vector table? what it's use?..

Answer / suresh kumar.m

In micro-controller the interrupt vector table has consist
of vector address(location) of various interrupt signals. if
when any interrupt is occur the CPU execute current
instruction and store next instruction address to stack and
then transfer the control PC(program counter)to that
interrupt vector address( which is store in the vector
table). then start execute the instruction stored in that
location...

Is This Answer Correct ?    56 Yes 7 No

what is meant by interrupt vector table? what it's use?..

Answer / santhosh

THE TABLE WHICH CONTAINS THE ADRESS OF ALL INTERUPPTS
SUPPORTED BY 8086 IS CALLED INTERRUPT VECTOR TABLE .IT IS
ALSO KNOWN AS POINT TABLE

Is This Answer Correct ?    24 Yes 4 No

what is meant by interrupt vector table? what it's use?..

Answer / md. fajlul karim

Interrupt vector table contains the addresses of the all
different types of interrupts. it generally occupies the
first 1k addressable memory of the system. Generally the
interrupt vector is a 4 byte value occupying 256 rows of 4
byte memory.
When the CPU receives an interrupt , the current execution
is stopped and the next instruction address is pushed to
stack and the program counter jumps to the interrupt vector
table to the corresponding address, and after completion of
the handling of interrupt, the main program is resumed by
poping the previously pushed addressed and continued.

Is This Answer Correct ?    13 Yes 3 No

what is meant by interrupt vector table? what it's use?..

Answer / srinivasarao mogalikuduru

Interrupt vector table contains address locations for
different types of interrupts like type0,type1, etc.
Type 0, type1.. these are defined for different
interrupts. When particular interrupt encounter by CPU then
CPU calls those vectore address locations as sub program
and execute it.Then those interrupts are rectified.

Is This Answer Correct ?    11 Yes 3 No

what is meant by interrupt vector table? what it's use?..

Answer / aarti

When 8086 responds to an interrupt,it goes to four memory locations to get the CS and IP values for the start of the interrupt service procedure. In 8086, the first 1kb of memory, from 0000H to 03FFH,is set aside as a table for storing the starting addresses of interrupt service procedures. Since 4 bytes r required to store the CS and IP values for each interrupt service procedure, the table can hold the starting addresses for up to 256 interrupt procedures... The starting address of an interrupt service procedure is called as the interrupt vector or interrupt pointer, and so the table referred to this is interrupt vector table or interrupt pointer table.

Is This Answer Correct ?    1 Yes 0 No

what is meant by interrupt vector table? what it's use?..

Answer / ragupathi

The interrupt table holds the vector address for each
vector interrupts. This is the starting address of the
subprogram .
On the occurance of particular interrupt,
microprocessor stops the execution of current instruction
and pushes the address of the next instruction into the
stack. And the PC(program counter) willbe transfered to
the vector address corresponding to that interrupt.Then it
start executing the subprogram.After completing the
execution of subprogram, the PC will be transferred to the
main program.

Is This Answer Correct ?    4 Yes 4 No

what is meant by interrupt vector table? what it's use?..

Answer / v.kiran

In the Interrupt Vectore Table of Micro Controllers, Some
of the Software Intrrupts are defined inthis table like
divide by zero etc. when this type of interrupts are
encountered by CPU, then the vectore interrupt table
generate corresponding hex code address of interrupt,call
by CPU this address with the help of stack and solve that
problem.

Is This Answer Correct ?    0 Yes 2 No

what is meant by interrupt vector table? what it's use?..

Answer / pratik solanki

The interrupt vector table is the link between an interrupt type code and the procedure the has been designated to service interrupt associated with that code.

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More Electronics Communications Interview Questions

Which was intel's first microprocessor

0 Answers  


to print 1 to 10 numbers using do while loop

2 Answers  


How many TRXs are supported in Nokia Metrosite

0 Answers   NSN,


Which frequency would a frequency-counter count , if it is connected to an antenna that is recieving several frequencies close to each other in amplitude?

0 Answers  


how is question aries in technical

1 Answers   CTS, TCS,






what is different between multiplexer and demultiplexer?

12 Answers  


What were vacuum tubes used for?

0 Answers  


whats the new trend in ece...? why we are going for embedded..?

0 Answers  


sampler means

3 Answers   Assurgent,


The amount of carbon present in Cast Iron

1 Answers   HAL,


What is the basic difference between Latches and Flip flops?

99 Answers   Bosch, Caritor, D Link, IBM, TCS, Thapar University,


what is the wireless access subscriber unit(WASU) and how does it work?

0 Answers  


Categories
  • Civil Engineering Interview Questions Civil Engineering (5084)
  • Mechanical Engineering Interview Questions Mechanical Engineering (4451)
  • Electrical Engineering Interview Questions Electrical Engineering (16631)
  • Electronics Communications Interview Questions Electronics Communications (3918)
  • Chemical Engineering Interview Questions Chemical Engineering (1094)
  • Aeronautical Engineering Interview Questions Aeronautical Engineering (239)
  • Bio Engineering Interview Questions Bio Engineering (96)
  • Metallurgy Interview Questions Metallurgy (361)
  • Industrial Engineering Interview Questions Industrial Engineering (259)
  • Instrumentation Interview Questions Instrumentation (3014)
  • Automobile Engineering Interview Questions Automobile Engineering (332)
  • Mechatronics Engineering Interview Questions Mechatronics Engineering (97)
  • Marine Engineering Interview Questions Marine Engineering (124)
  • Power Plant Engineering Interview Questions Power Plant Engineering (172)
  • Textile Engineering Interview Questions Textile Engineering (575)
  • Production Engineering Interview Questions Production Engineering (25)
  • Satellite Systems Engineering Interview Questions Satellite Systems Engineering (106)
  • Engineering AllOther Interview Questions Engineering AllOther (1379)