0% found this document useful (0 votes)
4 views

Micro

Uploaded by

tripti verma
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)
4 views

Micro

Uploaded by

tripti verma
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/ 11

In 8085, which of the following modifies the program counter ?

A Only PCHL instruction


B Only ADD instructions
C Only JMP and CALL instructions
D All instructions

Ans A

In the absolute addressing mode


A the operand is inside the instruction
B the address of the operand is inside the instruction
C the register containing address of the operand is specified inside the
instruction
D the location of the operand is implicit
Ans B
What are the states of the Auxiliary Carry (AC) and Carry Flag (CY) after
executing the following 8085 program?
MVI L, 5DH
MVI L, 6BH
MOV A, L
ADD L
(A) AC = 0 and CY = 0
(B) AC = 1 and CY = 1
(C) AC = 1 and CY = 0
(D) AC = 0 and CY = 0
Ans C

A low memory can be connected to 8085 by using


A INTER
B RESET IN
C HOLD
D READY
Ans D
The 8085 microprocessor responds to the presence of an interrupt
A As soon as the TRAP pin becomes 'high'
B By checking the TRAP pin for 'high' status at the end of each instruction
fetch
C By checking the TRAP pin for 'high' status at the end of the execution of
each instruction
D By Checking the TRAP pin for 'high' status at regular intervals
Ans C

In 8085 microprocessor which of the following flag(s) is (are)


affected by an arithmetic operation ?
A AC flag Only
B CY flag Only
C Z flag Only
D AC, CY, Z flags
Ans D
A processor needs software interrupt to
A test the interrupt system of the processor
B implement co-routines
C obtain system services which need execution of privileged instructions
D return from subroutine
Ans C

To put the 8085 microprocessor in the wait state


A lower the-HOLD input
B lower the READY input
C raise the HOLD input
D raise the READY input

Ans B
In 8085 microprocessor the address bus is of __________ bits.
A4
B8
C 16
D 32

In 8085, which of the following performs : load register pair immediate


operation?
A LDAX rp
B LHLD addr
C LXI rp, data
D INX rp
Ans c
The content of the accumulator after the execution of the following
8085 assembly language program, is
MVI A, 35H
MOV B, A
STC
CMC
RAR
XRA B

A 00H
B 35H
C EFH
D 2FH
And D
8085 microprocessor has ____ bit ALU.
A 32
B 16
C8
D4
Ans C

Which of the following in 8085 microprocessor performs HL = HL + HL?


A DAD D
B DAD H
C DAD B
D DAD SP

Ans B
What will be the output at PORT1 if the following program is
executed ?
MVI B, 82H
MOV A, B
MOV C, A
MVI D, 37H
OUT PORT1
HLT

A 37H
B 82H
C B9H
D 00H

Ans B
Which of the following 8085 microprocessor hardware interrupt has the
lowest priority?
A RST 6.5
B RST 7.5
C TRAP
D INTR
And D

Two control signals in microprocessor which are related to Direct


Memory Access (DMA) are
A INTR & INTA
B RD & WR
C S0 & S1
D HOLD & HLDA
Ans D
The TRAP is one of the interrupts available in INTEL 8085. Which one of
the following statements is true of TRAP ?
A it is level triggered
B it is negative edge triggered
C it is +ve edge triggered
D it is both +ve and -ve edges triggered

And D

The RST 7 instruction in 8085 microprocessor is equivalent to:


A CALL 0010 H
B CALL 0034 H
C CALL 0038 H
D CALL 003C H

Ans C
Specify the contents of the accumulator and the status of the S, Z and CY
flags when 8085 microprocessor performs addition of 87 H and 79 H.
A 11, 1, 1, 1
B 10, 0, 1, 0
C 1, 1, 0, 0
D 00, 0, 1, 1

You might also like