PIN DIAGRAM
ARCHITECTURE
MEMORY ORGANIZATION
SPECIAL FUNCTION REGISTER
INSTRUCTION SET
100

How many pins are available in 8051?

40 pins

100

What is DPTR and PC?

Data Pointer and Program Counter

100

What is the internal RAM and internal ROM capacity of 8051

128 bytes and 4 Kilobytes

100

How many special function register are there in 8051. How many of them are bit addressable register

21 and 11

100

List any three types of Instruction set based on function.

Arithmetic Instruction, Logical Instruction, Data transfer instruction, Branch Instruction and Bit handling instruction

200

Which Port is used only for I/O Ports?

Port - 1

200

What is the value of external crystal used commonly for while microcontroller deals with serial communication?

11.0592 MHZ

200

How many banks are available in RAM memory?

4 Banks

200

What is the hex address of Port 0, Port 1, Port 2 and Port 3?

80 H, 90 H, A0 H and B0 H

200

What is the full form of DJNZ

Decrement Jump No Zero

300

Which Port requires pull up resistor?

Port - 0

300

How many address lines and data lines are in 8051?

16 address lines and 8 data lines

300

Which pin is used to access external memory?

EA - External Access

300

Which register is used to access the bank register in RAM?

Program Status Word (PSW), RS1 and RS0 bits

300

What are the different category of Jump instruction available in 8051?

Conditional Jump and Unconditional Jump or

Short Jump, Long Jump and Absolute Jump

400

What is the expansion of PSEN and ALE?

Program Store Enable and Address Latch Enable

400

How many timers are there in 8051? Mention its names.

Two 16 - bit timers. Timer 0 and Timer 1

400

Mention the address of bit addressable portion in RAM.

20 H to 2F H

400

List any 2 registers used in Timer operation with its address

TCON - 88, TMOD - 89, TL0 - 8A, TL1 - 8B, TH0 - 8C, TH1 - 8D

400

If A = 57 and B = 48. What is the value of A and B after the execution of MOV A,B instruction.?

A = 48 and B = 48

500

Mention the pin number of Port 2 .

21 - 28

500

What is the supply voltage of 8051 microcontroller.

5 V

500

In 8051 microcontroller 128 bytes are allocated for RAM and the remaining 128 bytes are allocated for ______________

Special Function Register

500

What is the hex address of Accumulator, B - Register and PSW Register

PSW - D0, A - E0 and B - F0

500

What is the name of the Instruction set which is used for calculation like AND, OR and XOR?

Logical Instruction