The contents of the accumulator after execution of following instructions will be( ) MOV A, #0FH ANL A, #2CH
A. 11010111B
B. 11011010B
C. 00001100B
D. 00101000B
查看答案
To mask the LSB of the A, we must AND it with( )
A. 7FH
B. 80H
C. FEH
D. FFH
The instructions that copy data from register R0 to register R5 when register bank 0 is active is ( )
A. MOV R5, R0
B. MOV 05H, 00H
Determine whether the following argument is valid or not. “All students in this class understand logic. Xavier is a student in this class. Therefore, Xavier understands logic.” ( )
A. valid
B. invalid
Determine whether the following argument is valid or not. “Every computer science major takes discrete mathematics. Natasha is taking discrete mathematics. Therefore, Natasha is a computer science major.” ( )
A. valid
B. invalid