Size: px
Start display at page:

Download ""

Transcription

1 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 maximum mode (April 2011) 2. Define segment override prefix (April 2011) 3. What are Tristate devices (Nov 2010) 4. Mention the advantages of using direct memory access (Nov 2010) 5. List out the number of memory cycles and T states taken by the instruction STA 4500H (Nov 2009) 6. What is the function of XRA A instruction? (Nov 2009) 7. State the use of RESET IN and RESET OUT pins of 8085 processor. (Nov 2009) 8. Define a register array? (June 2009) 9. What is buffer? (June 2009) 10. List out the function of Accumulator. (Nov 2008) 11. What do you mean by Non Maskable Interrupt? (Nov 2008) 12. State the number of machine cycles and T-states requires to complete the execution of the 8085 instruction MOV M,A. (Nov 2008) 13. Let PC= 8500H and SP = E000H when a current instruction is being executed by What will be new value of these registers, when a device interrupts the processor on RST 5.5? (Nov 2008) 14. What is the function of HOLD and HLDA? (May 2008) 15. Let the accumulator content is 9A H and CY= 1. What will be content of CY after RRC being executed? (May 2008) 9. What information is conveyed when Q s1 Q s0 bits are 01? (May 2008) 10. What is the addressing mode of the following instructions? (May 2008) JMP [3001H] MOV AX,55H [BX] [SI] 11. List the different flags affected by the arithmetic and logic operations. (Nov 2007) 12. Draw the contents of the stack and the registers after a PUSH instruction. (Nov2007) 13. Write about multiplexing of 8085 address bus. (Nov 2007) 14. What are the various registers available in 8085? (Nov 2007) 15. How address and data lines are demultiplexed in 8085? (May 2007) 16. What is the function performed by SIM instruction in 8085? (May 2007) 17. Name the various Flag bits available in an 8085 microprocessor. (Nov 2006, 09) 18. Give the significance of SIM and RIM instruction available in (Nov 2006) 19. Define STACK. (Nov 2006) 20. Write description of XCHG (May 2006) 21. What is the maximum capacity of memory that can be identified with 8085? (May 2006) 22. What is the difference between RAR and RAL instructions in 8085? (Nov 2005) 1

2 1. Explain the Architecture of 8086 in Detail (May 2011) 2. Write Briefly about Direct memory Access (May 2011) 3. Explain the External memory addressing in 8086 (May 2011) 4. Discuss the Interrupt types of 8086 micro processor (May 2011) 5. Explain Implied Addressing mode and relative addressing mode in detail (Nov 2010) 6. Explain the 8086 interrupt types in detail (Nov2010) 7. What are the peripheral I/O instructions write its syntax and explain the same with the timing diagram (Nov 2010) 8. Explain 8085 microprocessor with functional block diagram. (June 9,Nov 09,10) 9. Write an assembly language program to subtract two 8 bit numbers using (Nov 2009) 10. Explain any FOUR two byte instructions used in 8085 processor. (8) (Nov 09) 11. Explain programming techniques of 8085 (June 2009) 12. (i).write a program to convert Binary number to BCD number and explain. (ii).draw the block diagram of 8085 microprocessor and explain. (Nov 2008) 13. (i).write BCD and Binary code Conversion Program and explain. (ii).explain the instruction set of (Nov 2008) 14. (i)explain the function of the following signals of 8085: RST 7.5, TRAP, HOLD and INTA. (8) (ii)draw and explain the use of bits in PSW in8085. What are the flags affected by the MVI M,00 AND XRA A instructions? (8) (Nov 2008) 15. (i)enumerate the addressing modes of 8085 instruction set with suitable examples for each. (8) (ii)write an assembly language program using 8085 instruction mnemonics that converts a given 2 digit BCD into its equivalent hexadecimal value. Make the program self explanatory with appropriate comments. (8) (Nov 2008) 16. (i)describe the signals present in 8085 (ii)write a program to convert 8 bit binary number to BCD. (May 2008) 17. (i)write a program for block transfer of data types (ii)write a program to add a series of 10 numbers stored from location 3000H onwards. (May 2008) 18. (i)explain the various logical and arithmetic instructions available in 8085 microprocessor. (10) (ii) Explain the function of various flags of 8085 microprocessor (6) (May 2007) 19. Write an 8085 assembly language program to convert 8 bit binary to ASCII code. (May 2007) 20. (i)with a neat block diagram explain the architecture of an 8085 Microprocessor? (12) (ii) List out the Mask able and Non Mask able interrupts available in an 8085 processor. (4) (Nov 2006) 21. (i) How do the instructions of 8085 is classified based on their functions and word length? Give an example. (10) (ii) Write an ALP to add two 8 bit numbers. (Nov 2006) 2

3 UNIT II 1. What are the 8086 instruction used for BCD Arithmetic (May 11) 2. List any four program control instructions available in 8086 (May 11) 3. What is the purpose of following commands in 8086 (Nov 2010) AAD,RCL 4. Write an assembly language program to multiply two sixteen bit numbers. Assume the two numbers are in CX and DX (Nov 2010) 5. Give the significance of Interrupt flag in 8086 processor. (Nov 2009) 6. What is indexed addressing? Give an example. (Nov 2009) 7. State the use of READY signal in 8086 processor. (Nov 2009) 8. What is the need of a flag register in 8086? (June 2009) 9. What is an interrupt service routine? (June 2009) 10. What do you mean by Assembler? (Nov 2008) 11. How do you pass parameters to Macros? (Nov 2008) 12. What is the function of Bus Interface Unit? (Nov 2008) 13. List out the Segment Registers of 8086 (Nov 2008) 14. What is storage space required to store the interrupt vectors of 8086? (May 2008) 15. What is pipelined architecture? (May 2007) 16. What do you mean by pipelining in an 8086 processor? (Nov 2006) 17. How the 20-bit effective, address is calculated in an 8086 processor? (Nov 2006) 18. What are the maximum address space and data bus width of 8086 processor? 19. Mention the addressing modes of the following 8086 instructions: MOV AL, disp[bx]; MOV AH, disp[bx] [SI] (Nov 2008) 20. The CS contains A820, while the IP contains CE24. What is the resulting physical address? (Nov 2008) 21. What do these instructions do? : STD, IRET. (Nov 2007) 22. What is Macro? (Nov 2007) 23. How does 8086 generate physical address? (Nov 2007) 24. List the interrupts present in 8086 with interrupt vector table. (Nov 2007) 25. What are the flags in 8086? (May 2007) 26. What are the various interrupts in 8086? (May 2007) 27. What is the Physical address corresponding to DS: 103FH if DS=94D0H? 28. What are the advantages of using memory segmentation in 8086? (Nov 2006) 29. What is Macro and when it is used? (Nov 2006) 30. What is a segment override prefix? Give an example (Nov 2006) 31. Give some examples of Assembler Directives. (May 2006) 32. Can the 8086 processor operate on more than one instruction at a time? If so explain how it is done? (Nov 2005) 33. What does REP prefix accomplish and what type of instruction is it used with? 34. Give the function of the following signals of 8086: READY, TEST (Nov 2005) 1. Explain thje assembler Directives ASSUME,EQU,DW and EVEN with suitable Examples (May 2011) 2. Write an 8086 ALP to sort the array of elements in ascending order (May 2011) 3

4 3. Write an ALP to find the largest element in an array element (May 11) 4. Explain the data Transfer group and logical group of 8086 instructions (May 11) 5. Explain the 8086 bit manipulation instruction with an example of each (Nov 10) 6. Write an 8086 program to convert BCD to Binary (Nov 10) 7. Explain the relative addressing mode and Implied addressing mode with its syntax (Nov 10) 8. Explain any EIGHT addressing modes used in 8086 processor with an example. (Nov 2009) 9. Write an assembly language program to find the largest number in an array. (Nov 2009) 10. Explain the role of the following. (1) Address Conversion Mechanism (2) Instruction Queue (Nov2009) 11. Explain the significance of the following signals : (1) HOLD (2) IO/M (3) LOCK (Nov2009) 12. Explain how the memory unit is addressed by 8086 with a neat diagram. (Nov 2009) 13. Write about Instruction set of 8086 (June 2009) 14. Describe the addressing mode of (June 2009) 15. (i).draw and explain the flag register of 8086 in brief. (ii).explain the addressing modes of 8086 with example. (Nov 2008) 16. i).write a short notes on Interrupts and Interrupt service routines. ii).explain the instruction set of (Nov 2008) 17. Draw the architectural block diagram of (Nov 2008) 18. (i)list and explain the use of segment registers in 8086.(8) (ii)explain how instruction pipeline works in 8086 and mention how it helps in improving CPU s performance. (8) (Nov 2008) 19. (i)explain the physical memory organization in an 8086 system (8) (ii)distinguish between the following pairs : NEAR and FAR procedures, macros and subroutines. (8) (Nov 2008) 20. List and explain the use of index and pointer registers in 8086.(8) (Nov 2008) 21. Explain the internal block diagram of (Nov 2008) 22. (i)write a program to find the number of positive numbers and negative numbers in a given series of signed numbers using (ii)explain the following assembly directives SHORT, TYPE, FAR PTR (May 2008) 23. (i) Describe the action taken by 8086 when INTR pin is activated. (6) (ii) Write an assembly language program in 8086 to search the largest data in an array. (10) (May 2007) 24. (i) Discuss the various addressing modes of 8086 microprocessor. (10) (ii) Explain the following assembler directives used in 8086 (1) ASSUME (2) EQU (3) DW (6) (May 2007) 25. (i)explain in detail about memory access mechanism in 8086 (8) (ii) Explain the function of following 8086 signals. (1) HLDA (2) RQ/GTO (3) DEN (4) ALE. (8) (May 2007) 4

5 26. (i)explain in detail about the various addressing modes used in 8086 processor? Give an example. (12) (ii) Name the various segment registers and their usage in 8086 processor. (4) (Nov 2006) 27. (i)with the neat sketch explain the architecture of an 8086 processor. (ii) Give the significance of O Flag, T Flag and I Flag, D Flag of (4) (Nov 2006) UNIT III 1. List the major functions performed by CRT interface (May 2011) 2. Give the salient features of the 8254 programmable timer (Nov 2010) 3. What is sample and Hold circuit (Nov2010 may 11) 4. Differentiate minimum and maximum mode of (Nov 2009) 5. What are the advantages of the multiprocessor systems? (May 2009) 6. What is coprocessor? (May 2009) 7. The length of short integer in 8087 NDP is. (Nov 2008) 8. Which form of data representation is used by the 8087 for numbers when it process them internally and how many bits are used for this representation? (Nov 2008) 9. What is the size of internal register stack of 8087 and how they are named? (May 2008) 10. Differentiate closely coupled configuration and loosely coupled configuration (May 2008) 11. How many different data types are supported by 8087? (Nov 2007) 12. Define closely coupled configuration. (Nov 2007) 13. Define loosely coupled configuration. (May 2007) 14. What are the advantages of loosely coupled configuration? (May 2007) 15. What is Daisy chaining? (May 2007) 16. What is polling? (Nov 2006) 17. Name the three bus allocation schemes used in loosely coupled multiprocessor system. (Nov 2006) 18. What are the three basic multiprocessor configurations that the 8086 can support? 19. What is independent request? (Nov 2006) 20. State the need of 8087 NDP. (May 2006) 21. What is Bus Arbitration? (May 2006) 22. What does Qs1 Qs0 of 8087 represent? (May 2006) 23. Give the status word format of (May 2006) 24. State the need of 8089 IOP. (Nov 2005) 25. Give the Tag word format of (Nov 2005) 1. Explain the minimum mode of operation of 8086 with a neat sketch. (Nov2009) 2. Explain Multi microprocessor configuration methods? (June 2009) 3. Discuss about the multiprocessor configurations. (Nov 2008) 4. Explain the basic bus access control and arbitration schemes used in multiprocessor systems. (8) (May 2008) 5. Explain 8089 architecture with a neat diagram. (Nov 2007) 6. Explain 8087 architecture with a neat diagram. (Nov 2007) 7. Name the different data types supported by 8087 and explain (May 2007) 5

6 8. Explain closely coupled configuration with necessary diagrams. (May 2007) 9. Explain interconnection of 8089 IOP with (Nov 2006) 10. Explain with necessary diagrams loosely coupled configuration. (Nov 2006) 11. Explain how Co-processor works and interacts with (May 2006) UNIT IV 1. State the role of In-service register of 8259 interrupt controller. (Nov 2009) 2. How are semiconductor memories classified? (June 2009) 3. What are the operating modes of 8253? (June 2009) 4. What is the use of IRR(Interrupt Request Register)? (Nov 2008) 5. What does it imply if 8259 s ICW1 bit fields LTIM and SNGL bits are set to zero? (Nov 2008) 6. What is key bouncing? (May 2008) 7. List the uses of USART. (Dec 2007) 8. List the features of (Apr 2007) 9. What are the different modes of operations of 8259? (Apr 2007) 10. List the functions performed by (Apr 2007) 11. What is the function of gate signal in 8254 timer? (May 2007) 12. Write the format of ICW1 in (May 2007) 13. Name the two modes used by the DMA processes to transfer data. (Nov 2006) 14. Name the six modes of operations of an 8253 programmable interval timer. (Nov 2006) 15. Using two 8259-interrupt controllers what is the maximum number of peripherals that can be provided with interrupt facility. (Apr 2006) 16. Sketch the control word for Programmable timer. (Apr 2006) 17. Write about DMA controller. (Apr 2006) 18. Draw the mode word format of 8251A. (Apr 2006) 19. Write the BSR control word of 8255 to set bit 0 of port C (Nov 2005) 20. Define PPI. (Nov 2005) 21. Draw the data format used while asynchronous serial data transmission/reception is done using (Nov 2005) 22. What is the internal operating frequency of the 8279? How can you derive it from any available clock signal? (Apr 2005) 23. Draw the command word format for8251. (Apr 2005) 24. Specify the bit of a control word for the 8255.Wchich differentiates b/w I/O mode and BSR mode? (Apr 2005) 25. Specify the two types of serial communication. (May 2005) 1. Describe the DMA controller 8237 Internal architecture? (June 2009) 2. Explain Mode of Operation and command words of (June 2009) 3. Draw the block diagram of 8237 and explain the functions of each block. (Nov 2008) 4. Draw the block diagram of 8279 and explain the function of each block. (Nov 2008) 5. Discuss the architecture and working of 8253 timer. (May 2008) 6. Describe the working of 8259 Interrupt controller (May 2008) 6

7 7. With a neat block diagram explain PPI. (Nov 2007) 8. (i) With the help of block diagram explain the operation of USART (8251A) (10) (ii) Discuss the salient features of 8259 programmable interrupt controller. (6) (May 2007) 9. (i) Describe the various modes of operations in 8253 programmable interval Timer. (8) (ii) Explain the operation of DMA controller (8237). (May 2007) 10. (i)with a neat sketch and explain the operation of an Interrupt controller(8259) (14) (ii) What is the use of CAS0, CAS1 and CAS2 signals? (Nov 2006) 11. Draw the block diagram of a DMA controller (8237) and explain its operation. (Nov 2006) 12. Explain the working of Mode 3 operation of timer with a suitable timing diagram. (May 2006) 13. Differentiate between Synchronous and Asynchronous modes of serial communications. Interpret the mode of operation of 8251 if its mode instruction command word is initialized to FE H. (May 2006) UNIT V 1. What happens in power down mode of 8051 micro controller (May 2011) 2. What are the different ways of operand addressing in 8051 (May 2011) 3. what is that register addressing mode in 8051 microcontroller (Nov 2010) 4. Write an assembly language program to monitor PI continuously It should stop monitoring when PI reaches 63. (Nov 2010) 5. Name the two external interrupt of 8051 microcontroller. (Nov 2009) 6. Specify any two applications of Microcontrollers. (Nov 2009) 7. List the applications of a microcontroller. (June 2009) 8. Define XTAL1 and XTAL2. (June 2009) 9. What do you mean by Indirect Addressing Mode? (Nov 2008) 10. What is the function of DPTR register? (Nov 2008) 11. What is the possible branching range when an AJMP/ACALL of 8051 instruction is executed? (Nov 2008) 12. Name the interrupt sources of 8051 for which the priority levels are highest and lowest, respectively. (Nov 2008) 13. How does the status of EA pin affect the access to internal and external program memory? (May 2008) 14. State the difference between RET and RET1 instruction in (May 2008) 15. List the interrupts of 8051 micro controller. (Nov 2007) 16. What are register banks in 8051 microcontroller? (Nov 2007) 17. Differentiate a microprocessor and a microcontroller. (May 2007) 18. Differentiate RRA and RRCA instruction in 8051 microcontroller.(may 2007) 19. Draw the format of PSW of (Nov 2006) 20. List the addressing modes supported by (Nov 2006) 21. What is SFR? (Dec 2006) 7

8 22. What are the features of 8051 microcontrollers? (Dec 2006) 23. Which control signals of 8051 are used to access external data memory and external program memory? (Apr 2006) 24. State any two applications of (Apr 2006) 25. How does 8051 differentiate between external and internal program memory? (May 2006) 26. What is the function of GATE bit in the TMOD register of 8051? (May 2006) 27. Explain the function of following pins of 8051 microcontroller a. PSEN b. EA (Nov 2005) 28. Write the various interrupts supported by 8051 with priority level and vector address (Nov 2005) 29. How do you calculate baud rate for serial communication for 8051 (Nov 2005) 30. What is the use of DTPR? (May 2005) 31. What are the addressing modes supported by 8051 Which of the following are illegal? A) ADD R3, #50H B) ADD A, #50H C) ADD R7, R4H D) ADD A,#255H E) ADD A,R5H (May 2005) 26. Draw the interfacing diagram of LCD with 8051 controller. (May 2005) 27. What are the operating modes of serial port of 8051? (May 2005) 1. Explain the operations of (June 2009) 2. Describe Interrupts and instruction set of (June 2009) 3. (i).write a short notes on interrupt of (ii).explain the instruction set of (Nov 2008) 4. Explain the architecture of 8051 with its diagram. (Nov 2008) 5. (i)draw and explain the functions of bits in TMOD and TCON registers of 8051.(10) (ii) Explain how 8051 distinguishes between internal and external ROMs.(6) (Nov 2008) 6. (i) Write a brief note on interrupts and their priorities of Draw the format and explain the bit functions of interrupt enable register (10) (ii) List the addressing modes of 8051 and give a specific example for each of them. (6) (Nov 2008) 7. (i)explain the architecture of (ii) Write a program to find the number of positive and negative numbers in an array. (May 2008) 8. Explain each PORT circuitry available in (Nov 2007) 9. Explain serial communication interface available in (Nov 2007) 10. With a suitable block diagram, explain the architecture of 8051 microcontroller. (May 2007) 11. Give the PIN details of an 8051 microcontroller and explain. (16) (May 2007) 12. Write short notes on LCD interface. (6) (Nov 2006) 13. Explain different addressing modes used in 8051 microcontroller (Nov 2006) 14. Explain the programming of counter and Timer of 8051 (May 2006) 15. With neat diagram, explain the interfacing of LCD with 8051 and write an ALP for the same. (May 2006) 8

9 9

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

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

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

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

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

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

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

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

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

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

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

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

S.R.M. INSTITUTE OF SCIENCE & TECHNOLOGY SCHOOL OF ELECTRONICS & COMMUNICATION ENGINEERING 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

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

VALLIAMMAI ENGINEERING COLLEGE

VALLIAMMAI ENGINEERING COLLEGE VALLIAMMAI ENGINEERING COLLEGE SRM Nagar, Kattankulathur 603 203 DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING QUESTION BANK IV SEMESTER EC6504 MICROPROCESSOR AND MICROCONTROLLER Regulation 2013 Academic

More information

VALLIAMMAI ENGINEERING COLLEGE

VALLIAMMAI ENGINEERING COLLEGE VALLIAMMAI ENGINEERING COLLEGE SRM Nagar, Kattankulathur 603 203 DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING QUESTION BANK V SEMESTER EC6504 MICROPROCESSOR AND MICROCONTROLLER Regulation 2013

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

VALLIAMMAI ENGINEERING COLLEGE. SRM Nagar, Kattankulathur DEPARTMENT OF COMPUTER SCIENCE ENGINEERING

VALLIAMMAI ENGINEERING COLLEGE. SRM Nagar, Kattankulathur DEPARTMENT OF COMPUTER SCIENCE ENGINEERING VALLIAMMAI ENGINEERING COLLEGE SRM Nagar, Kattankulathur-603 203 DEPARTMENT OF COMPUTER SCIENCE ENGINEERING EC6504 MICROPROCESSOR AND MICROCONTROLLER YEAR / SEMESTER: II / IV ACADEMIC YEAR: 2015-2016 (EVEN

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

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

SRI VENKATESWARA COLLEGE OF ENGINEERING AND TECHNOLOGY DEPARTMENT OF ECE EC6504 MICROPROCESSOR AND MICROCONTROLLER (REGULATION 2013)

SRI VENKATESWARA COLLEGE OF ENGINEERING AND TECHNOLOGY DEPARTMENT OF ECE EC6504 MICROPROCESSOR AND MICROCONTROLLER (REGULATION 2013) SRI VENKATESWARA COLLEGE OF ENGINEERING AND TECHNOLOGY DEPARTMENT OF ECE EC6504 MICROPROCESSOR AND MICROCONTROLLER (REGULATION 2013) UNIT I THE 8086 MICROPROCESSOR PART A (2 MARKS) 1. What are the functional

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

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

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

INSTITUTE OF AERONAUTICAL ENGINEERING Dundigal, Hyderabad ELECTRONICS AND COMMUNICATION ENGINEERING QUESTION BANK

INSTITUTE OF AERONAUTICAL ENGINEERING Dundigal, Hyderabad ELECTRONICS AND COMMUNICATION ENGINEERING QUESTION BANK Course Name Course Code Class Branch INSTITUTE OF AERONAUTICAL ENGINEERING Dundigal, Hyderabad - 500 04 ELECTRONICS AND COMMUNICATION ENGINEERING QUESTION BANK : Microprocessors and Microcontrollers :

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

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

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

Question Bank Part-A UNIT I- THE 8086 MICROPROCESSOR 1. What is microprocessor? A microprocessor is a multipurpose, programmable, clock-driven, register-based electronic device that reads binary information

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

UNIT II SYSTEM BUS STRUCTURE 1. Differentiate between minimum and maximum mode 2. Give any four pin definitions for the minimum mode. 3. What are the pins that are used to indicate the type of transfer

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

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

3. (a) Explain the steps involved in the Interfacing of an I/O device (b) Explain various methods of interfacing of I/O devices.

3. (a) Explain the steps involved in the Interfacing of an I/O device (b) Explain various methods of interfacing of I/O devices. Code No: R05320202 Set No. 1 1. (a) Discuss the minimum mode memory control signals of 8086? (b) Explain the write cycle operation of the microprocessor with a neat timing diagram in maximum mode. [8+8]

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

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

SYLLABUS UNIT - I 8086/8088 ARCHITECTURE AND INSTRUCTION SET

SYLLABUS UNIT - I 8086/8088 ARCHITECTURE AND INSTRUCTION SET 1 SYLLABUS UNIT - I 8086/8088 ARCHITECTURE AND INSTRUCTION SET Intel 8086/8088 Architecture Segmented Memory, Minimum and Maximum Modes of Operation, Timing Diagram, Addressing Modes, Instruction Set,

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

FIFTH SEMESTER B.TECH DEGREE EXAMINATION MODEL TEST QUESTION PAPER, NOVEMBER CS 305: Microprocessor and Microcontrollers PART A

FIFTH SEMESTER B.TECH DEGREE EXAMINATION MODEL TEST QUESTION PAPER, NOVEMBER CS 305: Microprocessor and Microcontrollers PART A Reg No Name FIFTH SEMESTER B.TECH DEGREE EXAMINATION MODEL TEST QUESTION PAPER, NOVEMBER 2017 CS 305: Microprocessor and Microcontrollers Max. Marks: 100 Duration: 3 Hours PART A Answer all questions.

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

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

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

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

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

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 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

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

9/25/ Software & Hardware Architecture

9/25/ Software & Hardware Architecture 8086 Software & Hardware Architecture 1 INTRODUCTION It is a multipurpose programmable clock drive register based integrated electronic device, that reads binary instructions from a storage device called

More information

Department of Electronics and Instrumentation Engineering Question Bank

Department of Electronics and Instrumentation Engineering Question Bank www.examquestionpaper.in Department of Electronics and Instrumentation Engineering Question Bank SUBJECT CODE / NAME: ET7102 / MICROCONTROLLER BASED SYSTEM DESIGN BRANCH : M.E. (C&I) YEAR / SEM : I / I

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

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

Introduction to Microprocessor

Introduction to Microprocessor Introduction to Microprocessor The microprocessor is a general purpose programmable logic device. It is the brain of the computer and it performs all the computational tasks, calculations data processing

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

SRI VIDYA COLLEGE OF ENGINEERING AND TECHNOLOGY,VIRUDHUNAGAR

SRI VIDYA COLLEGE OF ENGINEERING AND TECHNOLOGY,VIRUDHUNAGAR Year/sem: 02/04 Academic Year: 2014-2015 (even) UNIT II THE 8086 SYSTEM BUS STRUCTURE PART A 1. What are the three groups of signals in 8086? The 8086 signals are categorized in three groups. They are:

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

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

CHETTINAD COLLEGE OF ENGINEERING AND TECHNOLOGY COMMUNICATION ENGINEERING REG 2008 TWO MARKS QUESTION AND ANSWERS

CHETTINAD COLLEGE OF ENGINEERING AND TECHNOLOGY COMMUNICATION ENGINEERING REG 2008 TWO MARKS QUESTION AND ANSWERS CHETTINAD COLLEGE OF ENGINEERING AND TECHNOLOGY B.E.,/B.TECH., ELECTRONICS EC6504 MICROPROCESSORS & MICRO CONTROLLERS COMMUNICATION ENGINEERING REG 2008 TWO MARKS QUESTION AND ANSWERS UNIT 1 AND 2 CS SUBJECT

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

MLR INSTITUTE OF TECHNOLOGY DUNDIGAL , HYDERABAD

MLR INSTITUTE OF TECHNOLOGY DUNDIGAL , HYDERABAD Name Code : 56012 Class Branch MR INSTITUTE OF TECHNOOGY DUNDIGA - 500 043, HYDERABAD EECTRONICS AND COMMUNICATION ENGINEERING ASSIGNMENT QUESTIONS : MICROPROCESSORS AND MICROCONTROERS : III - B. Tech

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

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

EC 6504 Microprocessor and Microcontroller. Unit II System Bus Structure

EC 6504 Microprocessor and Microcontroller. Unit II System Bus Structure EC 6504 Microprocessor and Microcontroller Unit II 8086 System Bus Structure Syllabus: 8086 Signals Basic Configurations System bus timing System Design using 8086 IO Programming Introduction to multiprogramming

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

Microprocessor. By Mrs. R.P.Chaudhari Mrs.P.S.Patil

Microprocessor. By Mrs. R.P.Chaudhari Mrs.P.S.Patil Microprocessor By Mrs. R.P.Chaudhari Mrs.P.S.Patil Chapter 1 Basics of Microprocessor CO-Draw Architecture Of 8085 Salient Features of 8085 It is a 8 bit microprocessor. It is manufactured with N-MOS technology.

More information

UNIT V MICRO CONTROLLER PROGRAMMING & APPLICATIONS TWO MARKS. 3.Give any two differences between microprocessor and micro controller.

UNIT V MICRO CONTROLLER PROGRAMMING & APPLICATIONS TWO MARKS. 3.Give any two differences between microprocessor and micro controller. UNIT V -8051 MICRO CONTROLLER PROGRAMMING & APPLICATIONS TWO MARKS 1. What is micro controller? Micro controller is a microprocessor with limited number of RAM, ROM, I/O ports and timer on a single chip

More information

PART A (22 Marks) 2. a) Briefly write about r's complement and (r-1)'s complement. [8] b) Explain any two ways of adding decimal numbers.

PART A (22 Marks) 2. a) Briefly write about r's complement and (r-1)'s complement. [8] b) Explain any two ways of adding decimal numbers. Set No. 1 IV B.Tech I Semester Supplementary Examinations, March - 2017 COMPUTER ARCHITECTURE & ORGANIZATION (Common to Electronics & Communication Engineering and Electronics & Time: 3 hours Max. Marks:

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

Vidyalankar T.E. Sem. V [ETRX] Microprocessors and Microcontrollers I Prelim Question Paper Solution

Vidyalankar T.E. Sem. V [ETRX] Microprocessors and Microcontrollers I Prelim Question Paper Solution 1. (a) 1. (b) T.E. Sem. V [ETRX] Microprocessors and Microcontrollers I Prelim Question Paper Solution Priority modes. 1) Fully Nested Mode : It is a general purpose mode. IR 0 highest priority IR 1 lowest

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

(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

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

Unit wise Question Bank UNIT-II

Unit wise Question Bank UNIT-II Academic year: 2017-18 Program: B Tech Course Title: Microprocessor & Microcontrollers Unit wise Question Bank Year/Semester: III/I Section: A, B & C Branch: ECE UNIT-I 1. Draw the functional pin diagram

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

PESIT Bangalore South Campus

PESIT Bangalore South Campus INTERNAL ASSESSMENT TEST 2 Date : 02/04/2018 Max Marks: 40 Subject & Code : Microprocessor (15CS44) Section : IV A and B Name of faculty: Deepti.C Time : 8:30 am-10:00 am Note: Note: Answer any five complete

More information

8/26/2010. Introduction to 8085 BLOCK DIAGRAM OF INTEL Introduction to Introduction to Three Units of 8085

8/26/2010. Introduction to 8085 BLOCK DIAGRAM OF INTEL Introduction to Introduction to Three Units of 8085 BLOCK DIAGRAM OF INTEL 8085 GURSHARAN SINGH TATLA Introduction to 8085 It was introduced in 1977. It is 8-bit microprocessor. Its actual name is 8085 A. It is single NMOS device. It contains 6200 transistors

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

م.م. ماجد عيدان. 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

8051 Microcontrollers

8051 Microcontrollers 8051 Microcontrollers Richa Upadhyay Prabhu NMIMS s MPSTME richa.upadhyay@nmims.edu March 8, 2016 Controller vs Processor Controller vs Processor Introduction to 8051 Micro-controller In 1981,Intel corporation

More information

2. (a) Draw and explain the pin out diagram of (b) Explain the various operations performed by Bus Interfacing unit in 8086.

2. (a) Draw and explain the pin out diagram of (b) Explain the various operations performed by Bus Interfacing unit in 8086. Code No: RR420303 Set No. 1 IV B.Tech II Semester Supplimentary Examinations, May 2008 MICROPROCESSORS (Mechanical Engineering) Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry

More information

Types of Interrupts:

Types of Interrupts: Interrupt structure Introduction Interrupt is signals send by an external device to the processor, to request the processor to perform a particular task or work. Mainly in the microprocessor based system

More information

Code No: Set No. 1

Code No: Set No. 1 Code No: 2320404 Set No. 1 1. a) Draw the architectural diagram of 8085 and explain the function of each block in detail b) Discuss about Multiplexing in 8086 microprocessor [10+6] 2. a) Explain in detail

More information

INTELLIGENCE PLUS CHARACTER - THAT IS THE GOAL OF TRUE EDUCATION UNIT-I

INTELLIGENCE PLUS CHARACTER - THAT IS THE GOAL OF TRUE EDUCATION UNIT-I UNIT-I 1. List and explain the functional units of a computer with a neat diagram 2. Explain the computer levels of programming languages 3. a) Explain about instruction formats b) Evaluate the arithmetic

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

12-Dec-11. Gursharan Singh Maninder Kaur. Introduction to 8085 BLOCK DIAGRAM OF INTEL Introduction to Introduction to 8085

12-Dec-11. Gursharan Singh Maninder Kaur. Introduction to 8085 BLOCK DIAGRAM OF INTEL Introduction to Introduction to 8085 mailme@gursharansingh.in BLOCK DIAGRAM OF INTEL 8085 mailme@maninderkaur.in Introduction to 8085 It was introduced in 1977. It is 8-bit microprocessor. Its actual name is 8085 A. It is single NMOS device.

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

8051 Microcontroller

8051 Microcontroller 8051 Microcontroller 1 Salient Features (1). 8 bit microcontroller originally developed by Intel in 1980. (2). High-performance CMOS Technology. (3). Contains Total 40 pins. (4). Address bus is of 16 bit

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. (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

Mr. Sapan Naik 1. Babu Madhav Institute of Information Technology, UTU

Mr. Sapan Naik 1. Babu Madhav Institute of Information Technology, UTU 5 Years Integrated M.Sc.(IT) Semester 4 060010402 System Programming Question Bank Unit 1: Introduction 1. Write the decimal equivalent for each integral power of 2 from 2! to 2!". 2. Convert the following

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

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

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

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

Four Categories Of 8085 Instructions That >>>CLICK HERE<<<

Four Categories Of 8085 Instructions That >>>CLICK HERE<<< Four Categories Of 8085 Instructions That Manipulate Data When the data byte isloaded by CPU the transmitter will stop transmitting synchronous List the four categories of 8085 instructions. manipulate

More information

CS 1304-MICROPROCESSORS

CS 1304-MICROPROCESSORS CS 1304-MICROPROCESSORS 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

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

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

DHANALAKSHMI COLLEGE OF ENGINEERING, CHENNAI DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING EC6504 MICROPROCESSOR AND MICRO CONTROLLER

DHANALAKSHMI COLLEGE OF ENGINEERING, CHENNAI DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING EC6504 MICROPROCESSOR AND MICRO CONTROLLER DHANALAKSHMI COLLEGE OF ENGINEERING, CHENNAI DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING EC6504 MICROPROCESSOR AND MICRO CONTROLLER UNIT - I : THE 8086 MICROPROCESSOR PART A (2 Marks) 1. What are different

More information

SIDDHARTH GROUP OF INSTITUTIONS :: PUTTUR Siddharth Nagar, Narayanavanam Road QUESTION BANK (DESCRIPTIVE) UNIT-I

SIDDHARTH GROUP OF INSTITUTIONS :: PUTTUR Siddharth Nagar, Narayanavanam Road QUESTION BANK (DESCRIPTIVE) UNIT-I SIDDHARTH GROUP OF INSTITUTIONS :: PUTTUR Siddharth Nagar, Narayanavanam Road 517583 QUESTION BANK (DESCRIPTIVE) Subject with Code : CO (16MC802) Year & Sem: I-MCA & I-Sem Course & Branch: MCA Regulation:

More information

Understanding the basic building blocks of a microcontroller device in general. Knows the terminologies like embedded and external memory devices,

Understanding the basic building blocks of a microcontroller device in general. Knows the terminologies like embedded and external memory devices, Understanding the basic building blocks of a microcontroller device in general. Knows the terminologies like embedded and external memory devices, CISC and RISC processors etc. Knows the architecture and

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