100% found this document useful (1 vote)
3K views

Question Paper 8051 Microcontroller and Applications

1. The document contains questions about microcontrollers and the 8051 microcontroller. It is divided into three sections - Section A contains 10 multiple choice questions worth 1 mark each, Section B contains 5 questions with two parts worth 4 marks each, and Section C contains 2 questions worth 10 marks each. 2. The questions cover topics like CPU registers, memory types, addressing modes, instructions, and architecture of the 8051 microcontroller. Sample questions ask about the addressing mode of an instruction, differences between instruction types, and illustrating the features of the program status word register. 3. The document tests knowledge of basic concepts of microcontrollers and the 8051 architecture at different levels of detail and depth across the three sections.

Uploaded by

veeramaniks408
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
3K views

Question Paper 8051 Microcontroller and Applications

1. The document contains questions about microcontrollers and the 8051 microcontroller. It is divided into three sections - Section A contains 10 multiple choice questions worth 1 mark each, Section B contains 5 questions with two parts worth 4 marks each, and Section C contains 2 questions worth 10 marks each. 2. The questions cover topics like CPU registers, memory types, addressing modes, instructions, and architecture of the 8051 microcontroller. Sample questions ask about the addressing mode of an instruction, differences between instruction types, and illustrating the features of the program status word register. 3. The document tests knowledge of basic concepts of microcontrollers and the 8051 architecture at different levels of detail and depth across the three sections.

Uploaded by

veeramaniks408
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Section - A

Answer all questions (10 x 1 = 10 Marks)


1. Name a group of 8-bit binary.
A Nibble C Word
B Byte D Double word
2. Tell the high speed local storage space for the CPU.
A CPU Registers C ROM memory registers
B Cache Memory Locations D RAM memory registers
3. Locate the address of next instruction to be executed by the CPU.
A Data Register C Program Counter
B Control Bus D Instruction Register
4. Which will translate a program written in high level language to executable
machine language?
A Assembler C Interpreter
B Simulator D Compiler
5. Match: On-chip program space in 8052 Microcontroller.
A 2K Bytes C 8K Bytes
B 4K Bytes D 128 Bytes
6. How many interrupt sources are supported in 8051 Microcontroller?
A 3 C 7
B 5 D 9
7. Which of the following is an indirect addressing instruction?
A MOV A, R3 C MOV A, 40H
B MOV R7, #62H D MOV A, @R0
8. Indicate the addressing mode of MOV A, 60H.
A Register Addressing C Direct Addressing
B Index addressing D Indirect addressing
9. Identify the instruction that will move the content of 27H into the register R0.
A MOV 27H, R0 C MOV 27H, @R0
B MOV R0, 27H D MOV R0, #27H
10. Which of the following is not an unconditional control transfer instruction?
A LJMP 2050H C JNC 3000H
B RETI D ACALL 4400H

Section - B
Answer All questions (5 x 4 = 20 Marks)
11 A Describe the CPU.
B Write short notes on the IDE.
12 A Give the difference between the microprocessors and microcontrollers.
B Describe the criteria for choosing microcontroller.
13 A Discuss the features of 8051Microcontroller.
B Illustrate the PSW register.
14 A Write instructions for the following operations
i) Add 13H to the content of 55H
ii) Increment the content of internal memory location 21H specified by R0
B Illustrate the instruction RLC A.
15 A Differentiate the following instructions
i) MOV A, @R0 and MOV A, R0
ii) MOV A, 23H and MOV A, #23H
B Compare LJMP, AJMP and SJMP instructions.

Section - C
Answer All questions (2 x 10 = 20 Marks)
16 A Describe the architecture of 8051 MCU with a neat diagram.
(OR)
B Describe the memory organizations in 8051 Microcontroller.
17 A Illustrate the arithmetic and logical instructions of 8051 MCU.
(OR)
B Discuss the addressing modes of 8051 MCU with examples.

You might also like