wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

8085 Instruction Set

Total questions: 12

Worksheet time: 7mins

Name
Class
Date
1.

The instruction set of 8085 microprocessor consists of how many instructions?

a)

545

b)

75

c)

246

d)

256

2.

The instruction set is divided into how many groups

a)

3

b)

5

c)

6

d)

4

3.

Which of the following instructions belongs to Data Transfer group

a)

ADD

b)

JNZ

c)

MVI

d)

RET

4.

The register which stores the result after the Arithamatic and logic operation is

a)

Flag register

b)

Accumulator

c)

Temporary Register

d)

Programme Counter

5.

The instruction used to copy the contents of Register B to Register A

a)

MOV A , B

b)

MOV B , A

c)

MVI B , A

d)

MVI A , B

6.

Which of the following instructions is used Store the contents of Accumulator to memory location

a)

LDA

b)

STA

c)

MOV

d)

LXI

7.

The instruction JNC 16-bit address jumps to 16 bit location if

a)

Carry Flag is set

b)

Zero flag is reset

c)

AC Flag is set

d)

Carry Flag is Reset

8.

Which of the following instructions belong to Logical group

a)

ADD

b)

MOV

c)

XRA

d)

ORA

9.

Which of the following instruction belong to Machine control group

a)

CMA

b)

ADI

c)

LXI

d)

HLT

10.

Give one example of Jump Instruction

(a)  

11.

Which of the following is the example of 3 byte instruction

a)

MOV

b)

ADD

c)

XRI

d)

LDA

12.

The process of Multiplication is

a)

Repetitive Subtraction

b)

Repetitive Addition

c)

Repetitive Addition and then Subtraction

d)

Repetitive Division