wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Microcontroller 8051

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

To select Register Bank 1, RS1-RS0 Should be

a)

0 0

b)

0 1

c)

1 0

d)

1 1

2.

Program Counter in 8051 is

a)

8 bit wide

b)

16 bit wide

c)

20 bit wide

3.

Name the following image

a)

Program Status Work (PSW)

b)

Program Status Word (PSW)

c)

Program Serial Word (PSW)

d)

Peripheral Status Word (PSW)

4.

How many SFR registers are present in memory

a)

10

b)

12

c)

11

d)

21

5.

what is PROGRAM COUNTER (PC)?

a)

holds the address of memory,where next executable instruction placed

b)

holds the data of memory

c)

16- bit register

d)

it is a memory pointer

6.

 EA\overline{EA}  is held _____ , to access external ROM

a)

High

b)

Low

c)

High Impedance State

d)

None

7.

which port is used only for INPUT/OUTPUT operation?

a)

PORT 0

b)

PORT 1

c)

PORT 2

d)

PORT 3

8.

8051 microcontrollers are manufactured by which of the following companies?

a)

Atmel

b)

Philips

c)

Intel

d)

All of the mentioned

9.

Which of the following comes under the indexed addressing mode?

a)

MOVX A, @DPTR

b)

MOVC @A+DPTR,A

c)

MOV A,R0

d)

MOV @R0,A

10.

Name the type of SWAP A instruction

a)

Arithmetic instruction

b)

Data Transfer

c)

Branch Instruction

d)

Logical Instruction

11.

Give the internal RAM size in 8051.

a)

8-bit

b)

1-Byte

c)

4 KB

d)

128 Byte

12.

Identify the port by its architecture.

a)

P1

b)

P0

c)

P3

d)

P2

13.

Consider the following program. Assume that internal memory 30h contains 5h.


org 0h

mov r2,#30h

mov a,@r2

add a,r2

end


Choose the right answer

a)

Syntax Error

b)

Accumulator will contain 35h

c)

Not able to access internal memory

d)

None

14.

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

15.

PIN number of Vcc (supply)?

a)

1

b)

20

c)

40

d)

10