wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

19EET501 - MICROPROCESSORS AND MICROCONTROLLERS

Total questions: 15

Worksheet time: 15mins

Name
Class
Date
1.

Which one of the following addressing technique is not used in 8085 microprocessor?

a)
  1. Register

b)
  1. Immediate

c)
  1. Register indirect

d)
  1. Relative

2.

Following is a 16-bit register for 8085 microprocessor

a)
  1. Stack pointer

b)
  1. Accumulator

c)
  1. Register B

d)
  1. Register C

3.

The number of output pins of a 8085 microprocessor are

a)

19

b)

27

c)

40

d)

21

4.

Which of the following flag is not present in the 8085 microprocessor?

a)

Sign Flag

b)

Trap Flag

c)

Auxiliary Carry Flag

d)

Parity Flag

5.

The port that is used for the generation of handshake lines in mode 1 or mode 2 is

a)

port A

b)

port B

c)

port C lower

d)

port C upper

6.

The device that is used to obtain an accurate position control of rotating shafts in terms of steps is

a)

DC motor

b)

AC motor

c)

Stepper motor

d)

Servo motor

7.

In control word register, if SC1=0 and SC0=1, then the counter selected is

a)

counter 0

b)

counter 1

c)

counter 2

d)

none

8.

The register that stores all the interrupt requests in it in order to serve them one by one on a priority basis is

a)

Interrupt Request Register

b)

In-Service Register

c)

Priority resolver

d)

Interrupt Mask Register

9.

Where does the comparison level occur for 16-bit contents in the compare mode operation?

a)

Between CCPR1 register & TMR1

b)

Between CCPR1 & CCPR2 registers

c)

Between CCPR2 register & TMR1

d)

Between CCPR2 register & TMR0

10.

The cycle required to fetch and execute an instruction in a 8085 microprocessor is which one of the following ?

a)

clock cycle

b)

memory cycle

c)

machine cycle

d)

instruction cycle

11.


In 8085 the instruction MOV A, M is an example of ?

a)

Direct addressing

b)

Immediate addressing

c)

Register addressing

d)

Register indirect addressing

12.

MVI A, 32h instruction is an example of ________ instruction.

a)

one byte

b)

two byte

c)

three byte

d)

four byte

13.

XCHG instruction exchange content between _____ and ______.

a)

BC and DE pair

b)

HL and DE pair

c)

Top of stack and register

d)

BC and HL

14.

Rotate right is equivalent to ______

a)

Multiplication by 2

b)


Division by 2

c)

Addition by 2

d)

Substraction by 2

15.

Which instruction is used to specify end of program?

a)

EI

b)

DI

c)

HLT

d)

RST