Sei sulla pagina 1di 12

EC1303-MICROPROCESSORS AND ITS APPLICATIONS (Common to B.

E (Part-time) Fourth Semester Regulation 2005) Time:Three hours Maximum:100 marks Answer ALL questions PART A (2*10=20marks) 1. What are the classifications of instruction set according to word size? 2. Name the modes available in 8255 A control word format. 3. What are the methods used for communication in 8055? 4. List the control words of RS-232 C. 5. What are the segment registers of 8086? 6. Name any four flags of 8086. 7. What are the addressing modes of 8051? 8. List the interrupts in 8051. 9. What are the functions of assembler and linker in 8051? 10. What are the commonly used ADCs and DAC. PART-B(16x5=80) 11.(a) Draw and explain the pin details of 8085A briefly. [Marks 16] Or (b)(i) What are the flags affected by ALU in 8085? Explain briefly. [Marks 10] (ii) Draw the schematic diagram of memory interfacing in 8085. [Marks 6] 12.(a)(i)Draw and explain the control word format of 8255A for ADC operation. [Marks 8 ] (ii)Give a brief note on the following [Marks 8 ]

(1) 8251 I/O device (2) GPIB Bus Or (b) Draw and explain the logic diagram of 8279 [Marks 16] 13.(a)(i) Draw the pin diagram of 8086 CPU with its control signals. [Marks 8 ] (ii) Explain how an interrupt is responded by 8086 CPU. [Marks 8 ] Or (b)(i) Write a program in 8086 to find an average between two temperatures. [Marks 8 ] (ii) Describe data transfer instructions of 8086 CPU. [Marks 8 ] 14.(a)(i) Explain the features of 8051 microcontroller [Marks 6] (ii) Draw and explain the connection diagrams of 8051 with external ROM. [Marks 10] Or (b)(i) Explain the basic structure of assembly language program of 8051. [Marks 8 ] (ii) Explain the memory organization of 8051. [Marks 8 ] 15.(a)(i)List and explain conditional jump instructions of 8051 [Marks 6] (ii) Draw and explain briefly the connection diagram of ADC with peripheral device with one example. [Marks 10] Or (b)(i) What are the features of LCD? How it is interfaced with 8051? [Marks 2+6]

(ii) Write a program in 8051 to transfer letter A serially at 4800 bandrate,continuously . [Marks 8 ]

ANNA UNIVERSITY :: CHENNAI - 600 025 MODEL QUESTION PAPER (V-SEMESTER) B.E. ELECTRONICS AND COMMUNICATION ENGINEERING Time: 3hrs Max Marks: 100 PART - A (10 x 2 = 20 Marks) Answer all Questions 1. State the function of HOLD pin in 8085. 2. Write 8085 assembly language instructions to store the contents of the Flag Register in memory location 2000H. 3. Explain DJNZ instructions of Intel 8031 Micro controller. 4. Determine the contents of the accumulator after the execution of the following program segments MOV A, # 3CH MOV R4, 66H ANL A, R4 5. State the function of Direction flag in 8086 6. Describe the difference between the instructions MOV AX, 2437H and MOV AX, [2437H] 7. How does Port C of 8255 differ from ports A and B? 8. Explain the function of in-service register in 8259 programmable interrupt controller. 9. Draw a circuit to interface a stepper motor winding to a microprocessor port bit using power MOSFET 10. Why Gray code is used in Shaft angle encoder?

PART - B (5 x 16 = 80 Marks) 11.a) Draw the circuit diagram of an 8085 system having a 4 KB EPROM and 8 KB RAM ICs. The starting address of the EPROM is 0000H and that of RAM is 8000H. The address decoder circuits should be clearly shown.

(OR) 11.b) Write a subprogram using 8085 assembly language to multiply two 8 bit binary numbers by repeated addition. 12.a)i) Determine the value of the accumulator after the execution of instructions A:,B:, C: and D: MOV 40H, #88H MOV R0, #40H A: MOV A, R0 B: MOV A, @R0 C: MOV A, 40H D: MOV A, #40H ii) With neat diagram explain the timer / counter functions in 8051 Micro Controller. (OR) 12.b) Using ports P0 and P1 of 8051 micro controller design an 8 digit 7 segment multiplexed display system. Use suitable driver circuit and give flowchart for the software involved. 13.a)i) With neat diagram explain how the memory is interfaced to 8086 as odd and even page. ii) Write an 8086 subroutine to test a system in address 00200H- 07FFFH. (OR) 13.b) Describe in detail the memory management functions in Intel 80286/80386 Processor 14.a) With block diagram describe the working of a DMA controller. (OR) 14.b) With a neat diagram describe how the DAC 1408 can be interfaced to the micro controller 8031.Using this hardware write 8031 assembly language to generate a Triangular wave. 15.a) Using DC servomotor and shaft angle encoder as sensor design a Microprocessor based position control system. (OR) 15.b) Describe how a closed loop microprocessor based process control system can be implemented by using digital PID control algorithm.

Microprocessor And Its Applications PART - A 1. What are the functions of a microprocessor within the microcomputer? 2. What is the use of sP register in 8085 and how can the contents of HL register be located to sP in 8085 Microprocessors? 3. If the contents of flag register of 8086 is 0000, 1101 0101 0100.What does each flag bit represent about the current status of the processor ? 4. Consider the program segment. MOV BX, 6030H RCL BX, 08H MOV AX, BX What are the contents of AX,BX, and CY after the above segment finish execution ? 5. How the signals BHE and AO are used in transferrring the data to and from the memory to the microprocessor ? 6. What are the instructions used by 8086 for data transfer using standard I/O and memory mapped I/O ? Give example for ecah case. 7. Explain the flag bits that are available in 80386 but not in 8086. 8. Which is the pin that makes the 80386 to interface 32 and 16 bit data buses ? Explain the pin used in transferring either 16 bit or 32 bit data into processor. 9. What are the main functions for interfacing a keyboard ? Explain. 10. How does 8087 work in parallel and indepedent of the processor 8086 ? PART - B 11.(a). With a functional block diagram of 8086 explain its register architecture and use of each registers. (16) (Or) 11.(b).(i). Distinguish between instruction cycle, machine cycle and clock cycle. (4) 11.(b).(ii). Explain the timing signals that are triggered when executing the following instruction in 8085. (12) (i). MVI M,data (ii). MOV M ,B 12.(a). Describe in detail the internal architecture of 8086. Also explain how pipelining is achieved in 8086. (16) (Or) 12.(b). Explain with example the different addressing modes available in 8086. (16) 13.(a).(i). Why there are two different modes of operation exist in 8086? How is it selected? 8086 MINIMUM AND MAXIMUM MODES of operation MN/MX. (5)

13.(a).(ii). Explain the functions of all the signals used in minimum mode of 8086. (11) (Or) 13.(b).(i). 8086 is interfaced to an byte arganized memory. Justify this statement. (5) 13.(b).(ii). How is ROM/EPROM interfaced to the 8086 processor? Explain with a diagram. (11) 14.(a). Describe in detail the 3 different modes of operation of 80386. (16) (Or) 14.(b). With a block diagram showing the internal functional units of Pentium processor explain its working. (16) 15.(a).(i). Give the fundamental description on how a CRT works. (6) 15.(a).(ii). Explain as to how a 8275 CRT controller is interfaced to a microcomputer system. (10) (Or) 15.(b).(i). What do you mean by serial and parallel printers? Explain how the characters are generated in LRC 7040 printers. (6) 15.(b).(ii). Describe the working of 8295 printer controller chip as a printer interface to a microprocessor with a diagram. (10)

B.E / B.Tech DEGREE EXAMINATION, NOVEMBER/DECEMBER 2007. Electronics and Communication Engineering EC 1303 MICROPROCESSORS AND ITS APPLICATIONS (Common to B.E. (Part-Time) Fourth Semester Regulation 2005) Time: Three hours Maximum: 100 marks Answer ALL questions. PART A- (10*2 =20 marks) 1. What are RIM and SIM instructions and where are they used? 2. What are the registers available in 8085 microprocessor? 3. Write the different modes of operation of 8251. 4. Draw the block diagram of RS 232 driver device.

5. How does 8086 generate physical address? 6. List the interrupts present in 8086 with interrupt vector table. 7. List the register banks and SFR of 8051. 8. Write the various interrupts supported by 8051 with priority level and vector address. 9. What is stack pointer and write the stack level of 8051? 10. How do you calculate baud rate for serial communication for 8051?

PART B (5*16=80Marks) 11.(a) ( i) Explain the 8085 architecture with next sketch.[10] (ii) Explain IO devices mapping technique for 8085. [6] Or (b) (i) Discuss the operations of five machines cycles involved in 8085 with neat timing diagram.[10] (ii) Write assembly program for 8 bit multiplication. [6] 12.(a) (i) Explain the 8251 Timer architecture with different mode by neat sketch. [10] (ii) Explain general block diagram of ADC and DAC. [6] OR (b) (i) Explain the 8255 PPI architecture with different mode by neat sketch. [10] (ii) Explain the Standard 12C block diagram. [6] 13.(a) (i) Explain the 8086 architecture with neat sketch. [10] (ii) Write an assembly program for sorting the array of bytes. [6] Or

(b) (i) Discuss about different addressing modes supported by 8086 with suitable by 8086 with suitable example. [8] (ii) List and explain various arithmetic instructions supported by 8086.[8]

14.(a) Explain each PORT circuitry available in 8051. [16] Or (b) How a program memory and a data memory are interfaced with 8051. [16] 15.(a) (i) Write an assembly language program for serial reception and transmission in interrupt driven mode. [10] (ii) Write an assembly language program for interfacing an ADC device. [6] Or (b) (i) Write assembly language program to realize counter operation. [8] (ii) How is a keyboard interfaced with 8051? And write a simple program for reading a key board. [8]

B.E/B.Tech. DEGREE EXAMINATION, NOVEMBER/DECEMBER 2011 SIXTH SEMESTER ELECTRONICS AND COMMUNICATION ENGINEERING EC1303-MICROPROCESSORS AND ITS APPLICATIONS (Regulation 2004) PART-A (10*2=20) 1. What are the signals generated by ANDing IO/M, RD and WR signal? 2. State the function of HOLD pin in 8085. 3. Define current loop.

4. What is the use of SID? 5. Define the function of Queue State Signals. 6. What are the two main blocks of 8086? 7. What is DPTR? 8. How to 'read' a timer 8051? 9. What are the uses of SFR? 10. Write down 3 levels of interrupt priority in 8051. PART-B (5*16=80) 11.(a) Draw the pin diagram of 8085 micro processor and explain different groups of signals in details. (16) Or (b)(i) With neat diagram, explain the memory interfacing to 8085. (8) (ii) Write an assembly language program to add two BCD data using 8085. (8) 12.(a) Briefly explain the control logic/ register and transmitters/receiver section of 8251 with block diagram. (16) Or (b) Explain the base concept of D/A converters and interfacing of 8bit D/A converter with 8085. (16) 13.(a) Draw the internal organization of 8086 and explain its major blocks. (16) Or (b)(i) Explain the signal description that are common for MAX/MIN mode of 8086. (8) (ii) Draw the write cycle timing diagram for minimum mode explain it in detail. (8) 14.(a)(i) Briefly explain different types of memory organization in 8051. (10) (ii) What is SCON? Explain its use. (6) Or (b)(i) Explain different modes of Timer in 8051. (8) (ii) Briefly explain the interrupt handling capacity of 8051 in detail. (8) 15(a)(i) What are the addressing modes used in 8051? Explain with an example. (8) (ii) Explain each bit oriented instruction of 8051 in detail. (8) Or (b) Write short notes on the following (i) Sensors (8) (ii) Stepper motors. (8)

B.E/B.TECH DEGREE EXAMINATION, NOVEMBER/DECEMBER 2008 Fifth semester (regulation 2004) Electronics and communication engineering EC 1303 MICROPROCESSORS AND ITS APPLICATIONS (common to B.E (part-time) fourth semester regulation 2005) Time: three hours maximum: 100 marks Answer all questions Part a (10 x 2 = 20 marks) 1. distinguish between immediate and implied addressing modes of 8085 2. what are the software interrupts of 8085? 3. list the functions of 8251 serial communication interface. 4. what are the control signals used in A/D converter? 5. list the flags of 8086. 6. give any four string instructions 7. what are the register banks in 8051 microcontroller? 8. state the operating modes of 8051 microcontroller? 9. list any two instructions of 8051 that affect all the flags of 8051 10. what are the operating modes of serial port of 8051? Part b ( 5 x 16 = 80 marks ) 11. (a) . 1 . explain the architecture of 8085. [8 marks] 2. explain the timing diagram of I/O read machine cycle of 8085. [8 marks]

Or (b). 1. with neat diagram, explain the memory interfacing to 8085. [8 marks] 2. write an assembly language program to add two BCD data using 8085 [8 marks] 12. (a) explain the block diagram , function and programming of 8279 keyboard and display controller in detail. [16 marks] Or (b) 1. explain the D/A converter interfacing with 8086. [6 marks] 2. describe the features and signals of RS 232 C . compare this bus standard with GPIB. [10 marks] 13. (a). 1 .with neat diagram , explain the 8086 architecture. [8 marks] 2. with suitable examples, discuss about the addressing modes supported by 8086. [8 marks] Or (b) 1. discuss about data transfer and program control instructions of 8086. [8 marks] 2. explain the interrupts of 8086 in detail. [8 marks] 14. (a) describe the function of major hardware components of 8051 microcontroller [16 marks] Or (b) 1. explain serial data I/O of 8051 micro controller. [8 marks] 2. describe the external memory and its interfacing with 8051. [8 marks] 15. (a) 1. discuss in detail the 8051 instruction set an addressing modes [10 marks] 2. explain the programming of counter and timer of 8051. [6 marks] Or (b) with neat diagram , explain the interfacing of keyboard and stepper motor with 8051. [16 marks]

Potrebbero piacerti anche