CuriousTab
Search
CuriousTab
Home
Aptitude
Computer
C Programming
C# Programming
C++ Programming
Database
Java Programming
Networking
Engineering
Biochemical Engineering
Biochemistry
Biotechnology
Chemical Engineering
Civil Engineering
Computer Science
Digital Electronics
Electrical Engineering
Electronics
Electronics and Communication Engineering
Mechanical Engineering
Microbiology
Technical Drawing
GK
Current Affairs
General Knowledge
Reasoning
Data Interpretation
Logical Reasoning
Non Verbal Reasoning
Verbal Ability
Verbal Reasoning
Exams
AIEEE
Bank Exams
CAT
GATE
IIT JEE
TOEFL
Jobs
Analyst
Bank PO
Database Administrator
IT Trainer
Network Engineer
Project Manager
Software Architect
Discussion
Home
‣
Digital Electronics
‣
The 8051 Microcontroller
Comments
Question
A HIGH on which pin resets the 8051 microcontroller?
Options
A. RESET
B. RST
C. PSEN
D. RSET
Correct Answer
RST
The 8051 Microcontroller problems
Search Results
1. This program code will be executed continuously:
STAT:
MOV A, #01H
JNZ STAT
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
2. Data transfer from I/O to external data memory can only be done with the MOVX command.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
3. The statement LCALL READ passes control to the line labelled READ.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
4. Which of the following instructions will move the contents of the accumulator to register 6?
Options
A. MOV 6R, A
B. MOV R6, A
C. MOV A, 6R
D. MOV A, R6
Show Answer
Scratch Pad
Discuss
Correct Answer: MOV R6, A
5. Which of the following statements will add the accumulator and register 3?
Options
A. ADD @R3, @A
B. ADD @A, R3
C. ADD R3, A
D. ADD A, R3
Show Answer
Scratch Pad
Discuss
Correct Answer: ADD A, R3
6. The start-conversion on the ADC0804 is done by using the:
Options
A.
B. CS line
C. INTR line
D.
V
ref/2
line
Show Answer
Scratch Pad
Discuss
Correct Answer:
7. The address space of the 8051 is divided into four distinct areas: internal data, external data, internal code, and external code.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
8. A label is used to name a single line of code.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
9. Which of the following instructions will move the contents of register 3 to the accumulator?
Options
A. MOV 3R, A
B. MOV R3, A
C. MOV A, R3
D. MOV A, 3R
Show Answer
Scratch Pad
Discuss
Correct Answer: MOV A, R3
10. The binary number for octal 45
8
is ________.
Options
A. 100010
B. 100101
C. 110101
D. 100100
Show Answer
Scratch Pad
Discuss
Correct Answer: 100101
Comments
There are no comments.
Enter a new Comment
Save
More in Digital Electronics:
Boolean Algebra and Logic Simplification
Code Converters and Multiplexers
Combinational Logic Analysis
Combinational Logic Circuits
Computers
Counters
Describing Logic Circuits
Digital Arithmetic Operations and Circuits
Digital Concepts
Digital Design
Digital Signal Processing
Digital System Projects Using HDL
Ex-OR and Ex-NOR Gates
Flip-Flops
Integrated-Circuit Logic Families
Integrated Circuit Technologies
Interfacing to the Analog World
Logic Families and Their Characteristics
Logic Gates
Memory and Storage
Microprocessor Fundamentals
MSI Logic Circuits
Multivibrators and 555 Timer
Number Systems and Codes
Programmable Logic Device
Shift Registers
Signals and Switches
The 8051 Microcontroller