wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

8051 EMP-1

Total questions: 10

Worksheet time: 2mins

Name
Class
Date
1.

DPTR

a)

data pointer-16 bit register

b)

data pointer-8 bit register

c)

data transmitter

d)

data transmitter and receiver

2.

PSW

a)

program status word-8 bit flag register

b)

program status word-16 bit flag register

c)

program signal word

d)

priority signal word

3.

8051 internal ROM size

a)

2kb

b)

4kb

c)

1kb

d)

5kb

4.

8051 series has how many 16 bit registers?

a)

2

b)

3

c)

1

d)

0

5.

When 8051 wakes up then 0x00 is loaded to which register?

a)

PSW

b)

SP

c)

PC

d)

None of the above

6.

How are the status of the carry, auxiliary carry and parity flag affected if the write instruction
MOV A,#9C    ADD A,#64H

a)

CY=0,AC=0,P=0

b)

CY=1,AC=1,P=0

c)

CY=0,AC=1,P=0

d)

CY=1,AC=1,P=1

7.


 How are the bits of the register PSW affected if we select Bank2 of 8051?

a)

PSW.5=0 and PSW.4=1

b)

PSW.2=0 and PSW.3=1

c)

PSW.3=1 and PSW.4=1

d)

PSW.3=0 and PSW.4=1

8.

If we push data onto the stack then the stack pointer

a)


increases with every push

b)

decreases with every push

c)


increases & decreases with every push

d)

none of the mentioned

9.

On power up, the 8051 uses which RAM locations for register R0- R7

a)


 00-2F

b)

00-07F

c)


 00-7F

d)


00-0F

10.

How many bytes of bit addressable memory is present in 8051 based microcontrollers?

a)


8 bytes

b)

32 bytes

c)


16 bytes

d)

128 bytes