Exam 4: Data Transfers,addressing,and Arithmetic-assessment
Exam 1: Basic Concepts Assessment14 Questions
Exam 2: X86 Processor Architecture Assessment15 Questions
Exam 3: Assembly Language Fundamentals-assessment15 Questions
Exam 4: Data Transfers,addressing,and Arithmetic-assessment15 Questions
Exam 5: Procedures-assessment16 Questions
Exam 6: Conditional Processing Assessment15 Questions
Exam 7: Integer Arithmetic Assessment15 Questions
Exam 8: Advanced Procedures Assessment15 Questions
Exam 9: Strings and Arrays Assessment15 Questions
Exam 10: Structures and Macros Assessment15 Questions
Exam 11: Ms-Windows Programming Assessment15 Questions
Exam 12: Floating-Point Processing and Instruction Encoding Assessment15 Questions
Exam 13: High-Level Language Interface-- Assessment15 Questions
Exam 14: 16-Bit Ms-Dos Programming Assessment15 Questions
Exam 15: Disk Fundamentals Assessment15 Questions
Exam 16: Bios-Level Programming Assessment15 Questions
Exam 17: Expert Ms-Dos Programming Assessment15 Questions
Select questions type
The following instructions will set the Overflow flag:
mov al,0D7h
add al,75h
Free
(True/False)
4.9/5
(35)
Correct Answer:
False
The format for the ADD instruction is: MOV source,destination
Free
(True/False)
4.8/5
(31)
Correct Answer:
False
The following instruction will produce 1FFFFFFCh in EDX:
movsx edx,-4
Free
(True/False)
4.9/5
(31)
Correct Answer:
False
When you move a 16-bit constant or an 8-bit constant into a 64-bit register,the upper bits of the destination operand are cleared.
(True/False)
4.9/5
(33)
The following instructions will set the Overflow flag:
mov al,80h
sub al,-5
(True/False)
5.0/5
(29)
The following statement will assemble without errors:
mov DWORD PTR [eax],1234h
(True/False)
4.8/5
(39)
The following instruction will assemble correctly:
dec BYTE PTR [edi]
(True/False)
4.8/5
(27)
Suppose BX and DX both contain positive integers.If adding them produces a negative result,the Overflow flag will be set.
(True/False)
4.8/5
(39)
The EIP register can be the source operand of a MOV,ADD,or SUB instruction.
(True/False)
4.8/5
(37)
If AL contains +127 and you add 3 to AL,the Overflow flag will be set.
(True/False)
4.7/5
(38)
The MOV instruction permits a move between two 8-bit memory operands,as long as one operand uses the BYTE PTR operator.
(True/False)
4.8/5
(41)
The SUB instruction requires the source operand to be no larger than the destination operand.
(True/False)
4.8/5
(26)
The Overflow flag will never be set when subtracting a positive integer from a negative integer.
(True/False)
4.8/5
(40)
The SAHF instruction copies the CPU status flags to the AH register.
(True/False)
4.8/5
(42)
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)