S.R.M. INSTITUTE OF SCIENCE & TECHNOLOGY SCHOOL OF ELECTRONICS & COMMUNICATION ENGINEERING

Size: px
Start display at page:

Download "S.R.M. INSTITUTE OF SCIENCE & TECHNOLOGY SCHOOL OF ELECTRONICS & COMMUNICATION ENGINEERING"

Transcription

1 S.R.M. INSTITUTE OF SCIENCE & TECHNOLOGY SCHOOL OF ELECTRONICS & COMMUNICATION ENGINEERING QUESTION BANK Subject Code : EC307 Subject Name : Microprocessor and Interfacing Year & Sem : III Year, V Sem (ECE) UNIT I PART - A 1. List the components of a computer. Explain the function of each component. 2. What is a Microprocessor? What is the difference between a microprocessor and a CPU? 3. What is the basic difference between microprocessor and microcomputer? 4. What is meant by an 8 bit µp and a 16 bit µp? 5. Define bit, byte, word and instruction. 6. What are low level and high level languages? 7. What is a bus? How is it classified? 8. What is address? 9. Why address bus is unidirectional and data bus is bidirectional? 10. State the relationship between the number of address lines and physical memory space? 11. List the four operations commonly performed by µp unit. 12. Specify the four control signals commonly used by 8085 µp? 13. What is tristate logic? Why is it needed in µp system? 14. What is flag? 15. What is the function of accumulator? 16. List the components of a µp based system. 17. Why interfacing is needed for I/O devices? 18. What is the difference between CPU bus and system bus? 19. What is multiplexing and what is its advantage? 20. How address and data lines are demultiplexed in 8085? 21. List some of the applications of microcomputer system. 22. What are the advantages and disadvantages of µp based system? 23. What is the fabrication technology used for 8085? 24. What is the physical memory space in 8085? 25. What is ALE? 26. What is the function of IO/M* signal? 27. Where is READY signal used? 28. What is HOLD and HLDA and how is it used? 29. What is the use of status lines S1 and S0 in 8085? 30. What is the use of CLKOUT and RESETOUT signals in 8085?

2 31. What happens to 8085 µp when it is resetted? 32. What are the operations performed by ALU of 8085? 33. Write the organization of registers in 8085 µp? 34. Show the bit positions of various flags in 8085 flag register. 35. Discuss the evolution of microprocessor. 36. How the µp is synchronized with peripherals? 37. What are the hardware interrupts of 8085? How are they prioritized? 38. What are the maskable and unmaskable interrupts of 8085? 39. What are vectored and non vectored interrupts of 8085? 40. Define stack. What is the type of stack in 8085? 41. What is program counter? How is it useful in program execution? 42. What is stack pointer? 43. How µp is synchronized with peripherals? 44. What is minimum system and how is it formed in 8085? 45. What is machine cycle and instruction cycle? 46. What is fetch and execute cycle? 47. List the various machine cycles of What is the need timing diagram? 49. What is T-state? 50. How many machine cycles constitute one instruction cycle in 8085? 51. Define opcode and operand? 52. What is opcode fetch cycle? 53. What operation is performed during first T-state of every machine cycle? 54. When 8085 µp checks for an interrupt? 55. What is interrupt acknowledge cycle? 56. What is wait state? When 8085 µp will enter wait state? 57. What will be the status of the processor during the bus idle signal? 58. How many instructions are available in 8085? 59. What is the instruction format of 8085? 60. What is addressing? 61. What are the addressing modes available in 8085? 62. How the instruction set is classified in 8085? 63. Which group of instructions affects the flags? 64. What are the arithmetic instructions that do not affect flags? 65. What is DAA? 66. What is DAD? 67. List the various instructions that can be used to clear accumulator. 68. What is the similarity and difference between subtract and compare instruction? 69. What is PSW? 70. What is the difference between CALL and JUMP instructions? 71. What is the difference between conditional and unconditional branching instructions?

3 72. Compare the following pair of instructions a. MVI A,00 and XRA b. SUB B and AMP B c. JMP 5100 and PCHL d. XTHL and SPHL e. LDA 4500 and LHLD 4500 f. RRC and RAR 73. How many times will the two JNZ instructions be executed in the following sequence? What will be the contents of H and L when program control reaches to HLT instruction? LXI H, 0503 LOOP: DCR L JNZ LOOP DCR H JNZ LOOP HLT 74. Write a note on software delays. 75. What is subroutine? How is it useful? 76. The first four instructions of a typical subroutine are: PUSH PSW PUSH H PUSH B PUSH D What will be the last five instructions of the subroutine? Explain. 77. What are the instructions related to interrupts? What are the functions performed by them? 78. What is primary purpose of 8085 H-L pair with respect to external memory? List two of ots main functions. 79. What is meant by inherent mode of addressing? 80. Identify the addressing modes of the following instructions. a. MOV A,M b. RAR c. STAX D d. LDA What function is performed by each of the following 8085 instructions. a. XOR A b. MOV D,D c. DAD H 82. Assume register pair BC contains 7F0216. For the following 8085 ALP, determine carry, zero, parity and sign flags after execution of the MVI A, 05 instruction. ORG 4100 LXI SP, 2050 PUSH B

4 MVI A, 02 ADI 03 POP PSW MVI A, 05 HLT PART B 1. List the important features of 8085 µp. 2. Draw the pin diagram of 8085 and explain different signals used by Draw the functional block diagram of 8085 and explain 4. Discuss briefly the classification of instruction set of 8085 with suitable examples. 5. Explain the various addressing modes of 8085 with examples. 6. Write a short note on machine cycles of Explain bus idle cycle. 8. Write a neat timing diagram, explain opcode fetch cycle with and without wait state. 9. Write a neat timing diagram, explain Memory Read cycle. 10. Write a neat timing diagram, explain Memory Write cycle. 11. Write a neat timing diagram, explain I/O Read cycle. 12. Write a neat timing diagram, explain I/O Write cycle. 13. Write a neat timing diagram, explain Interrupt acknowledge cycle of 8085 with RST n opcode. 14. Draw the timing diagrams for fetching and execution of the following instructions 15. Using the simplest possible algorithm, Write an 8085 ALP with minimum number of instructions to divide a 16 bit unsigned number in DE by 16. neglect remainder. Store result in DE. 16. Write an 8085 ALP to add 16 bit numbers in BC, DE and HL. Store the 16 bit result in DE. 17. Write an 8085 ALP to add two 32-bit numbers. 18. Write an 8085 ALP to move a block of data of length from the source block starting at to the destination block starting at Write a subroutine in 8085 ALP to divide an 8 bit unsigned no Xi by 2. Also write the main program in 8086 assembly language which will call the subroutine to complete 3? Xi/2 i=1 Store the result in location 500 UNIT - II PART A 1. What are the functional parts of 8086? 2. Give the register classification of What are the general data registers? What are its uses? 4. What is the use of segment register? List it. 5. How the physical address is calculated?

5 6. What are pointers and index registers? 7. What is meant by memory segmentation? 8. Define overlapped segment area. 9. What is pipelining? 10. Draw the format of 8086 flag registers. 11. How is the stack top address calculated? 12. Differentiate macro & subroutine. 13. What is nested macro? 14. What is meant by procedure? Give its types. 15. What is the function of READ signal? 16. What is the operation performed when Test input is low? 17. What is the purpose of ALE Signal in Minimum mode? 18. What are the pins that are used to indicate the type of transfer in Minimum mode? 19. What is the operation of S0, S1 & S2 pins of Maximum mode? 20. What is the advantage of using segment registers? 21. Define addressing modes. What are its types? 22. Differentiate minimum and maximum mode. 23. How BHE & A0 is used in 8086? 24. What is the use of DEN in minimum mode? 25. What is the use of LOCK in maximum mode? 26. What is the purpose of QS0, QS1 in maximum mode? 27. What will happen when a DMA request is made while the CPU is performing a memory or I/O cycle? 28. What are the parts of flag register? 29. Give the classification of machine control flag? 30. What is segment base? 31. What is bus arbitration logic? 32. What is the purpose of instruction queue? 33. What is instruction pointer? 34. Give the function of status bit S3-S6 during first part of a bus cycle. 35. What is Queue? How Queue is implemented in 8086? 36. How clock signal is generated in 8086? What is the maximum internal clock frequency of 8086? 37. Write the special function carried by the general purpose register of What is the difference between segment register and general purpose registers? 39. What is the use of status signal S3 & S4? 40. What are control bits? PART B 1. Draw the internal architecture of Explain each block. 2. Explain the addressing modes of 8086 with example. 3. Explain the control pins used in minimum mode operation. 4. Explain the operation of 8086 when the 8087 processor is connected.

6 5. Draw the memory read machine cycle in minimum mode and explain the operation in each T state. 6. Draw the memory write machine cycle in minimum mode and explain the operation in each T state. 7. Draw and explain the memory write machine cycle in maximum mode. 8. Draw and explain the memory read machine cycle in maximum mode. 9. Write a program to add 2 16 bit nos. 10. Write a program to multiply and divide the 2 16 bit nos. 11. Explain the following instruction with examples (i) LEA (ii) LAHF (iii) LDS (iv) LES (v) SAHF 12. Explain Shift and Rotate instructions. How it differs from each other? 13. Explain the String instructions used in Explain the iteration control instruction. In what way it is used in Explain the external hardware synchronization instruction. 16. Explain the Bit manipulation instruction. 17. Draw the flag format and explain each flag conditions. 18. Explain the register structure in Write a program to move the string from one memory location to another memory location. UNIT III Part A 1. Define interrupt & polling. 2. Compare and contrast polling & interrupt 3. Discuss the need for interrupt structure in microprocessor? 4. In what way interrupts are classified in 8085? 5. Define a) Hardware interrupts b) Software interrupts 6. What are the hardware interrupts supported in 8085? 7. Name the software interrupts supported in Which interrupt has the highest priority in 8085? 9. Define a) Maskable interrupts b) Non Maskable interrupts 10. Define a) vectored interrupts b) Non vectored interrupts 11. What is a)interrupt latency b) interrupt response time? 12. Which interrupt is not level sensitive in 8085? 13. Name the level triggering interrupts in List the interrupt related instructions in Is there a minimum pulse width required for the INTR signal? If so, specify the duration. 16. How long can the INTR pulse stay high? 17. Can the microprocessor be interrupted again before the completion of the first interrupt service routine? 18. Write a program to enable all the interrupts in an 8085 system. 19. Write a program a. to mask RST 5.5 b. to enable RST 6.5

7 20. What will happen to the interrupt system in 8085 when the processor is reset? 21. State true or false a. EI instruction is necessary to implement the TRAP interrupt, but external hardware and the SIM instruction are unnecessary. b. Instruction RIM is used to disable the interrupts 7.5, 6.5, 5.5. c. The execution of instructions MVI A,10H and SIM will enable all three RST instructions 22. Specify the function performed by a. SIM b. RIM instructions 23. List out the Restart instructions supported by 8085 and their vectored memory locations. 24. How do you mask INTR interrupt in 8085? 25. Explain the advantage of using PIC 8259A over priority encoder in connecting multiple interrupts with the INTR interrupt line. 26. Write an instruction sequence that will cause the priority of an 8259A whose even address is 8Ah to be IR4, IR5, IR6, IR6, IR7, IR0, IR1, IR2, IR Write an instruction sequence that will mask the requests on IR3, IR4 & IR6 of 8259A whose even address is 66H. 28. List out the EOI command supported by 8259A. 29. Write down the appropriate command word data format to program 8259A a. Non specific EOI command b. Specific EOI command. 30. Write down the appropriate command word data format to program 8259A a. Automatic rotation with AEOI=1. b. To turn off the automatic rotation mode 31. Using the I/O mapped scheme, is it possible to address more than 256 i/p devices assuming that the total number of O/P devices is less than 256? 32. How do you program the IMR register in 8259A? 33. List out the different priority modes supported by 8259A. 34. Write down the data format of 8259A output when programmed in polling mode. 35. Explain polling mode of 8259A. 36. What is the difference between fully nested mode and special fully nested mode of 8259A? 37. Explain fully nested mode of 8259A. 38. What is the difference between automatic rotation mode and specific rotation mode? 39. What is the different between special mask mode and masking interrupt using IMR? 40. Calculate the address lines required for addressing a. 8KB memory b. 2 MB memory 41. Calculate the number of memory chips needed to design 1 MB memory if the memory chip size is 1024 X How many memory locations can be addressed by a microprocessor with 14 address lines? 43. Specify the number of memory cells and registers in a 128X4 memory chip.

8 44. How many bits are stored by a 256X4 memory chip? Can this chip be specified as 128 KB memory? 45. The memory map of a 4K byte memory chip begins at the location 2000H. Specify the address of the last location on the chip and the number of pages in the chip. 46. The memory address of the last location of a 1K byte memory chip is given as FBFFH. Specify the starting address. 47. How many address lines are used to identify an I/O port in the peripheral I/O and in the memory mapped I/O methods? 48. List out the advantages and disadvantages of absolute & linear address decoding. 49. What are interfacing devices? 50. Assume that memory location 2075h has a data byte 47H, specify the contents of the address bus A15- A8 and the multiplexed bus AD7-AD) when microprocessor asserts the RD signal. 51. Explain why the number of output ports in the peripheral mapped I/O is restricted to 256 ports. 52. In the peripheral mapped I/O, can an input port and an output port have the same port address? 53. Specify the 8085 signals that are used to latch data in an output port. 54. Specify the 8085 signals that are used to enable an input port. 55. What are the control signals necessary in the memory mapped I/O? 56. Explain why a latch is used for an output port but a tri state buffer can be used for an input port. 57. What are tri-state devices and why are they necessary in a bus oriented system? 58. If the input to an octal buffer is 4FH and the enable lines 1G and 2G are low, what is the output of the buffer? 59. In a bidirectional buffer, if enable and DIR signal are low, specify the direction of data flow. 60. Specify the output line that goes low if input to 3 to 8 decoder 74LS138 is A7 A6 A5 A4 A3 A2 A1 A What is transparent latch? Why is it necessary to use a latch with output devices such as LEDs? 62. Why AD0-AD7 lines are multiplexed? 63. What is the use of ALE signal? PART -B 1. Explain the instructions EI, DI, RST, RIM, SIM and their functions in the 8085 interrupt process. 2. Design and implement the following interrupts a. RST 4 b. RST 2 c. RST 7 3. Explain how to connect multiple interrupts with the INTR line using priority encoder and also list out the disadvantage of using priority encoder. 4. Explain the interrupt structure of 8085 with a neat sketch depicting vectored memory locations and also describe how the 8085 performs interrupt handling. 5. Draw the 8085 timing diagram for a. Interrupt acknowledge machine cycle. b. Execution of RST.

9 6. Explain the interrupt types available in 8086 with their priority levels and specify the action when an interrupt is executed and also write short notes on software interrupts supported. 7. Draw the functional pin diagram of 8279 and explain the function of different pins. 8. Draw and explain the internal block diagram of Give the schematic arrangement using 8259A PICs to serve 15 interrupts. 8 interrupts are level triggered and 7 are edge triggered. Use rotating priority and non specific EOI command. Write the initializing program 10. Explain the interfacing of stand alone 8259A with 8085 with a neat sketch. 11. Explain the interfacing of stand alone 8259A with 8086 with a neat sketch. 12. Discuss the data formats of the initialization and operation command words supported by 8259a. 13. List out the sequence of events when one or more interrupt request lines go high in 8259A. and also explain the initialization process of 8259A. 14. Explain the appropriate command words and initialization sequence to program 8259A in the following priority modes a. Fully nested mode b. Polling method c. Specific rotation mode d. Special maskable mode 15. Draw the schematic for master-slave architecture of 8259A interrupt system. 16. Write a program to initialize 8259A to meet the following specifications a. Edge triggered, single b. Mask interrupts IR1 and IR6 c. Interrupt vector address for IR0 is 7280H and call address interval is 4 bytes. 17. Write the initialization instructions for master slave configuration to meet the following specifications. a. The INTR of slave is routed through IR2 of the master 8259A to the b. Master and slave are both level triggered c. Master vector interrupt address for IR0 is 4260H. d. Slave vector interrupt address for IR0 is 5260H. e. Modes: Automatic rotation and AEOI f. Address of master are 68H and 69H and the slave are 96H and 98H. g. Buffers are not used. 18. a. Define and illustrate absolute and linear address decoding with example. b. What are interfacing devices? Explain any three with neat sketch. 19. Compare and contrast memory mapping and peripheral mapping. 20. Explain the interfacing for 8085 processor using I/O mapping. Assume DIP switches for eight i/p and simple display of binary data with LED. 21. Design an address decoding logic circuit for interfacing 4096 X EPROM with 8085 a. using partial address decoding mode- leave out A13.List the possible address range for the chip. b. Using absolute address decoding mode 22. Design an address decoding logic circuit for interfacing 256 X RAM with 8085 a. Using partial address decoding mode- leave out A14.List the possible address range for the chip. b. Using absolute address decoding mode

10 UNIT IV PART-A 1. List the operating mode of the 8255 PPI. 2. Write down the internal components for a programmable Interface device? 3. What are handshake signal? Explain its function. 4. Give example for handshake signals and explain them. 5. In a programmable device, how does the MPU differentiate between the control register and status register, if both register have same port address? 6. Give the I/O port addresses of 8255A? 7. Give the features of the mode-0 in 8255A. 8. Give the features of the mode-1 in 8255A. 9. Give the features of the mode-2 in 8255A 10. What are the steps to communicate with the peripherals through 8255A. 11. What is meant by BSR mode. 12. Draw the BSR control word format. 13. What are 6 different modes of What is the relation between 8254 and 8253 PIT? 15. What is the advantage of 8279 Keyboard hardware approach than the software approach? 16. Briefly write about 8279 programmable keyboard interface. 17. What are initialization commands in 8279? 18. What are most common type of switches? 19. What are the 3 major tasks for getting meaningful data from keyboard? 20. What is DMA controller? 21. What is meant by key bouncing and Debouncing in 8279? PART B 1. Describe about simple I/O strobed I/O and Handshake I/O? 2. Draw the 8255A programmable parallel port and Explain. 3. Explain the 8255A Programming model. 4. What are different modes in 8255A and Explain. 5. Explain the PIT architecture with diagram. 6. Explain the different modes in 8253 PIT. 7. Describe rate generator and square wave generator modes in Explain initialization of 8254 PIT device. 9. Explain the mode-2 Timed Interrupt generator in 8254 PIT. 10. Briefly explain the software and hardware triggered strobe in 8254 PIT. 11. Explain how DMA controller operates in micro computer system. 12. Explain the modes under which DMA execution has been processed. 13. Explain DMA controller with internal Register Diagram. 14. Draw the logic block diagram of 8279 and Explain. 15. List the major components of 8279 keyboard display Interface and Explain their function.

11 UNIT - V Part-A 1. What is the input to the stepper motor for rotation in clockwise and anticlockwise direction? 2. What is the use of PORT A in stepper motor? 3. What is ZCD? 4. Draw the flow chart for calibration of equipment in frequency measurement. 5. Write the formulae for finding frequency in frequency measurement system. 6. What do you understand the term temp control. 7. Give the difference between hardware and software system. 8. What is the use of sensor circuit for temp control? 9. Explain the functions of alphanumeric display. 10. What is alphanumeric display? Give two examples. 11. What is GPIB? 12. What is EPROM? 13. Give the types of EPROM. 14. What are the READ cycles parameters for EPROM? 15. What is RS232? 16. Give the voltage levels of RS Give two features of RS232. Part-B 1. What is stepper motor? Draw the flow chart of stepper motor control. Write the program for Stepper motor, if the rotation in clock direction and anticlockwise direction. 2. Draw the hardware for frequency measurement and find the time period of an ac wave of unknown frequency. 3. Draw the system hardware for temp control. 4. Draw the flow chart for temp control & explain system software. 5. Write the program for temp control. 6. Explain how LED display in interface with microcomputer. 7. Draw the timing diagram for programming the EPROM. 8. Explain RS-232C to TTL interfacing.

EC2304-MICROPROCESSOR AND MICROCONROLLERS 2 marks questions and answers UNIT-I

EC2304-MICROPROCESSOR AND MICROCONROLLERS 2 marks questions and answers UNIT-I EC2304-MICROPROCESSOR AND MICROCONROLLERS 2 marks questions and answers 1. Define microprocessors? UNIT-I A semiconductor device(integrated circuit) manufactured by using the LSI technique. It includes

More information

1. What is Microprocessor? Give the power supply & clock frequency of 8085?

1. What is Microprocessor? Give the power supply & clock frequency of 8085? 1. What is Microprocessor? Give the power supply & clock frequency of 8085? A microprocessor is a multipurpose, programmable logic device that reads binary instructions from a storage device called memory

More information

INSTITUTE OF ENGINEERING AND MANAGEMENT, KOLKATA Microprocessor

INSTITUTE OF ENGINEERING AND MANAGEMENT, KOLKATA Microprocessor INSTITUTE OF ENGINEERING AND MANAGEMENT, KOLKATA Microprocessor Subject Name: Microprocessor and Microcontroller Year: 3 rd Year Subject Code: CS502 Semester: 5 th Module Day Assignment 1 Microprocessor

More information

MAHALAKSHMI ENGINEERING COLLEGE TIRUCHIRAPALLI UNIT I THE 8085 & 8086 MICROPROCESSORS. PART A (2 Marks)

MAHALAKSHMI ENGINEERING COLLEGE TIRUCHIRAPALLI UNIT I THE 8085 & 8086 MICROPROCESSORS. PART A (2 Marks) MAHALAKSHMI ENGINEERING COLLEGE TIRUCHIRAPALLI-621213. UNIT I THE 8085 & 8086 MICROPROCESSORS PART A (2 Marks) 1. Give the significance of SIM and RIM instruction available in 8085. [NOV/DEC 2006] Instruction

More information

VALLIAMMAI ENGINEERING COLLEGE S.R.M. NAGAR, KATTANKULATHUR-603203. DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING VII-EEE EE6502- MICROPROCESSORS AND MICROCONTROLLERS QUESTION BANK UNIT I 1. What

More information

QUESTION BANK. EE 6502 / Microprocessor and Microcontroller. Unit I Processor. PART-A (2-Marks)

QUESTION BANK. EE 6502 / Microprocessor and Microcontroller. Unit I Processor. PART-A (2-Marks) QUESTION BANK EE 6502 / Microprocessor and Microcontroller Unit I- 8085 Processor PART-A (2-Marks) YEAR/SEM : III/V 1. What is meant by Level triggered interrupt? Which are the interrupts in 8085 level

More information

Pin Description, Status & Control Signals of 8085 Microprocessor

Pin Description, Status & Control Signals of 8085 Microprocessor Pin Description, Status & Control Signals of 8085 Microprocessor 1 Intel 8085 CPU Block Diagram 2 The 8085 Block Diagram Registers hold temporary data. Instruction register (IR) holds the currently executing

More information

1 MALP ( ) Unit-1. (1) Draw and explain the internal architecture of 8085.

1 MALP ( ) Unit-1. (1) Draw and explain the internal architecture of 8085. (1) Draw and explain the internal architecture of 8085. The architecture of 8085 Microprocessor is shown in figure given below. The internal architecture of 8085 includes following section ALU-Arithmetic

More information

Microprocessor and Microcontroller question bank. 1 Distinguish between microprocessor and microcontroller.

Microprocessor and Microcontroller question bank. 1 Distinguish between microprocessor and microcontroller. Course B.E(EEE) Batch 2015 Semester V Subject code subject Name UAEE503 Microprocessor and Microcontroller question bank UNIT-1 Architecture of a Microprocessor PART-A Marks: 2 1 Distinguish between microprocessor

More information

Subject Code: Model Answer Page No: /25

Subject Code: Model Answer Page No: /25 Important Instructions to examiners: 1) The answers should be examined by key words and not as word-to-word as given in the model answer scheme. 2) The model answer and the answer written by candidate

More information

1. INTRODUCTION TO MICROPROCESSOR AND MICROCOMPUTER ARCHITECTURE:

1. INTRODUCTION TO MICROPROCESSOR AND MICROCOMPUTER ARCHITECTURE: 1. INTRODUCTION TO MICROPROCESSOR AND MICROCOMPUTER ARCHITECTURE: A microprocessor is a programmable electronics chip that has computing and decision making capabilities similar to central processing unit

More information

DHANALAKSHMI COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING YEAR : III SEM : VI

DHANALAKSHMI COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING YEAR : III SEM : VI DHANALAKSHMI COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING YEAR : III SEM : VI EE2354- MICROPROCESSORS AND MICROCONTROLLER UNIT I 8085 and 8086 PROCESSOR PART A 1. Define

More information

QUESTION BANK CS2252 MICROPROCESSOR AND MICROCONTROLLERS

QUESTION BANK CS2252 MICROPROCESSOR AND MICROCONTROLLERS FATIMA MICHAEL COLLEGE OF ENGINEERING & TECHNOLOGY Senkottai Village, Madurai Sivagangai Main Road, Madurai -625 020 QUESTION BANK CS2252 MICROPROCESSOR AND MICROCONTROLLERS UNIT 1 - THE 8085 AND 8086

More information

MICROPROCESSOR MICROPROCESSOR. From the above description, we can draw the following block diagram to represent a microprocessor based system: Output

MICROPROCESSOR MICROPROCESSOR. From the above description, we can draw the following block diagram to represent a microprocessor based system: Output 8085 SATISH CHANDRA What is a Microprocessor? The word comes from the combination micro and processor. Processor means a device that processes whatever. In this context, processor means a device that processes

More information

Instruction Set Instruction set of 8085 can be classified in following groups: Data Transfer Instructions These instructions can perform data transfer operations between Registers of 8085 e.g. MOV 8085

More information

EASWARI ENGINEERING COLLEGE DEPARTMENT OF ELECTRONICS AND COMMUNICATION QUESTION BANK - V SEMESTER ECE EC2304 MICROPROCESSORS AND MICROCONTROLLERS UNIT I 1. When the 8086 processor is in minimum mode and

More information

م.م. ماجد عيدان. Introduction to microprocessor and microcomputer

م.م. ماجد عيدان. Introduction to microprocessor and microcomputer Lect. (1) Introduction to microprocessor and microcomputer Reference Books: 1. Ramesh S. Gaonkar, "Microprocessor Architecture, Programming and Application with the 8085". 2. Anokh Singh, A.K. Chhabra,Fundamentals

More information

Microprocessor Architecture

Microprocessor Architecture Microprocessor - 8085 Architecture 8085 is pronounced as "eighty-eighty-five" microprocessor. It is an 8-bit microprocessor designed by Intel in 1977 using NMOS technology. It has the following configuration

More information

ROEVER ENGINEERING COLLEGE

ROEVER ENGINEERING COLLEGE ROEVER ENGINEERING COLLEGE ELAMBALUR, PERAMBALUR- 621 212 DEPARTMENT OF INFORMATION TECHNOLOGY MICROPROCESSOR & MICROCONTROLLER 2 marks questions andanswers Unit I 1. Define microprocessor? A microprocessor

More information

(2) Explain the addressing mode of OR What do you mean by addressing mode? Explain diff. addressing mode for 8085 with examples.

(2) Explain the addressing mode of OR What do you mean by addressing mode? Explain diff. addressing mode for 8085 with examples. (1) Explain instruction format and Opcode format of 8085 μp with example. OR With help of examples, explain the formation of opcodes of 8085 OR What is an instruction? List type of instruction based on

More information

Delhi Noida Bhopal Hyderabad Jaipur Lucknow Indore Pune Bhubaneswar Kolkata Patna Web: Ph:

Delhi Noida Bhopal Hyderabad Jaipur Lucknow Indore Pune Bhubaneswar Kolkata Patna Web:     Ph: Serial : LS2_EE_S_Microprocessors_2688 Delhi Noida Bhopal Hyderabad Jaipur Lucknow Indore Pune Bhubaneswar Kolkata Patna Web: E-mail: info@madeeasy.in Ph: -452462 CLASS TEST 28-9 ELECTRICAL ENGINEERING

More information

Control Unit: The control unit provides the necessary timing and control Microprocessor resembles a CPU exactly.

Control Unit: The control unit provides the necessary timing and control Microprocessor resembles a CPU exactly. Unit I 8085 and 8086 PROCESSOR Introduction to microprocessor A microprocessor is a clock-driven semiconductor device consisting of electronic logic circuits manufactured by using either a large-scale

More information

MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION (Autonomous) (ISO/IEC Certified) MODEL ANSWER

MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION (Autonomous) (ISO/IEC Certified) MODEL ANSWER MODEL ANSWER SUMMER 17 EXAMINATION Subject Title: Microprocessor Subject Code: 17443 I m p o r t a n t I n s t r u c t i o n s t o e x a m i n e r s : 1) The answers should be examined by key words and

More information

Lecture Note On Microprocessor and Microcontroller Theory and Applications

Lecture Note On Microprocessor and Microcontroller Theory and Applications Lecture Note On Microprocessor and Microcontroller Theory and Applications MODULE: 1 1. INTRODUCTION TO MICROPROCESSOR AND MICROCOMPUTER ARCHITECTURE: A microprocessor is a programmable electronics chip

More information

Assembly Language Programming of 8085

Assembly Language Programming of 8085 Assembly Language Programming of 8085 Topics 1. Introduction 2. Programming model of 8085 3. Instruction set of 8085 4. Example Programs 5. Addressing modes of 8085 6. Instruction & Data Formats of 8085

More information

MSMF GATE CENTRE. Sub: MICROPROCESSORS. Time: 50min Date: Marks:33

MSMF GATE CENTRE. Sub: MICROPROCESSORS. Time: 50min Date: Marks:33 MSMF GATE CENTRE Sub: MICROPROCESSORS Time: 50min Date:20-12-16 Marks:33 1. Which interrupt has highest priority in 8085 microprocessor? a) INTR b) RST 4.5 c) RST 6.5 d) RST 7.5 2. In 8085 microprocessor,

More information

BHARATHIDASAN ENGINEERING COLLEGE. III Year / V Semester / EEE MICROPROCESSORS AND MICROCONTROLLERS (R-2013)

BHARATHIDASAN ENGINEERING COLLEGE. III Year / V Semester / EEE MICROPROCESSORS AND MICROCONTROLLERS (R-2013) BHARATHIDASAN ENGINEERING COLLEGE III Year / V Semester / EEE MICROPROCESSORS AND MICROCONTROLLERS (R-2013) FREQUENTLY ASKED QUESTIONS IN UNIVERSITY EXAMINATION PART A UNIT 1-8085 PROCESSOR 1. Draw the

More information

UNIT I. Differences between: Microcomputer, Microprocessor and Microcontroller

UNIT I. Differences between: Microcomputer, Microprocessor and Microcontroller UNIT I SYLLABUS INTRODUCTION TO 8085 Intel 8085 Microprocessor architecture signals Addressing modes Instruction classification Instruction set Timing diagram ALP format Programming 8085 8-bit and 16-bit

More information

VALLIAMMAI ENGINEERING COLLEGE

VALLIAMMAI ENGINEERING COLLEGE VALLIAMMAI ENGINEERING COLLEGE SRM Nagar, Kattankulathur 603 203 DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING QUESTION BANK V SEMESTER EE6502- MICROPROCESSORS AND MICROCONTROLLERS Regulation 2013

More information

CHAPTER 5 : Introduction to Intel 8085 Microprocessor Hardware BENG 2223 MICROPROCESSOR TECHNOLOGY

CHAPTER 5 : Introduction to Intel 8085 Microprocessor Hardware BENG 2223 MICROPROCESSOR TECHNOLOGY CHAPTER 5 : Introduction to Intel 8085 Hardware BENG 2223 MICROPROCESSOR TECHNOLOGY The 8085A(commonly known as the 8085) : Was first introduced in March 1976 is an 8-bit microprocessor with 16-bit address

More information

DEPARTMENT OF ECE QUESTION BANK SUBJECT: MICROPROCESSOR AND MICROCONTROLLER UNIT-1 PART-A (2 MARKS)

DEPARTMENT OF ECE QUESTION BANK SUBJECT: MICROPROCESSOR AND MICROCONTROLLER UNIT-1 PART-A (2 MARKS) DEPARTMENT OF ECE QUESTION BANK SUBJECT: MICROPROCESSOR AND MICROCONTROLLER CODE: EC6504 UNIT-1 1. How many memory locations are available in 8086 microprocessor? 2. What are the flags available in 8086

More information

1. What is microprocessor? It is a program controlled semi conductor device (IC), which fetches, decodes and execute instructions.

1. What is microprocessor? It is a program controlled semi conductor device (IC), which fetches, decodes and execute instructions. Downloaded from www.books4career.blogspot.com 1. What is microprocessor? It is a program controlled semi conductor device (IC), which fetches, decodes and execute instructions. 2. What are the basic units

More information

Basics of Microprocessor

Basics of Microprocessor Unit 1 Basics of Microprocessor 1. Microprocessor Microprocessor is a multipurpose programmable integrated device that has computing and decision making capability. This semiconductor IC is manufactured

More information

KINGS DEPARTMENT OF INFORMATION TECHNOLOGY QUESTION BANK. Subject Name: Microprocessors and Microcontrollers UNIT-I 8085 MICROPROCESSOR

KINGS DEPARTMENT OF INFORMATION TECHNOLOGY QUESTION BANK. Subject Name: Microprocessors and Microcontrollers UNIT-I 8085 MICROPROCESSOR KINGS COLLEGE OF ENGINEERING DEPARTMENT OF INFORMATION TECHNOLOGY QUESTION BANK Subject Name: Microprocessors and Microcontrollers Year/Sem: II/IV UNIT-I 8085 MICROPROCESSOR PART-A (2 MARKS) 1. Name the

More information

Micro Processor & Micro Controllers

Micro Processor & Micro Controllers Micro Processor & Micro Controllers 1. What is microprocessor? It is a program controlled semi conductor device (IC), which fetches, decodes and execute instructions. 2. What are the basic units of microprocessor?

More information

2. List the five interrupt pins available in INTR, TRAP, RST 7.5, RST 6.5, RST 5.5.

2. List the five interrupt pins available in INTR, TRAP, RST 7.5, RST 6.5, RST 5.5. DHANALAKSHMI COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING EE6502- MICROPROCESSORS AND MICROCONTROLLERS UNIT I: 8085 PROCESSOR PART A 1. What is the need for ALE signal in

More information

Delhi Noida Bhopal Hyderabad Jaipur Lucknow Indore Pune Bhubaneswar Kolkata Patna Web: Ph:

Delhi Noida Bhopal Hyderabad Jaipur Lucknow Indore Pune Bhubaneswar Kolkata Patna Web:     Ph: Serial :. PT_EE-EC_A_Microprocessor_968 Delhi Noida Bhopal Hyderabad Jaipur Lucknow Indore Pune Bhubaneswar Kolkata Patna Web: E-mail: info@madeeasy.in Ph: -452462 CLASS TEST 28-9 Subject : Microprocessors

More information

Architecture & Instruction set of 8085 Microprocessor and 8051 Micro Controller

Architecture & Instruction set of 8085 Microprocessor and 8051 Micro Controller of 8085 microprocessor 8085 is pronounced as "eighty-eighty-five" microprocessor. It is an 8-bit microprocessor designed by Intel in 1977 using NMOS technology. It has the following configuration 8-bit

More information

1. Internal Architecture of 8085 Microprocessor

1. Internal Architecture of 8085 Microprocessor Practical 1 Date : AIM : Introduction Of Microprocessor 8085. 1. Internal Architecture of 8085 Microprocessor Control Unit Generates signals within µp to carry out the instruction, which has been decoded.

More information

SAMPLE STUDY MATERIAL

SAMPLE STUDY MATERIAL Microprocessor-IN Postal Correspondence Course 1 SAMPLE STUDY MATERIAL Instrumentation Engineering IN Postal Correspondence Course GATE & PSUs Microprocessor Microprocessor-IN Postal Correspondence Course

More information

1. (a) Draw the internal architecture of 8085? Explain each block. (b) What are the special functions of GPRs in 8086? And explain them?

1. (a) Draw the internal architecture of 8085? Explain each block. (b) What are the special functions of GPRs in 8086? And explain them? Code No: R05220504 Set No. 1 1. (a) Draw the internal architecture of 8085? Explain each block. (b) What are the special functions of GPRs in 8086? And explain them? 2. Explain clearly with examples the

More information

MICROPROCESSORS & MICRO CONTROLLER COLLEGE OF ENGINEERING DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING QUESTION BANK

MICROPROCESSORS & MICRO CONTROLLER COLLEGE OF ENGINEERING DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING QUESTION BANK KINGS COLLEGE OF ENGINEERING DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING QUESTION BANK SUBJECT CODE: EC1257 SUBJECT NAME: MICROPROCESSOR AND MICROCONTROLLER YEAR : II IT SEM : IV UNIT I THE 8085 MICROPROCESSOR

More information

Interrupts. by Rahul Patel, Assistant Professor, EC Dept., Sankalchand Patel College of Engg.,Visnagar

Interrupts. by Rahul Patel, Assistant Professor, EC Dept., Sankalchand Patel College of Engg.,Visnagar Chapter 12 Interrupts by Rahul Patel, Assistant Professor, EC Dept., Sankalchand Patel College of Engg.,Visnagar Microprocessor & Interfacing (140701) Rahul Patel 1 Points to be Discussed 8085 Interrupts

More information

8085 INSTRUCTION SET INSTRUCTION DETAILS

8085 INSTRUCTION SET INSTRUCTION DETAILS 8085 INSTRUCTION SET INSTRUCTION DETAILS DATA TRANSFER INSTRUCTIONS MOV Rd, Rs Copy from source to destination This instruction copies the contents of the source register Rs into the destination register

More information

INSTRUCTION SET OF 8085

INSTRUCTION SET OF 8085 INSTRUCTION SET OF 8085 Instruction Set of 8085 An instruction is a binary pattern designed inside a microprocessor to perform a specific function. The entire group of instructions that a microprocessor

More information

Chapter 1: Basics of Microprocessor [08 M]

Chapter 1: Basics of Microprocessor [08 M] Microprocessor: Chapter 1: Basics of Microprocessor [08 M] It is a semiconductor device consisting of electronic logic circuits manufactured by using either a Large scale (LSI) or Very Large Scale (VLSI)

More information

MICROPROCESSOR AND MICROCONTROLLER BASED SYSTEMS

MICROPROCESSOR AND MICROCONTROLLER BASED SYSTEMS MICROPROCESSOR AND MICROCONTROLLER BASED SYSTEMS UNIT I INTRODUCTION TO 8085 8085 Microprocessor - Architecture and its operation, Concept of instruction execution and timing diagrams, fundamentals of

More information

History and Basic Processor Architecture

History and Basic Processor Architecture History and Basic Processor Architecture History of Computers Module 1 Section 1 What Is a Computer? An electronic machine, operating under the control of instructions stored in its own memory, that can

More information

1. Internal Architecture of 8085 Microprocessor

1. Internal Architecture of 8085 Microprocessor 1. Internal Architecture of 8085 Microprocessor Control Unit Generates signals within up to carry out the instruction, which has been decoded. In reality causes certain connections between blocks of the

More information

1. Internal Architecture of 8085 Microprocessor

1. Internal Architecture of 8085 Microprocessor Practical 1 Date : AIM : Introduction Of Microprocessor 8085. 1. Internal Architecture of 8085 Microprocessor Control Unit Generates signals within µp to carry out the instruction, which has been decoded.

More information

EC6504 MICROPROCESSOR AND MICROCONTROLLER QUESTION BANK UNIT I - THE 8086 MICROPROCESSOR PART A

EC6504 MICROPROCESSOR AND MICROCONTROLLER QUESTION BANK UNIT I - THE 8086 MICROPROCESSOR PART A EC6504 MICROPROCESSOR AND MICROCONTROLLER Question Bank EC6504 MICROPROCESSOR AND MICROCONTROLLER QUESTION BANK UNIT I - THE 8086 MICROPROCESSOR 1. List the addressing modes of 8086?give examples [May

More information

MICROPROCESSOR BASICS AND RELATED TERMS

MICROPROCESSOR BASICS AND RELATED TERMS MICROPROCESSOR BASICS AND RELATED TERMS Microprocessor: Programmable integrated device that has computing ability and decision making capacity. It is the CPU of computer. A multipurpose, programmable,

More information

Department of Computer Science and Engineering

Department of Computer Science and Engineering Department of Computer Science and Engineering QUESTION BANK Subcode/Subject : CS1304 Microprocessor & Microcontroller Year/Sem: III / V UNIT I THE 8085 MICROPROCESSOR PART A ( 2Marks) 1. How AD0-AD7 are

More information

The advantages of registers over memory locations are as follows:

The advantages of registers over memory locations are as follows: Q.2 a. In a microprocessor, what is the use of a register? What are the advantages & disadvantages of using registers over a memory location? What is the speciality of register A (accumulator) over other

More information

Question Bank Microprocessor and Microcontroller

Question Bank Microprocessor and Microcontroller QUESTION BANK - 2 PART A 1. What is cycle stealing? (K1-CO3) During any given bus cycle, one of the system components connected to the system bus is given control of the bus. This component is said to

More information

8085 Microprocessor Architecture and Memory Interfacing. Microprocessor and Microcontroller Interfacing

8085 Microprocessor Architecture and Memory Interfacing. Microprocessor and Microcontroller Interfacing 8085 Microprocessor Architecture and Memory 1 Points to be Discussed 8085 Microprocessor 8085 Microprocessor (CPU) Block Diagram Control & Status Signals Interrupt Signals 8085 Microprocessor Signal Flow

More information

Delhi Noida Bhopal Hyderabad Jaipur Lucknow Indore Pune Bhubaneswar Kolkata Patna Web: Ph:

Delhi Noida Bhopal Hyderabad Jaipur Lucknow Indore Pune Bhubaneswar Kolkata Patna Web:     Ph: Serial : 01. ND_EE_NW_Microprocessors_150718 Delhi Noida Bhopal Hyderabad Jaipur Lucknow Indore Pune Bhubaneswar Kolkata Patna Web: E-mail: info@madeeasy.in Ph: 011-45124612 CLASS TEST 2018-19 ELECTRICAL

More information

EC1362 Microprocessors & Microcontrollers

EC1362 Microprocessors & Microcontrollers Part A- Two Mark Questions 1. What is Microprocessor? It is a program controlled semiconductor device (IC}, which fetches, decodes and executes instructions. 2. What are the basic units of a microprocessor?

More information

Microprocessors and Interfacng. Question bank

Microprocessors and Interfacng. Question bank Microprocessors & Interfacing 8086 ARCHITECTURE: UNIT-I Functional Diagram, Register Organization, Addressing modes, Instructions, Functional schematic, Minimum and Maximum mode operations of 8086, 8086

More information

Unit 1 8 BIT MICROPROCESSOR ARCHITECTURE

Unit 1 8 BIT MICROPROCESSOR ARCHITECTURE Unit 1 8 BIT MICROPROCESSOR ARCHITECTURE 8085 -Internal Architecture - Addressing modes - Instruction set -Timing diagrams -Interrupts-Assembly language Programming 1. Internal Architecture of 8085 Microprocessor

More information

Assembly Language Programming of 8085

Assembly Language Programming of 8085 Assembly Language Programming of 8085 1. Introduction A microprocessor executes instructions given by the user Instructions should be in a language known to the microprocessor Microprocessor understands

More information

4 Categories Of 8085 Instructions That Manipulate Data

4 Categories Of 8085 Instructions That Manipulate Data 4 Categories Of 8085 Instructions That Manipulate Data 4 I OW of 8257 isconnected to the MEMR of system bus. A4 A15 lines to List categories of8085 instructions that manipulate data. Ans. 8085instruction,

More information

EC 6504 MICROPROCESSOR AND MICROCONTROLLER

EC 6504 MICROPROCESSOR AND MICROCONTROLLER DEPARTMENTOFELECTRONICS&COMMUNICATIONENGINEERING EC 6504 MICROPROCESSOR AND MICROCONTROLLER UNIT I THE 8086 MICROPROCESSOR PARTA 1. What is microprocessor? What is the difference between a MP and CPU?

More information

MAHALAKSHMI ENGINEERING COLLEGE TIRUCHIRAPALLI

MAHALAKSHMI ENGINEERING COLLEGE TIRUCHIRAPALLI MAHALAKSHMI ENGINEERING COLLEGE TIRUCHIRAPALLI-621213. QUESTION BANK DEPARTMENT: EEE SUB CODE: EE2324 YR/ SEM:III/ VI SUB NAME: MICROPROCESSORS & MICROCONTROLLERS UNIT 2- PROGRAMMING OF 8085 MICROPROCESSORS

More information

GATE Exercises on Microprocessors

GATE Exercises on Microprocessors 1 GATE Exercises on Microprocessors Abstract This problem set has questions taken from GATE papers over the last twenty years. Teachers can use the problem set for courses tutorials. 1) The clock frequency

More information

PART B UNIT II PART A

PART B UNIT II PART A SRM INSTITUTE OF SCIENCE AND TECHNOLOGY (Deemed University) DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING QUESTION BANK SUB : Microprocessor/CS201 YEAR/SEM : II/III UNIT I PART - A 1. Differentiate accumulator

More information

8086 Interrupts and Interrupt Responses:

8086 Interrupts and Interrupt Responses: UNIT-III PART -A INTERRUPTS AND PROGRAMMABLE INTERRUPT CONTROLLERS Contents at a glance: 8086 Interrupts and Interrupt Responses Introduction to DOS and BIOS interrupts 8259A Priority Interrupt Controller

More information

Bachelor Level/ First Year/ Second Semester/ Science Full Marks: 60 Computer Science and Information Technology (CSc. 153) Pass Marks: 24

Bachelor Level/ First Year/ Second Semester/ Science Full Marks: 60 Computer Science and Information Technology (CSc. 153) Pass Marks: 24 Prepared By ASCOL CSIT 2070 Batch Institute of Science and Technology 2065 Bachelor Level/ First Year/ Second Semester/ Science Full Marks: 60 Computer Science and Information Technology (CSc. 153) Pass

More information

AE66/AC66/AT66/ AE108/AC108/AT108 MICROPROCESSORS & MICROCONTROLLERS

AE66/AC66/AT66/ AE108/AC108/AT108 MICROPROCESSORS & MICROCONTROLLERS Q.2 a. Draw pin diagram and signal group diagram of 8085 microprocessor. (8) b. List out the various categories of the 8085 instructions. Give examples of the instructions for each group. (8) Data transfer

More information

Architecture of 8085 microprocessor

Architecture of 8085 microprocessor Architecture of 8085 microprocessor 8085 consists of various units and each unit performs its own functions. The various units of a microprocessor are listed below Accumulator Arithmetic and logic Unit

More information

ELECTRICAL ENGINEERING

ELECTRICAL ENGINEERING Serial : 1. JP_EE_Microprocessor_130618 CLASS TEST Delhi Noida Bhopal Hyderabad Jaipur Lucknow Indore Pune Bhubaneswar Kolkata Patna Web: E-mail: info@madeeasy.in Ph: 011-45124612 ELECTRICAL ENGINEERING

More information

EXPERIMENT NO. 1 THE MKT 8085 MICROPROCESSOR TRAINER

EXPERIMENT NO. 1 THE MKT 8085 MICROPROCESSOR TRAINER OBJECT: EXPERIMENT NO. 1 THE MKT 8085 MICROPROCESSOR TRAINER To understand the structure and operating instruction of the microprocessor trainer. INTRODUCTION: The MKT 8085 is a single-board microcomputer,

More information

Sunday, April 25, 2010

Sunday, April 25, 2010 Sunday, April 25, 2010 BSNL TTA EXAM MICRO PROCESSER BSNL TTA EXAM MICRO PROCESSER 1. A 32-bit processor has (a) 32 registers (b) 32 I/O devices (c) 32 Mb of RAM (d) a 32-bit bus or 32-bit registers 2.

More information

LIST OF PROGRAMS. Prg. Name of the Program. 1 Study of Pin Diagram of Study of Architecture of Study of 8085 Kit.

LIST OF PROGRAMS. Prg. Name of the Program. 1 Study of Pin Diagram of Study of Architecture of Study of 8085 Kit. LIST OF PROGRAMS Prg. Name of the Program No. 1 Study of Pin Diagram of 8085 2 Study of Architecture of 8085 3 Study of 8085 Kit 4 Reverse Order 5 Exchange of memory blocks 6 Absolute Difference 7 Even

More information

Vidyalankar T.E. Sem. V [EXTC] Microprocessors and Microcontrollers I Prelim Question Paper Solution V SS (GND)

Vidyalankar T.E. Sem. V [EXTC] Microprocessors and Microcontrollers I Prelim Question Paper Solution V SS (GND) 1. (a) Pin configuration of 8085 X 1 X 2 CLKOUT TRAP RST 7.5 RST 6.5 RST 5.5 INTR INTA SID SOD RESET IN RESET OUT T.E. Sem. V [EXTC] Microprocessors and Microcontrollers I Prelim Question Paper Solution

More information

Microprocessor Micro Syllabus BSc. CSIT, IOST, TU. Microprocessor

Microprocessor Micro Syllabus BSc. CSIT, IOST, TU. Microprocessor Microprocessor Micro Syllabus BSc. CSIT, IOST, TU Microprocessor Course Title: Microprocessor Full Marks: 60 + 20 + 20 Course No: CSC162 Pass Marks: 24 + 8 + 8 Nature of the Course: Theory + Lab Credit

More information

It is a program controlled semiconductor device (IC}, which fetches, decode and executes instructions.

It is a program controlled semiconductor device (IC}, which fetches, decode and executes instructions. 1.What is Microprocessor? It is a program controlled semiconductor device (IC}, which fetches, decode and executes instructions. 2. What are the basic units of a microprocessor? The basic units or blocks

More information

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad - 500 043 COMPUTER SCIENCE AND ENGINEERING TUTORIAL QUESTION BANK Name : MICROPROCESSORS AND INTERFACING Code : AEC021 Class : B.

More information

DE60/DC68 MICROPROCESSORS & MICROCONTROLLERS JUN 2015

DE60/DC68 MICROPROCESSORS & MICROCONTROLLERS JUN 2015 Q.2 a. Draw block diagram schematic of 8085 bus structure. Explain buses/ communication lines used by 8085. (6) 8085 Bus organization structure: 8085 MPU and peripheral devices communicate through three

More information

EC6504 MICROPROCESSOR AND MICROCONTROLLER

EC6504 MICROPROCESSOR AND MICROCONTROLLER UNIT I THE 8086 MICROPROCESSOR 1. What do you mean by Addressing modes? (May/June 2014) The different ways that a microprocessor can access data are referred to as addressing modes. 2. What is meant by

More information

UNIT II OVERVIEW MICROPROCESSORS AND MICROCONTROLLERS MATERIAL. Introduction to 8086 microprocessors. Architecture of 8086 processors

UNIT II OVERVIEW MICROPROCESSORS AND MICROCONTROLLERS MATERIAL. Introduction to 8086 microprocessors. Architecture of 8086 processors OVERVIEW UNIT II Introduction to 8086 microprocessors Architecture of 8086 processors Register Organization of 8086 Memory Segmentation of 8086 Pin Diagram of 8086 Timing Diagrams for 8086 Interrupts of

More information

Microprocessors and Microcontrollers. Assignment 1:

Microprocessors and Microcontrollers. Assignment 1: Microprocessors and Microcontrollers Assignment 1: 1. List out the mass storage devices and their characteristics. 2. List the current workstations available in the market for graphics and business applications.

More information

Its Assembly language programming

Its Assembly language programming 8085 Architecture & Its Assembly language programming Dr A Sahu Dept of Computer Science & Engineering IIT Guwahati 8085 Era and Features 8085 Outline Block diagram (Data Path) Bus Structure Register Structure

More information

Northern India Engineering College, Delhi (GGSIP University) PAPER I

Northern India Engineering College, Delhi (GGSIP University) PAPER I PAPER I Q1.Explain IVT? ANS. interrupt vector table is a memory space for storing starting addresses of all the interrupt service routine. It stores CS:IP PAIR corresponding to each ISR. An interrupt vector

More information

Q. P. Code : b. Draw and explain the block dig of a computer with microprocessor as CPU.

Q. P. Code : b. Draw and explain the block dig of a computer with microprocessor as CPU. Q. P. Code : 08235 (2½ Hours) [Total Marks: 75] N. B.: (1) All questions are compulsory. (2) Make suitable assumptions wherever necessary and state the assumptions made. (3) Answers to the same question

More information

Interrupt is a process where an external device can get the attention of the microprocessor. Interrupts can be classified into two types:

Interrupt is a process where an external device can get the attention of the microprocessor. Interrupts can be classified into two types: 8085 INTERRUPTS 1 INTERRUPTS Interrupt is a process where an external device can get the attention of the microprocessor. The process starts from the I/O device The process is asynchronous. Classification

More information

EKT222 Miroprocessor Systems Lab 5

EKT222 Miroprocessor Systems Lab 5 LAB 5: Interrupts Objectives: 1) Ability to define interrupt in 8085 microprocessor 2) Ability to understanding the interrupt structure in the 8085 microprocessor 3) Ability to create programs using the

More information

These three counters can be programmed for either binary or BCD count.

These three counters can be programmed for either binary or BCD count. S5 KTU 1 PROGRAMMABLE TIMER 8254/8253 The Intel 8253 and 8254 are Programmable Interval Timers (PTIs) designed for microprocessors to perform timing and counting functions using three 16-bit registers.

More information

DE60/DC68 MICROPROCESSORS & MICROCONTROLLERS JUNE 2013

DE60/DC68 MICROPROCESSORS & MICROCONTROLLERS JUNE 2013 Q 2 (a) Distinguish between following pair of instructions of 8085 (i) LXI H, 123H and LHLD 1234H (ii) SPHL and PCHL (iii) XRA M and ORA M (iv) RRC and RLC (i)lxi H, 123H- Loads 16 bit data (123H) in register

More information

Week 11 Programmable Interrupt Controller

Week 11 Programmable Interrupt Controller Week 11 Programmable Interrupt Controller 8259 Programmable Interrupt Controller The 8259 programmable interrupt controller (PIC) adds eight vectored priority encoded interrupts to the microprocessor.

More information

BASIC INTERFACING CONCEPTS

BASIC INTERFACING CONCEPTS Contents i SYLLABUS UNIT - I 8085 ARCHITECTURE Introduction to Microprocessors and Microcontrollers, 8085 Processor Architecture, Internal Operations, Instructions and Timings, Programming the 8085-Introduction

More information

COPYRIGHT IS NOT RESERVED BY AUTHORS. AUTHORS ARE NOT RESPONSIBLE FOR ANY LEGAL ISSUES ARISING OUT OF ANY COPYRIGHT DEMANDS

COPYRIGHT IS NOT RESERVED BY AUTHORS. AUTHORS ARE NOT RESPONSIBLE FOR ANY LEGAL ISSUES ARISING OUT OF ANY COPYRIGHT DEMANDS COPYRIGHT IS NOT RESERVED BY AUTHORS. AUTHORS ARE NOT RESPONSIBLE FOR ANY LEGAL ISSUES ARISING OUT OF ANY COPYRIGHT DEMANDS AND/OR REPRINT ISSUES CONTAINED IN THIS MATERIALS. THIS IS NOT MEANT FOR ANY

More information

PART - B (Answer all five units, 5 X 10 = 50 Marks)

PART - B (Answer all five units, 5 X 10 = 50 Marks) Code: 13A04507 R13 B.Tech III Year I Semester (R13) Supplementary Examinations June 2017 MICROPROCESSS & INTERFACING (Common to CSE & IT) PART - A (a) Mention the function of the instruction ADD M of 8085

More information

4. (a) With a neat sketch explain 8237 DMA controller and its operation? (b) With the help of basic cell explain SRAM and DRAM?

4. (a) With a neat sketch explain 8237 DMA controller and its operation? (b) With the help of basic cell explain SRAM and DRAM? Code No: R05220504 Set No. 1 II B.Tech II Semester Regular Examinations, Apr/May 2008 MICROPROCESSORS AND INTERFACING ( Common to Computer Science & Engineering, Information Technology and Computer Science

More information

EE309: Computer Organization, Architecture and MicroProcessors. sumantra/courses/up/up.html GND HIGH ORDER ADDRESS BUS

EE309: Computer Organization, Architecture and MicroProcessors.   sumantra/courses/up/up.html GND HIGH ORDER ADDRESS BUS CMP:8085 Primer-1 EE309: Computer Organization, rchitecture and MicroProcessors http://www.ee.iitb.ac.in/ sumantra/courses/up/up.html The 8085 Chip F LGS: S Z x x P x cy EXTERNLLY INITITED SIGNLS SERIL

More information

MACHINE CONTROL INSTRUCTIONS: 1. EI

MACHINE CONTROL INSTRUCTIONS: 1. EI Lecture-33 MACHINE CONTROL INSTRUCTIONS: 1. EI (Enable interrupts): The interrupt system is disabled just after RESET operation. There is an internal INTE F/F (Interrupt enable flipflop) which is reset

More information

Topics. Interfacing chips

Topics. Interfacing chips 8086 Interfacing ICs 2 Topics Interfacing chips Programmable Communication Interface PCI (8251) Programmable Interval Timer (8253) Programmable Peripheral Interfacing - PPI (8255) Programmable DMA controller

More information

UNIT - II PERIPHERAL INTERFACING WITH 8085

UNIT - II PERIPHERAL INTERFACING WITH 8085 UNIT - II PERIPHERAL INTERFACING WITH 8085 Peripheral Interfacing is considered to be a main part of Microprocessor, as it is the only way to interact with the external world. The interfacing happens with

More information

UNIT-IV. The semiconductor memories are organized as two-dimensional arrays of memory locations.

UNIT-IV. The semiconductor memories are organized as two-dimensional arrays of memory locations. UNIT-IV MEMORY INTERFACING WITH 8086: The semi conductor memories are of two types: Static RAM Dynamic RAM The semiconductor memories are organized as two-dimensional arrays of memory locations. For Ex:

More information

Introduction to Assembly Language Programming (Instruction Set) 1/18/2011 1

Introduction to Assembly Language Programming (Instruction Set) 1/18/2011 1 Introduction to Assembly Language Programming (Instruction Set) 1/18/2011 1 High Level Language Compiler Assembly Language Assembler Machine Code Microprocessor Hardware 1/18/2011 2 8085A Instruction Set

More information