wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Learning Quiz

Total questions: 15

Worksheet time: 9mins

Name
Class
Date
1.

8085 is a 16 bit microprocessor.

a)

True

b)

False

2.

The power supply voltage of 8085 microprocessor is

a)

1V

b)

2V

c)

4V

d)

None of the above

3.

The address bus is represented as:

a)

A0-A15

b)

A1-A16

c)

AD0-AD15

d)

AD0-AD7

A8-A15

4.

General purpose registers are:

a)

U,V,W,X,Y,Z

b)

B,C,D,E,H,L

c)

No registers present

d)

None of the above

5.

The PC is 16-bit register because

a)

it counts 16-bits at a time

b)

it has to fetch two 8-bit data at a time

c)

the address is of 16-bits

d)

it was designer's choice

6.

The address of the next instruction to be executed is stored in

a)

stack pointer

b)

accumulator

c)

temporary register

d)

none of the above

7.

Following is the 16-bit register in 8085 microprocessor

a)

temporary register

b)

Accumulator

c)

Stack pointer

d)

none of the above

8.

The instruction XRA A would result in

a)

A=FF

b)

A=11

c)

A=00

d)

none

9.

The instruction MOV A,M would affect the following flags

a)

carry

b)

sign

c)

zero

d)

none

10.

Which of the following registers can be combined to form a 16-bit register?

a)

Register B and E

b)

Register A and B

c)

Register B and C

d)

not possible in microprocessor

11.

Flag register is affected by which of the following?

a)

Data transfer instructions

b)

Arithmetic instructions

c)

Branching instructions

d)

None

12.

Find the status of all flags after execution of following instructions.

MVI A, 0FFH

MVI B, 01H

ADD B

HLT

a)

S=1, Z=0, AC=1, P=0, CY=0

b)

S=0, Z=1, AC=1, P=1, CY=1

c)

Flags are not affected.

d)

Syntax error

13.

8085 microprocessor excecutes MVI A, 10 H instruction in (a)   -T states.

14.

In an 8085 instruction, how many bytes (size of instruction) are present?

a)

Two or three

b)

One only

c)

One or two

d)

One, two or three

15.

Which one of the following data transfer is not possible in 8085?

a)

Memory to accumulator

b)

Accumulator to memory

c)

Memory to memory

d)

i/o to acumulator