0% found this document useful (0 votes)
100 views2 pages

Ecen 3104 - 2018 PDF

This document contains questions related to microprocessors, microcontrollers and systems. It covers topics like 8085 and 8051 architecture, addressing modes, interrupts, timers and peripheral interface adapters. The questions are divided into multiple choice and long answer groups involving concepts like register organization, instruction execution timing, memory interfacing, I/O port programming and interrupt handling.

Uploaded by

Ajinkya Himanshu
Copyright
© © All Rights Reserved
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% found this document useful (0 votes)
100 views2 pages

Ecen 3104 - 2018 PDF

This document contains questions related to microprocessors, microcontrollers and systems. It covers topics like 8085 and 8051 architecture, addressing modes, interrupts, timers and peripheral interface adapters. The questions are divided into multiple choice and long answer groups involving concepts like register organization, instruction execution timing, memory interfacing, I/O port programming and interrupt handling.

Uploaded by

Ajinkya Himanshu
Copyright
© © All Rights Reserved
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

B.TECH/ECE/5TH SEM/ECEN 3104/2018 B.

TECH/ECE/5TH SEM/ECEN 3104/2018


B.TECH/ECE/5TH
SEM/ECEN 3104/2018 (viii) If the crystal with 8085 is 2 MHZ, the time required to execute an
MICROPROCESSORS, MICROCONTROLLERS & SYSTEMS instruction of 20 T states is
(ECEN 3104) (a) 20µS (b) 10µS (c) 40µS (d) 5µS.
(ix) The internal RAM memory of the 8051 is:
Time Allotted : 3 hrs Full Marks : 70 (a) 32 bytes (b) 64 bytes (c) 128 bytes (d) 256 bytes.
Figures out of the right margin indicate full marks. (x) STA 9000H is a
Candidates are required to answer Group A and (a) data transfer instruction (b) logical instruction
(c) I/O and machine control instruction (d) None of these.
any 5 (five) from Group B to E, taking at least one from each group.
Group – B
Candidates are required to give answer in their own words as far as
practicable. 2. (a) Draw the block diagram of the register section of 8085. Mention the
function of Stack Pointer and Program Counter.
Group – A
(Multiple Choice Type Questions) (b) Draw the Flag register of 8085.Mention the conditions under which each of
the flags goes to Set state.
1. Choose the correct alternative for the following: 10 × 1 = 10 (2 + 4) + (2 + 4) = 12
3. (a) Justify the statement with proper diagram - “Interfacing logic defines the
(i) LXI B, 2080H is an example of range of memory address for each memory device”.
(a) 1 - byte instruction (b) 2 - byte instruction
(c) 3 - byte instruction (d) 4 - byte instruction. If the memory chip size is 256  1bits, how many chips are required to
make up 1K byte of memory?
(ii) The starting address of 1K Byte memory chip whose last location is FBFFH (b) Design an interface on EPROM IC (8K 8 bits) and two RAM IC (4K  8 bits
is and 8K  8 bits) with the 8085 using 74LS138 address decoder IC such that
(a) F800 (b) F8FF (c) FB00 (d) F8FE. starting address range allocated to the chip are respectively 0000H, 8000H
(iii) The instruction that should be included in a Service Subroutine to enable and A000H.
the interrupt is (4 + 2) + 6 = 12
(a)DI (b) EI (c) RESET (d) None of these. Group – C
(iv) Which of the following arithmetic or logical instructions will never affect 4. (a) Compare CALL and RET and PUSH and POP instructions.
Flag? (b) Calculate the total delay in the following program, assuming that the clock
(a) INR B (b) ANA B (c) DCX B (d) XRA B. frequency of the system is f = 2MHz.

(v) During ANA instruction, which of the following is true? Label Opcode Operand
(a) Only S and Z flag bits are modified LXI B,2384H
(b) Only S and P flag bits are modified
LOOP: DCX B
(c) S,Z and P flag bits are modified
(d) All the flag bits are modified. MOV A,C
ORA B
(vi) The instruction which is used to identify the pending interrupts in 8085 is
(a) RIM (b) SIM (c) DAD (d) POP. JNZ LOOP
5 + 7 =12
(vii) 8259 is 5.(a) Explain the operations of BIU and EU present in 8086 microprocessor.
(a) programmable DMA controller
(b) programmable interval timer (b) What is an addressing mode? How many addressing modes are available in
(c) programmable interrupt controller 8086? Explain with two examples of each.
(d) none of these. 5 + (1 +2 + 4) = 12
ECEN 3104 1 ECEN 3104 2
B.TECH/ECE/5TH SEM/ECEN 3104/2018 B.TECH/ECE/5TH SEM/ECEN 3104/2018
Group – D
6. (a) Draw the block diagram of 8255A Programmable Peripheral Interface.
What are the unique difference between all the eight lines of port A and port B
and port C?
(b) Write the control word format for the I/O mode of 8255A.
Specify the function of Control register.
What is BSR mode?
4 + 2 + (2+ 2 + 2) = 12

7.(a) What is the purpose of the operational command words of 8259? Explain the
ICW1 format and its significance.
(b) Explain why each channel in 8257 DMA controller is restricted to 16 K bytes of
data transfer.
(c) Write instructions to generate a pulse every 100µs from Counter 0. Also, please
specify
(i) the mode in which the Counter 0 has to be initialized and
(ii) the signal level of Gate 0 (High/Low).
(2 +4) +2 +(2 + 1 + 1) = 12

Group – E
8. (a) What is the difference between the instruction MOV R0, #55H and MOV R0 ,
55H? Describe the PSW register of 8051 microcontroller.
(b) Explain the interrupt system of 8051 microcontroller. (2+5) + (5) = 12
(2 + 5) + 5 = 12

9. (a) Explain the internal RAM organization of 8051. Discuss how switching between
register banks is possible. Give the sequence of instructions to switch from bank
0 to bank 2.
(b) What should be loaded in the TCON register to start timer 0 and timer 1?
How is the TMOD register modified to make each of the timers operate as
counters? (3+2+3) + (2+2) = 12
(3+ 2+ 3) + (2 + 2) = 12

ECEN 3104 3 ECEN 3104 4

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy