General >>
x86 programming interview questions and answers
x86 programming interview questions and answers
By admin | April 16, 2007
What is an interrupt?
Which are the hardware and software interrupts in 8086?
Mention the priority of interrupts in8086.
What is int1, int2, int3?
What is NMI interrupt?
What is IVT in 8086?
What is the size of IVT?
Where IVT is located?
Which steps 8086 follows to handle any interrupt?
What are the types of interfacing?
Compare memory interfacing and IO interfacing.
What are the types of IO interfacing?
What is the difference between direct and indirect IO interfacing?
What is the difference between memory mapped IO and IO mapped IO interfacing?
What is the difference between DOS and BIOS?
What do u mean by handle in simulation of dos copy command?
Which functions of INT 21 are used for performing following operations on file- opening, creating, reading, writing & closing the file?
Explain the logic of simulation of DOS COPY COMMAND program.
What is the difference between .com &.exe programs?
What is directive org 100h? Where it is required?
What is the size of .com program?
How to convert .exe programs to .com programs?
What is TSR?
How TSR programs are different than normal programs?
What is PSP? What is its significance?
What is type 0 or divide by 0 error?
In TSR what is the significance of the following functions of INT 21h: 35h, 25h, 31h?
What are the applications of TSR program?
Explain the logic of real time clock TSR program.
Explain the logic of ‘div by zero’ TSR program
Which parts is transient & residence part of your program?
Which are the functions used in RTC & divide by 0 screen saver explain?
This entry was posted in General . Bookmark the
permalink . or leave a trackback:
Trackback URL .
Job Interview Question Articles
Resources
Tutorials
4 Comments on x86 programming interview questions and answers
What is an interrupt?
A task which halts another task for process is called interrupt.
ans 15>
The BIOS is typically placed in a ROM chip that comes with the computer (it is often called a ROM BIOS)
BIOS refers to the firmware code run by an IBM compatible PC when first powered on.
where as DOS means disk operating system.
Ans qns no 18
the logic of DOS command copy is
 copy  <source file>   <destination file>
interrupt is an event occurs in the middle of the process execution and makes to halt a process…this event is called as an interrupt….