This document is an examination paper for the Microprocessor and Interfacing subject at Gujarat Technological University for Winter 2023. It includes various questions related to microprocessors, memory classification, assembly programming, and interfacing with peripherals. The exam consists of multiple sections, each requiring detailed explanations, diagrams, and programming tasks.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
10 views2 pages
Gujarat Technological University
This document is an examination paper for the Microprocessor and Interfacing subject at Gujarat Technological University for Winter 2023. It includes various questions related to microprocessors, memory classification, assembly programming, and interfacing with peripherals. The exam consists of multiple sections, each requiring detailed explanations, diagrams, and programming tasks.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2
Seat No.: ________ Enrolment No.
___________
GUJARAT TECHNOLOGICAL UNIVERSITY
BE - SEMESTER–IV (NEW) EXAMINATION – WINTER 2023 Subject Code:3141710 Date:24-01-2024 Subject Name: Microprocessor and Interfacing Time: 10:30 AM TO 01:00 PM Total Marks:70 Instructions: 1. Attempt all questions. 2. Make suitable assumptions wherever necessary. 3. Figures to the right indicate full marks. 4. Simple and non-programmable scientific calculators are allowed.
Marks
Q.1 (a) Explain block diagram of a computer in brief. 03
(b) What is an instruction? Classify 8085 instruction set according to its 04 operation. (c) With neat diagram explain pin diagram of 8085 microprocessor. 07
Q.2 (a) Explain flag register of microprocessor. 03
(b) Describe demultiplexing the address/data bus with diagram. 04 (c) Draw and explain timing diagram for instruction OUT 05h stored at 07 memory location 2100h. (Opcode: D3h) OR (c) With diagram explain interfacing of 4K EPROM memory to 8085 MP with 07 address decoding and address range.
Q.3 (a) Give detailed classification of memory. 03
(b) Describe bus structure of 8085 microprocessor with neat diagram. 04 (c) Write an assembly program to transfer entire block of 10 data values stored 07 starting from memory location 1500h to new memory location starting from 2300h. OR Q.3 (a) Explain 4-bit register using four latches. 03 (b) What are four control signals used by 8085? Draw the schematic for control 04 signal generation. (c) Write an assembly program to read number stored at location 3050h and 07 count number of ones & zeros in the byte. Store count of 1’s at 3051h and count of 0’s at 3052h.
Q.4 (a) Explain concept of Digital to Analog Converter. 03
(b) List out conditional call and return instructions with their function. 04 (c) i) Draw control word format of 8255A for I/O mode. 07 ii) Write an assembly subroutine to convert binary number to ASCII code. OR Q.4 (a) Write & explain set of instructions to enable all interrupts in 8085 system 03 using SIM. (b) What is subroutine? Explain CALL & RET instructions. 04 (c) Write an assembly program to design the delay loop which generates 10 ms 07 delay. Assume clock frequency as 2 MHz.
Q.5 (a) Draw diagram to interface a keyboard with 8255PPI. 03
(b) Describe 8085 interrupts with their vector locations. 04 (c) Draw and explain block diagram of 8253 Programmable Interval Timer 07 with its control word register. 1 OR Q.5 (a) Draw diagram to interface a seven segment LED with 8255PPI. 03 (b) Draw block diagram of programmable peripheral interface chip 8255A. 04 (c) Explain successive approximation type ADC with neat diagram. Write steps 07 to interface ADC with 8085. *****