Вы находитесь на странице: 1из 3

UNIT 2 - 8086 SOFTWARE ASPECTS PART-A 1. How do 8086 interrupts occur 2.

What are the 8086 interrupt types 3. What is interrupt service routine 4. Define BIOS 5. Explain PUBLIC 6. Explain DUP 7. Compare Procedure & Macro 8. What is the purpose of segment registers in 8086? 9. Define pipelining? 10. Discuss the function of instruction queue in 8086? 11. What is the maximum memory size that can be addressed by 8086? 12. What is the function of the signal in 8086? 13. What are the predefined interrupts in 8086? 14. What are the different flag available in status register of 8086? 15. List the various addressing modes present in 8086? 16. How single stepping can be done in 8086? 17. State the significance of LOCK signal in 8086? 18. What are the functions of bus interface unit (BIU) in 8086? 19. What is the clock frequency of 8086? 20. What are the two modes of operations present in 8086? 21. Explain the process control instructions 22. Explain REPEAT-UNTIL statements 23. What is multiprogramming 24. Differentiate between absolute and linear select decoding? 25. What are the three classifications of 8086 interrupts? 26. What are the functions of status pins in 8086? PART-B 1. Describe Intel 8086 Microprocessor Architecture 2. Describe any five addressing modes of 8086 with suitable examples. 3. Write a 8086 ALP to convert an 8 bit binary number into equivalent gray code. 4. Explain the function of all the pins of 8086 Processor. 5. Write a 8086 ALP to sort an array of ten bytes in ascending order. Add comments to your Program. 6. Explain the function of various flags of 8086 microprocessor. 7. Explain the function of unsigned multiplication and Division instructions in 8086 with suitable examples. 8. Describe the functional units present and their functions in BIU and EU of 8086. 9. Write 8086 assembly language program to perform the following a. To move a string of words from offset 1000h to offset 6000h. The Length of the string is 0Ch. b. To add an array of bytes. The array contains 50bytes.

NOVEMBER / DECEMBER 2009 PART A - (10 x 2 = 20 marks) 1. 2. 3. 4. 5. 6. 7. Write an 8085 assembly language program to multiply two 8-bit numbers. What are the functions of the RST 6.5 and ALE signals of 8085? Write down the functions of the ASSUME and EXTRN assembler directives. Define the functions of the REPEAT and LOCK prefixes. Distinguish between the maximum mode and minimum mode of operation of the 8086 processor. What is a coprocessor? How is it useful? 8253's OUT signal is to be used as a clock input of the desired frequency to a particular device. Is it possible? How? 8. How is a memory-to-memory transfer accomplished using 8237? 9. What are the addressing modes supported by 8051? 10. Write an 8051program to divide two 8-bit number. PART B - (5 x 16 = 80 marks) 11. (a) (i) Discuss the architecture of the 8085 processor with a neat diagram (10) (ii) Write an 8085 program to subtract one 4-digit decimal number from another. (6) OR (b) (i) Discuss the interrupts of 8085 (10) (ii) Write an 8085 program to find the largest of a set of n 8-bit numbers. (6) OR 12. (a) (i) Assume that a symbol table starting at location TABLE consists of 100 entries. Each entry has 80 bytes with the first 8 bytes representing the name field and the remaining 72 bytes representing the information field. Write an 8086 program sequence to search this table for a given name of 8 characters stored in NAME. If this name is found, copy the associated information to INFO: otherwise fill INFO with null characters.(10) (ii) Discuss about the interrupts of 8086. (6) OR (b) (i) Discuss the string primitives of 8086 with an examples for each. (10) (ii) Write an 8086 assembly language program using string primitives to find out whether a given byte is in a string or not. If the byte is a part of the string, find the relative address of this byte from the start of the string. (6) 13. (a) A multiprocessor system consists of 2 modules with the following specifications: Module 1 : 8086 with 8087 and a resident bus Module 2 : 8086 with an I/O bus. Draw a detailed block diagram showing the various components required and indicate the interconnections between the various components Explain briefly how co-ordination and communication take place between the various masters.

OR (b) Discuss the maximum mode configuration of 8086 with a neat diagram, clearly pointing out the functions of the various signals 14. (a) With a neat diagram discuss the various modes of operation of 8255. Show how two 8255 chip can be connected in an connected in an 8086-based system to form a 16-bit port. OR (b) With a neat diagram discuss the operation of a DMA controller. Show how such a controller can be connected in an 8086-based system. 15. (a) Discuss the architecture of the 8051 microcontroller with a neat diagram. OR (b) Show how the 8051 can be used to control the operation of an elevator system. Assume the elevator is to operate between three floors. Show the hardware interface and the required 8051 program.

Вам также может понравиться