Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
Digital Electronics
»
The 8051 Microcontroller
Which of the following commands will move the value at port 3 to register 2?
MOV P2, R3
MOV R3, P2
MOV 3P, R2
MOV R2, P3
Correct Answer:
MOV R2, P3
← Previous Question
Next Question→
More Questions from
The 8051 Microcontroller
The number of data registers is:
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
The contents of the accumulator after this operation MOV A,#0BH ANL A,#2CH will be
The last 96 locations in the internal data memory are reserved for general-purpose data storage and stack.
The contents of the accumulator after this operation MOV A,#2BH ORL A,00H will be:
The microcontroller is useful in systems that have nonvariable programs for dedicated applications.
The I/O port that does not have a dual-purpose role is:
An alternate function of port pin P3.1 in the 8051 is:
The internal RAM memory of the 8051 is:
Which of the following commands will copy the contents of RAM whose address is in register 0 to port 1?
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment
Join Discussion
Discussion & Comments