MCQOPTIONS
Bookmark
Saved Bookmarks
→
Digital Electronics
→
Integrated Circuit Technologies
→
The following command will rotate the 8 bits of th...
1.
The following command will rotate the 8 bits of the accumulator one position to the left:
A.
True
B.
False
Answer» B. False
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
This program code will be executed continuously:
This program code will be executed once:
The contents of the accumulator after this operation MOV A,#0BH ANL A,#2CH will be
When the 8051 is reset and the line is LOW, the program counter points to the first program instruction in the:
This program code will read data from port 0 and write it to port 2, and it will stop looping when bit 3 of port 2 is set:
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
When the 8051 is reset and the line is HIGH, the program counter points to the first program instruction in the:
The following command will copy the accumulator to the location whose address is 23H: MOV 23H,A
The contents of the accumulator after this operation MOV A,#2BH ORL A,00H will be:
The following program will cause the 8051 to be stuck in a loop:
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply