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
The I/O port that does not have a dual-purpose role is:
Options
A. port 0
B. port 1
C. port 2
D. port 3
Correct Answer
port 1
The 8051 Microcontroller problems
Search Results
1. The microcontroller is useful in systems that have nonvariable programs for dedicated applications.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
2. The contents of the accumulator after this operation
MOV A,#2BH
ORL A,00H
will be:
Options
A. 1B H
B. 2B H
C. 3B H
D. 4B H
Show Answer
Scratch Pad
Discuss
Correct Answer: 2B H
3. The last 96 locations in the internal data memory are reserved for general-purpose data storage and stack.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: False
4. The contents of the accumulator after this operation
MOV A,#0BH
ANL A,#2CH
will be
Options
A. 11010111
B. 11011010
C. 00001000
D. 00101000
Show Answer
Scratch Pad
Discuss
Correct Answer: 00001000
5. The following program will receive data from port 1, determine whether bit 2 is high, and then send the number FFH to port 3:
READ: MOV A,P1
ANL A,#2H
CJNE A,#02H,READ
MOV P3,#FFH
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
6. An alternate function of port pin P3.1 in the 8051 is:
Options
A. serial port input
B. serial port output
C. memory write strobe
D. memory read strobe
Show Answer
Scratch Pad
Discuss
Correct Answer: serial port output
7. The internal RAM memory of the 8051 is:
Options
A. 32 bytes
B. 64 bytes
C. 128 bytes
D. 256 bytes
Show Answer
Scratch Pad
Discuss
Correct Answer: 128 bytes
8. Which of the following commands will copy the contents of RAM whose address is in register 0 to port 1?
Options
A. MOV @ P1, R0
B. MOV @ R0, P1
C. MOV P1, @ R0
D. MOV P1, R0
Show Answer
Scratch Pad
Discuss
Correct Answer: MOV P1, @ R0
9. Which of the following instructions will load the value 35H into the high byte of timer 0?
Options
A. MOV TH0, #35H
B. MOV TH0, 35H
C. MOV T0, #35H
D. MOV T0, 35H
Show Answer
Scratch Pad
Discuss
Correct Answer: MOV TH0, #35H
10. The ADC0804 has ________ resolution.
Options
A. 4-bit
B. 8-bit
C. 16-bit
D. 32-bit
Show Answer
Scratch Pad
Discuss
Correct Answer: 8-bit
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