http://www.techinterviews.com/x86-programming-interview-questions-and-answers

x86 programming interview questions and answers

  1. What is an interrupt?
  2. Which are the hardware and software interrupts in 8086?
  3. Mention the priority of interrupts in8086.
  4. What is int1, int2, int3?
  5. What is NMI interrupt?
  6. What is IVT in 8086?
  7. What is the size of IVT?
  8. Where IVT is located?
  9. Which steps 8086 follows to handle any interrupt?
  10. What are the types of interfacing?
  11. Compare memory interfacing and IO interfacing.
  12. What are the types of IO interfacing?
  13. What is the difference between direct and indirect IO interfacing?
  14. What is the difference between memory mapped IO and IO mapped IO interfacing?
  15. What is the difference between DOS and BIOS?
  16. What do u mean by handle in simulation of dos copy command?
  17. Which functions of INT 21 are used for performing following operations on file- opening, creating, reading, writing & closing the file?
  18. Explain the logic of simulation of DOS COPY COMMAND program.
  19. What is the difference between .com &.exe programs?
  20. What is directive org 100h? Where it is required?
  21. What is the size of .com program?
  22. How to convert .exe programs to .com programs?
  23. What is TSR?
  24. How TSR programs are different than normal programs?
  25. What is PSP? What is its significance?
  26. What is type 0 or divide by 0 error?
  27. In TSR what is the significance of the following functions of INT 21h: 35h, 25h, 31h?
  28. What are the applications of TSR program?
  29. Explain the logic of real time clock TSR program.
  30. Explain the logic of ‘div by zero’ TSR program
  31. Which parts is transient & residence part of your program?
  32. Which are the functions used in RTC & divide by 0 screen saver explain?
This entry was posted in General. Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.



8251 USART interview questions and answers

  1. What is IC 8251?
  2. How many pins does IC 8251 have?
  3. What is USART?
  4. Why 8251 is called a USART?
  5. What is simplex half & full duplex modes of communication?
  6. What is the difference between asynchronous & synchronous mode of communication?
  7. Explain control word format of 8251?
  8. Define frame in asynchronous communication and draw it.
  9. Define baud rate.
  10. Define bit rate.
  11. Define mode word register of 8251 for asynchronous mode..
  12. Define mode word register of 8251 for sync mode..
  13. What is the significance of SYNC DETECT signal in 8251?
  14. What is the significance of BREAK DETECT signal in 8251?
  15. Define command word register of 8251.
  16. Define status word register of 8251.
  17. What are the applications of 8251?
  18. Whether write operation is possible with status word register?
  19. Whether operation read is possible with command word register?
  20. What is parity error in 8251?
  21. What is over run error in 8251?
  22. What is frame error in 8251?
  23. What is hunt mode in 8251?
  24. Explain block diagram IC 8251?
  25. Explain the logic of 8251 program.
  26. Explain the interfacing of 8251 with 8086.
This entry was posted in Hardware. Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.


DAC interview questions and answers

  1. What is the IC numbers for DAC that you have used in the lab?
  2. Define resolution. What is the resolution of DAC that you have used in the lab?
  3. How many pins does DAC IC have?
  4. What are the types of DAC?
  5. Which technique you have used for DAC interfacing
  6. Which type of DAC you have used in the lab?
  7. Define all the specifications of DAC.
  8. What are the advantages of binary ladder type DAC over weighted resistance type DAC?
  9. What are the applications of DAC?
  10. Explain block diagram IC 0808?
  11. Explain the logic of DAC program.
  12. Explain the interfacing of DAC with 8086.



Reply via email to