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

Size: px
Start display at page:

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

Transcription

1 BHARATHIDASAN ENGINEERING COLLEGE III Year / V Semester / EEE MICROPROCESSORS AND MICROCONTROLLERS (R-2013) FREQUENTLY ASKED QUESTIONS IN UNIVERSITY EXAMINATION PART A UNIT PROCESSOR 1. Draw the schematic of latching low-order address bus in 8085 Microprocessor. 2. If the stack segment register contains 3000h and stack pointer register contains 8434h, what is the physical address of the top of the stack in 8086 microprocessor? 3. What is TRAP interrupt and it significance? 4. Define the function of parity flag and zero flag in List the control and status signals of 8085 microprocessor and mention its need. 6. Write the functional aspects of Execution unit in an 8086 architecture. 7. What is the function of Program Counter in 8085 microprocessor? 8. How many address and data lines are used in 8086 microprocessor? 9. What are the various flags in 8085? 10. What is ALE? NOV/Dec To obtain a 320 ns clock, what should be the input clock frequency? What is the frequency of clock signal at CLK OUT? 12. What is meant by level-triggered interrupt? Which of the interrupts in 8085 are level triggered? 13. What is the use of Stack pointer? 14. Mention the use of ALE. (May / June2015) 15. What is meant by Level triggered interrupt? Which are the interrupts in 8085 level triggered? 16. To obtain a 320ns clock what should be the input clock frequency? What is the frequency of clock signal at CLK OUT? May/June What is TRAP interrupt and its significance? May/June Define the function of parity flag and zero flag in 8085? May/June What is the function of program counter in 8085? April /May 2013

2 20. Write down the control and status signals of Nov/Dec Specify the size of data, address, memory word and memory capacity of 8085 microprocessor. 22. Draw the schematic of latching low order address bus in 8085 microprocessor. 23. What are the flags used in 8085? NOV/Dec Specify the function of Address bus and the direction of the information flow on the address bus? Nov./Dec 2012 (R 2004) 25.To obtain a 320 ns clock, what should be the input clock frequency? (May / June 2014) 26. What is the frequency of clock signal at CLK OUT? How are instruments classified? (May / June 2014) 27. What if the function of ALE IN 8085 microprocessor? (May / June2015) 28. What is the maximum number of bytes of memory addressable by 8086 microprocessor. (May / June2015) 29. Why data bus is bi directional? (A/M -17) 30. How many machine cycles does 8085 have, mention them?(a/m -17) PART B 1. (i) Explain in detail the 8085 interrupt structure. (8) (A/M -17) (ii) Draw the timing diagram for IN and OUT instruction of 8085 and explain. (8) 2. (i) Draw the internal block diagram of 8086 and explain the bus interface unit and execution unit. (8) (ii) How address decoding is done in memory Interface. (8) 3. (i) Explain with a neat block diagram the architecture of 8085 microprocessor. (12) (A/M -17) (ii) Draw the pin diagram of 8085 microprocessor. (4) 4. (i) Describe the different types of interrupts used in 8085 microprocessor. (8) (ii) Draw the timing diagram of Opcode fetch machine cycle and I/O Read cycle. (8) 5. (i) Draw the pin diagram of 8085 Microprocessor and list the classification of signals.(8) (ii) Draw the timing diagram for OP-code fetch Machine Cycle and Memory Read Machine Cycle. (8)

3 6. (i) Write an 8085 assembly language program by assuming that Microprocessor is completing an RST 7.5 interrupt request; Check to see if RST 6.5 is pending. If it is pending, enable RST 6.5 without affecting any other interrupts. Otherwise return to the main program. (ii) Draw the decode logic for LED output port in an I/O interface. (8) 7. (a) (i) Explain with a neat block diagram the architecture of 8086 microprocessor. (16) 8 (i) Compare the features of 8085 and 8086 microprocessors (6) (ii) Describe the interrupt structure of 8086 microprocessors. (10) 9. Draw and explain the architecture of (16) 10. Explain the interrupt structure of 8085 microprocessor. (16) 11. Explain how pipelined architecture is implemented in Draw the signal configuration of 8085 and explain the purpose of each signal. 13. Explain with a neat block diagram, the architecture of 8085 microprocessor. (16) 14. (i)explain the interrupt structure of 8085 microprocessor. (8) (ii) Draw the timing diagram of Opcode Fetch machine cycle. (8) 15. Describe the registers of (16) (A/M -17) 16. What is meant by memory interfacing? Explain with an example. (16)(A/M -17) 17. Explain how pipelined architecture is implemented in (MAY/JUN 14) 18. Draw the signal configuration of 8085 and explain the purpose of each signals. (MAY/JUN 14)

4 FREQUENTLY ASKED QUESTIONS (FAQ) PART A UNIT II 1. Why do we need look-up table?(n/d-14) 2. How are the 8085 instructions classified according to the functional categories?(a/m-17) (N/D 11) 3. What are the types of addressing mode in 8085 microprocessor? 4. What is the use of branching instructions? Give example. 5. What is Indexing? 6. What is the different control machine control instruction used in 8085 microprocessor? 7. What is the function of stack? 8. What are the different addressing modes of 8085? 9. What are the instructions associated with a subroutine? 10. Mention the similarity and difference between compare and subtract instructions. 11. State the purpose and importance of NOP instruction. 12. How is time Delay generated using subroutines? 13. Explain the functioning of CMP instruction 14. What is a stack in an 8085 microcomputer system? 15. What is the different control machine control instructions used in 8085 microprocessor? 16. What is the function of stack? M/J Mention the similarity and difference between compare and Subtract instructions (M/J 2014) 18. State the purpose and importance of NOP instruction. M/J What are the types of addressing modes of 8085.M/J2012, N/D 2013? 20. What is the use of branching instructions? Give examples. M/J State the function of given 8085 instruction: JP, JPE, JPO, JNZ. (A/M 11) 22. How is PUSH B instruction executed? Find the status after the execution (A/M 11) 23. Why do we need look up table? (N/D 11) 24. What is the function of rotate instruction?(may/jun 2015) 25. What is a stack in an 8085 microcomputer system? N/D 2012

5 PART B 1. (i) Write a program to count from 0 to 9 with one second delay between each count. At the count of 9, the counter should reset itself to 0 and repeat the sequence continuously. Assume the clock frequency is 1 MHz. (8) (ii) Write a program with a flowchart to multiply two 8-bit numbers.(8) 2. (i) Compare the similarities and differences of CALL and RET instructions with PUSH and POP instructions. (8) (ii) Sixteen bytes are stored in memory locations at XX50h to XX5Fh.Transfer the entire block of data to new memory locations starting at XX70h. (8) Program: 3. (i) Describe the addressing modes of 8085 microprocessor with suitable instructions.(8)(a/m-17) (ii) Describe with a suitable example the operation of stack. (8) 4. (i) Describe with suitable example the data transfer, loading and storing instruction. (ii) Write an assembly language program for arranging an array of 8 bit unsigned number in ascending order.(8) 5. (i) What are the different addressing modes in 8085 Microprocessor? Explain it with an Example. (8) (ii) Write an 8085 assembly language program to multiple two 8-bit numbers. (8) 6 (i) Describe with suitable examples the data transfer instructions in 8085 microprocessor. (8) 7. (ii) Write an 8085 assembly language program to sort numbers in ascending orders (8) (i) Describe the categories of instructions used for data manipulations in 8085 microprocessor. (8) (ii) Describe with a suitable 8085 assembly language program the use of subroutine instructions. (8) 8. Discuss in detail about the 8085 instruction set, explaining about the various types of operations. 9.(i) Give two examples for data transfer instructions, arithmetic instructions, logic instructions and branch instructions. (8) (ii) Six bytes of data are stored in memory locations starting at XX50 h. Add all the data bytes. Use register B to save any carries generated while adding data bytes. Display the entire sum 10. Write an assembly language program with its output to add two 16 bit number using 8085.

6 11. (i) Describe the interrupt structure of 8085 microprocessor. Compare the same with 8086 microprocessor. (ii)write an 8085 Assembly Language Program to generate a Z delay of 1ms. Show the calculations. 12.Write a program to calculate and store in the results as mentioned. Five memory locations 2401H, 2402H, 2403H, 2404H and 2405H have called Xl, X2, X3, X4 and X5. (2405H) = X1 + X2 + X3 + X4 (2403H) = X5 X3 X2 X1 13. (i) Explain the addressing modes of 8085 microprocessor with example for each.(8) (ii) Write a 8085 assembly language program to divide a 8-bit number by another 8-bit number and store the remainder and quotient in memory locations 4252 and Write an 8085 assembly language program to solve the following equation :Z = 2X + Y where X and Y are stored in memory locations 4200 and 4201 respectively. The value of Y should be stored in 4202 (Lower Byte) and 4203 (Higherbyte). (16) 15.(i) Describe the categories of instructions used for data manipulation in 8085 microprocessor? (ii) Describe with suitable 8085 ALP the use of subroutine instruction?(10) (MAY/JUN 13) (A/M -17)

7 FREQUENTLY ASKED QUESTIONS(FAQ) PART A UNIT III 1. List the on-chip peripherals of 8051 microcontroller. 2. What are the addressing modes of 8051 microcontroller? 3. What are the main features of 8051 microcontroller? 4. Draw the flowchart for programming of serial port of Write an 8051 assembly language program to clear the accumulator and add 3 to the accumulator to times. 6. What does the mnemonics LCALL and ACALL stand for? 7. What are the addressing modes of 8051 Microcontroller? (MAY/JUN 2012)(A/M -17) 8. What are the addressing modes of 8051 Microcontroller? (MAY/JUN 2012)(A/M -17) 9. What is meant by level-triggered interrupt? Which of the interrupts in 8085 are level triggered? (MAY/JUN 2014) 10. What is the function of rotate instruction?(may/jun 2015) 11. What is the function of B registers in 8051 Microcontroller? 12. What is instruction pipelining? 13. What is the purpose of overflow flag in 8051 Microcontroller? 14. Mention the purpose of PSEN and EA in 8051 microcontroller. 15.List the interrupt sources in 8051 microcontroller. 16. List the interrupts of 8051 microcontroller. 17. Write the function of TMOD Register in 8051 microcontroller. 18. List any four special function registers. (A/M -17) 19. What is indexing? ( NOV/DEC 12) 20.Mention the similarity and difference between compare and subtract instructions. (MAY/JUN 2014) PART-B 1. (i) Explain the program memory and data memory structure of 8051 microcontroller. (ii) Draw the pin diagram of 8051 microcontroller and explain its port structure. (8) 2 (i) Draw the TMOD register format and explain the different operating modes of timer in 8051 microcontroller. (8) (ii) Explain how serial communication is performed in 8051 microcontroller. (8) 3. Explain with a neat block diagram the architecture of 8051 microcontroller. (16)

8 4. (i) Explain the different operating modes of timer in 8051 Microcontroller. (8) (ii) Explain program memory interfacing in 8051 microcontroller. (8) 5. (i) Draw the data memory structure of 8051 Microcontroller and Explain. (8) (ii) Write an 8051 assembly language program to copy the value 55H into the RAM memory locations 40H to 45H using register indirect addressing with a loop. (8) 6. (i) Assuming the clock Pulse are fed into PinT1. Write a Program for Counter 1 in Mode 2 to count the Pulses and display the state of the TL1 Count on P2. (8) (ii) Explain the interrupt structure of 8051 Microcontroller. (8) 7. Explain with a neat block diagram the architecture of 8051 microcontroller. (16) 8. (i) Explain the different addressing modes of 8051 Microcontroller. (8) (ii) Explain the vectored interrupts in 8051 microcontroller. (8) 9. Discuss about the timers in 8051 with suitable examples. (16) 10. Discuss the addressing modes microcontroller of 8051 with suitable examples. (16) 11. Explain the port operation in 8051 microcontroller. 12. Explain the different modes with which the timer/counter in 8051 microcontroller can be programmed. 13. Explain the Timers of 8051 microcontroller with appropriate diagrams. (16) 14. Explain the I/O ports and their functions of 8051 microcontroller. (16) 15.Explain Timer modes of 8051 micro controller. (A/M -17) 16.. Explain the architecture of 8051 micro controller with a block diagram. (A/M -17)

9 FREQUENTLY ASKED QUESTIONS (FAQ) PART A UNIT IV 1. Draw the Mode Word format of 8251 USART. 2. State the use of ISR and PR registers in 8259 PIC. 3. What are the applications of D/A converter interfacing with 8255? 4. What is keyboard interfacing? 5. Draw the 3-bit Digital to Analog Converter block and plot its analogue output. 6. Draw the mode word format of 8251 USART. 7. What are the different Peripheral Interfacing used with the 8085 Microprocessor? 8. What are the output terminals in USART 8251? 9. What is the need for 8259 PIC? 10. What are the basic modes of operation of 8255? 11. What are the salient features of INTEL 8259 programmable interrupt controller? 12. How data is transmitted in asynchronous serial communication? 13. Write the control word value for 8255 PPI when PORT A and PORT B are inputs in simple input output mode. 14. What are the working modes of 8254 Timer? 15. What are the different ways to end the interrupt execution in 8259 PIC? (A/M 11) 16. What is the function of Scan section in 8279 programmable keyboard/display controller? (A/M 11) 17. State the use of ISR and PR registers in 8259 PIC. (N/D 11) 18. What are the salient features of INTEL 8259 Programmable interrupt controller? M/J How data is transmitted in asynchronous serial communication? M/J What are the applications of D/A converter interfacing with 8255? M/J What is keyboard interfacing? M/J What are the different peripheral interfacing used with 8085 processor? M/J What is the need for 8259 PIC? 24. What are the basic modes of 8255? N/D 2013

10 PART-B 1. (i) Explain the operating modes of 8255 programmable peripheral interface. (A/M -17) (MAY/JUN 15) (ii) Draw the logical block diagram of 8279 keyboard display controller and explain. (NOV/DEC 14) 2.(i) Draw the control word of 8253 timer/counter and explain the operating modes of 8253 timer/counter. (8) (ii) Why do we need A/D converter and D/A converter? Draw the block diagram to interface 8085 microprocessor with A/D convertor. (8) 3.(i) Describe the comparison of 1/O mapped and memory mapped 1/O interfacing. (6) (ii) Explain with a neat diagram the interfacing of 8251 to 8085 microprocessor. a(10) 4.(î) Draw and explain the functional block diagram of 8259 programmable interrupt controller. (MAY/JUN 15) (ii) Draw and describe the interfacing of AID and D/A converter interfacing to 8085 Micro processor. (8) 5. (i) List the major components of the 8079 keyboard/display interface and explain their functions in detail. (8) (ii) Explain in detail, the operating modes of 8255 PPI with control registers. (8) 6. (i) List of the major components of 8259 A Interrupt Controller and explain their functions. (8) (ii) Explain the different operating modes of 8253 timer. (8) 7.(i) Draw and explain the functional block diagram of 8255 PPI. (8) (ii) Draw and Explain the functional block diagram of 8251 USART. (8) 8. (î) Draw and explain the functional block diagram of 8279 keyboard display controller. (8) ( (ii) Draw and explain the functional block diagram of 8253 timer. (8) 9. Explain the 8255 PPI architecture with different modes by neat sketch (16) 10. With neat diagram, explain the architecture and feature of 8279 keyboard/ display controller. (16) 11. Draw the block diagram of 8255A programmable peripheral interface and explain each block. 12. Discuss the internal architecture of 8253 programmable interval timer. 13. Explain the block diagram, architecture and registers of the 8279 keyboard/display controller. (16) 14. (i) Explain the block diagram and modes of the 8254 timer. (8) (ii) Explain the architecture, functions and registers of the 8255 PPI. (8) (8)

11 FREQUENTLY ASKED QUESTIONS (FAQ) PART A UNIT V 1. Why do we need opto-isolator circuit between microcontroller and the Stepper motor? 2. Mention the I/O instructions of 8051 microcontroller. 3. What is program status word of 8051? 4. What are the applications of 8051 microcontroller? 5. Give an example for DA instruction of 8051 Microcontroller. 6. How many ports are bit-addressable in an 8051 Microcontroller? 7. Write an ALP to receive input from port 1.5 and if it is high then an output 35H is sent to Port Port 0. What are I/O instructions in 8051 Microcontroller? 8. How is pulse generated from Microcontroller for Stepper Motor Control? 9. Mention the interrupts of 8051 microcontroller. 10.State the functions performed by JBC and CJNE instructions in 8051 microcontroller. 11.What is Program Status Word? 12.What is meant by PSW? 13. List out the difference between MOV and the MOV X instructions 14. List the different types of 8051 instructions. (April/may -2010, Nov/Dec-2011) 15.What are the various operations performed by Boolean variable instructions of 8051?( April/may -2010, April/may -2011) 16. What is the operation of the given 8051 microcontroller instructions: XRL A, direct? 17. What are the applications of 8051 microcontroller? (May/June -2012) 18. How is the pulse generated from microcontroller for stepper motor control (May/June 2013) 19. Why do we need opto-isolator circuit between microcontroller and the stepper motor? (Nov/Dec-2011) 20. Why interfacing is needed for I/0 devices? (Nov-2009] 21. What is meant by cascading in 8259? (A/M -17) 22. Give the operation modes of 8259A? (A/M -17)

12 PART B 1. (i) Explain with a program to rotate the stepper motor in both clockwise and anticlockwise direction using 8051 microcontroller. (8) (ii) How to interface a 7 segment display using 8051 microcontroller. (8) 2. (i) How 8051 is used in washing machine control? (8) (ii) How do you interface a 4 4 matrix keyboard using 8051 microcontroller? (8) 3. (i) Explain the Stepper Motor Control using (ii) Write a program to generate pulses to drive and for Continuous operation of a stepper motor. 4. Explain with a neat diagram the application of 8051 microcontroller in Washing Machine control. 5. (i) Draw the circuit diagram to interface an LCD display with 8051 Microcontroller and explain how to display a character using LCD display. (ii) Explain how to control the Servomotor using 8051 Micro controller and this any four applications of Servomotor. 6. (i) How to interface a 4 4 matrix keyboard using 8051 Microcontroller and Explain how to identify the key press. (ii) Explain how to control the speed of the stepper motor using 8051 microcontroller with algorithmic steps. 7. Describe with a neat diagram the stepper motor control using microcontroller. 8. Explain with a neat diagram the closed loop control of servo motor using microcontroller. (16) (MAY/JUN 13) (A/M-17) 9. Write an 8051 C program that continuously gets a single bit of date from P1.7 and sends it to P1.0, while simultaneously creating a square wave of 200 us period on pin P2.5. Use timer 0 to create the square wave. Assume that XTAL= MHz 10. A Switch is connected to pin P2.7. Write an ALP to mention the status of SW and perform the following i) If SW=0 The stepper motor moves clockwise. ii) If SW=1 The stepper motor moves counter clockwise. (NOV/DEC 13) 11. Explain the different operand addressing modes in 8051 microcontroller with examples. 12. Describe the control system design of washing machine. 13. Explain the working of a washing machine and how it is controlled by the 8051 Microcontroller. (MAY/JUN 15) 14.Explain how to control a stepper motor using 8051 microcontroller with a neat interfacing diagram and assembly program. (16) NOV/DEC 12) (A/M -17)

www.vidyarthiplus.com www.vidyarthiplus.com www.vidyarthiplus.com www.vidyarthiplus.com www.vidyarthiplus.com Time : Three hours Reg. No. : B.E./B.Tech. DEGREE EXAMINATION, APRIL/MAY 2011 Sixth

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Microcontroller and Embedded Systems:

Microcontroller and Embedded Systems: Microcontroller and Embedded Systems: Branches: 1. Electronics & Telecommunication Engineering 2. Electrical & Electronics Engineering Semester: 6 th Semester / 7 th Semester 1. Explain the differences

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

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

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

8051 Overview and Instruction Set

8051 Overview and Instruction Set 8051 Overview and Instruction Set Curtis A. Nelson Engr 355 1 Microprocessors vs. Microcontrollers Microprocessors are single-chip CPUs used in microcomputers Microcontrollers and microprocessors are different

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

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

Programming of 8085 microprocessor and 8051 micro controller Study material

Programming of 8085 microprocessor and 8051 micro controller Study material 8085 Demo Programs Now, let us take a look at some program demonstrations using the above instructions Adding Two 8-bit Numbers Write a program to add data at 3005H & 3006H memory location and store the

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

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

EEE3410 Microcontroller Applications Department of Electrical Engineering Lecture 4 The 8051 Architecture

EEE3410 Microcontroller Applications Department of Electrical Engineering Lecture 4 The 8051 Architecture Department of Electrical Engineering Lecture 4 The 8051 Architecture 1 In this Lecture Overview General physical & operational features Block diagram Pin assignments Logic symbol Hardware description Pin

More information

Microcontroller Intel [Instruction Set]

Microcontroller Intel [Instruction Set] Microcontroller Intel 8051 [Instruction Set] Structure of Assembly Language [ label: ] mnemonic [operands] [ ;comment ] Example: MOV R1, #25H ; load data 25H into R1 2 8051 Assembly Language Registers

More information

SANKALCHAND PATEL COLLEGE OF ENGINEERING, VISNAGAR. ELECTRONICS & COMMUNICATION DEPARTMENT Question Bank- 1

SANKALCHAND PATEL COLLEGE OF ENGINEERING, VISNAGAR. ELECTRONICS & COMMUNICATION DEPARTMENT Question Bank- 1 SANKALCHAND PATEL COLLEGE OF ENGINEERING, VISNAGAR ELECTRONICS & COMMUNICATION DEPARTMENT Question Bank- 1 Subject: Microcontroller and Interfacing (151001) Class: B.E.Sem V (EC-I & II) Q-1 Explain RISC

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

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

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

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

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

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

Three criteria in Choosing a Microcontroller

Three criteria in Choosing a Microcontroller The 8051 Microcontroller architecture Contents: Introduction Block Diagram and Pin Description of the 8051 Registers Some Simple Instructions Structure of Assembly language and Running an 8051 program

More information

ENE 334 Microprocessors

ENE 334 Microprocessors Page 1 ENE 334 Microprocessors Lecture 7: MCS-51 Architecture I : Dejwoot KHAWPARISUTH http://webstaff.kmutt.ac.th/~dejwoot.kha/ ENE 334 MCS-51 Architecture I Page 2 Outlines: 8051 Microcontroller Hardware

More information

UNIT 2 THE 8051 INSTRUCTION SET AND PROGRAMMING

UNIT 2 THE 8051 INSTRUCTION SET AND PROGRAMMING UNIT 2 THE 8051 INSTRUCTION SET AND PROGRAMMING Instructions Alphabetical List of Instructions ACALL: Absolute Call ADD, ADDC: Add Accumulator (With Carry) AJMP: Absolute Jump ANL: Bitwise AND CJNE: Compare

More information

Module Contents of the Module Hours COs

Module Contents of the Module Hours COs Microcontrollers (EE45): Syllabus: Module Contents of the Module Hours COs 1 8051 MICROCONTROLLER ARCHITECTURE: Introduction to Microprocessors and Microcontrollers, the 8051 Architecture, 08 1 and pin

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

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

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

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

Microcontrollers. Fig. 1 gives a comparison of a microprocessor system and a microcontroller system.

Microcontrollers. Fig. 1 gives a comparison of a microprocessor system and a microcontroller system. Syllabus: : Introduction to, 8051 Microcontroller Architecture and an example of Microcontroller based stepper motor control system (only Block Diagram approach). (5 Hours) Introduction to A microcontroller

More information

Unit I. Introduction Microcontrollers and Embedded processors Overview of the 8051 Inside the 8051 Addressing Modes

Unit I. Introduction Microcontrollers and Embedded processors Overview of the 8051 Inside the 8051 Addressing Modes Unit I Introduction Microcontrollers and Embedded processors Overview of the 8051 Inside the 8051 Addressing Modes 1.1.1. Basic Introduction 1.1.1. Basic Introduction (contd.) 1.1.1. Basic Introduction

More information

8051 microcontrollers

8051 microcontrollers 8051 microcontrollers Presented by: Deepak Kumar Rout Synergy Institute of Engineering and Technology, Dhenkanal Chapter 2 Introduction Intel MCS-51 family of microcontrollers consists of various devices

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

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

COURSE NAME : ELECTRICAL ENGINEERING GROUP COURSE CODE : EE/EP SEMESTER : FIFTH SUBJECT TITLE : Microcontroller and Applications (Elective I for EP) SUBJECT CODE : Teaching and Examination Scheme: Teaching

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

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

Microprocessors 1. The 8051 Instruction Set. Microprocessors 1 1. Msc. Ivan A. Escobar Broitman

Microprocessors 1. The 8051 Instruction Set. Microprocessors 1 1. Msc. Ivan A. Escobar Broitman Microprocessors 1 The 8051 Instruction Set Microprocessors 1 1 Instruction Groups The 8051 has 255 instructions Every 8-bit opcode from 00 to FF is used except for A5. The instructions are grouped into

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

Rewa Engineering College, Rewa. Rewa Department OF Electrical Engineering

Rewa Engineering College, Rewa. Rewa Department OF Electrical Engineering Rewa Engineering College, Rewa Rewa 486001 Department OF Electrical Engineering VI TH SEMESTER Microprocessors and Microcontrollers SESSION: 2017-18 Prepared by: Durgesh Choudhary Approved by H.O.D. 1

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

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

Microcomputer Architecture and Programming

Microcomputer Architecture and Programming IUST-EE (Chapter 1) Microcomputer Architecture and Programming 1 Outline Basic Blocks of Microcomputer Typical Microcomputer Architecture The Single-Chip Microprocessor Microprocessor vs. Microcontroller

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

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

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

INTRODUCTION OF MICROPROCESSOR& INTERFACING DEVICES Introduction to Microprocessor Evolutions of Microprocessor

INTRODUCTION OF MICROPROCESSOR& INTERFACING DEVICES Introduction to Microprocessor Evolutions of Microprocessor Course Title Course Code MICROPROCESSOR & ASSEMBLY LANGUAGE PROGRAMMING DEC415 Lecture : Practical: 2 Course Credit Tutorial : 0 Total : 5 Course Learning Outcomes At end of the course, students will be

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

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

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

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

3.1 Description of Microprocessor. 3.2 History of Microprocessor

3.1 Description of Microprocessor. 3.2 History of Microprocessor 3.0 MAIN CONTENT 3.1 Description of Microprocessor The brain or engine of the PC is the processor (sometimes called microprocessor), or central processing unit (CPU). The CPU performs the system s calculating

More information

To Interface The 8085 Microprocessor

To Interface The 8085 Microprocessor To Interface The 8085 Microprocessor A microprocessor has to be interfaced with various peripherals to perform various functions. Let's discuss about the Interfacing techniques in detail. Introduction

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

GUJARAT TECHNOLOGICAL UNIVERSITY

GUJARAT TECHNOLOGICAL UNIVERSITY GUJARAT TECHNOLOGICAL UNIVERSITY INSTRUMENTATION & CONTROL ENGINEERING (17) MICROCONTROLLER & INTERFACING (IC) SUBJECT CODE: 21517 B.E. 5 th SEMESTER Type of course: Core Engineering Prerequisite: 1. Fundamental

More information

VALLIAMMAI ENGINERING COLLEGE DEPARTMENT OF MECHANICAL ENGINEERING SUBJECT CODE / NAME: ME6702 / MECHATRONICS YEAR/SEM: IV /VII UNIT 1: INTRODUCTION 1. List out the types of systems. BT-1 2. Describe the

More information

Microcontroller & Interfacing

Microcontroller & Interfacing Course Title Course Code Microcontroller & Interfacing EC406 Lecture : 3 Course Credit Practical : 1 Tutorial : 0 Total : 4 Course Objective At the end of the course the students will be able to Understand

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

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

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

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

Introduction To MCS-51

Introduction To MCS-51 Introduction To MCS-51 By Charoen Vongchumyen Department of Computer Engineering Faculty of Engineering KMITLadkrabang 8051 Hardware Basic Content Overview Architechture Memory map Register Interrupt Timer/Counter

More information

EE6502- MICROPROCESSOR AND MICROCONTROLLER

EE6502- MICROPROCESSOR AND MICROCONTROLLER . EE6502- MICROPROCESSOR AND MICROCONTROLLER UNIT III - 8051 MICROCONTROLLER PART - A 1. What is Microcontroller? A device which contains the microprocessor with integrated peripherals like memory, serial

More information

In this tutorial, we will discuss the architecture, pin diagram and other key concepts of microprocessors.

In this tutorial, we will discuss the architecture, pin diagram and other key concepts of microprocessors. About the Tutorial A microprocessor is a controlling unit of a micro-computer, fabricated on a small chip capable of performing Arithmetic Logical Unit (ALU) operations and communicating with the other

More information

ET2640 Microprocessors

ET2640 Microprocessors ET2640 Microprocessors Unit -2 Processor Programming Concepts Basic Control Instructor : Stan Kong Email : skong@itt-tech.edu Figure 2 4 Bits of the PSW Register 8051 REGISTER BANKS AND STACK 80 BYTES

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

b. List different system buses of 8085 microprocessor and give function of each bus. (8) Answer:

b. List different system buses of 8085 microprocessor and give function of each bus. (8) Answer: Q.2 a. Discuss and differentiate between a Microprocessor and a Microcontroller. Microprocessor is an IC which has only the CPU inside them i.e. only the processing powers such as Intel s Pentium 1,2,3,4,

More information

Module I. Microcontroller can be classified on the basis of their bits processed like 8bit MC, 16bit MC.

Module I. Microcontroller can be classified on the basis of their bits processed like 8bit MC, 16bit MC. MICROCONTROLLERS AND APPLICATIONS 1 Module 1 Module I Introduction to Microcontrollers: Comparison with Microprocessors Harvard and Von Neumann Architectures - 80C51 microcontroller features - internal

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

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

EXPERIMENT NO.1. A Microcontroller is a complete computer system built on a single chip.

EXPERIMENT NO.1. A Microcontroller is a complete computer system built on a single chip. EXPERIMENT NO.1 AIM: Study of 8051 Microcontroller TOOLS: 8051 kit THEORY: Salient Features of 8051 A Microcontroller is a complete computer system built on a single chip. It contains all components like

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

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

Description of the Simulator

Description of the Simulator Description of the Simulator The simulator includes a small sub-set of the full instruction set normally found with this style of processor. It includes advanced instructions such as CALL, RET, INT and

More information

Digital Blocks Semiconductor IP

Digital Blocks Semiconductor IP 805 SFR Bus Digital Blocks Semiconductor IP 805 Microcontroller Configurable Peripherals General Description The Digital Blocks (Configurable Peripherals) Microcontroller Verilog IP Core is complaint with

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

Computer Organization and Microprocessors SYLLABUS CHAPTER - 1 : BASIC STRUCTURE OF COMPUTERS CHAPTER - 3 : THE MEMORY SYSTEM

Computer Organization and Microprocessors SYLLABUS CHAPTER - 1 : BASIC STRUCTURE OF COMPUTERS CHAPTER - 3 : THE MEMORY SYSTEM i SYLLABUS UNIT - 1 CHAPTER - 1 : BASIC STRUCTURE OF COMPUTERS Computer Types, Functional Units, Basic Operational Concepts, Bus Structures, Software, Performance, Multiprocessors and Multicomputers, Historical

More information

8051 Microcontroller

8051 Microcontroller 8051 Microcontroller EE4380 Fall 2001 Pari vallal Kannan Center for Integrated Circuits and Systems University of Texas at Dallas 8051 Architecture Programmer s View Register Set Instruction Set Memory

More information

B.C.A 2017 MICROPROCESSOR AND ASSEMBLY LANGUAGE MODULE SPECIFICATION SHEET. Course Outline

B.C.A 2017 MICROPROCESSOR AND ASSEMBLY LANGUAGE MODULE SPECIFICATION SHEET. Course Outline B.C.A 2017 MICROPROCESSOR AND ASSEMBLY LANGUAGE Course Outline MODULE SPECIFICATION SHEET The objective of the course is to expose to the students to the architecture and instruction set of typical 8-bit

More information