Exam 7: Integer 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
When the MUL BL instruction executes,the upper half of the product ends up in the AH register.
Free
(True/False)
5.0/5
(35)
Correct Answer:
True
The binary value of AL after the following instructions have executed is 11101101.
mov al,01101011b
rol al,2
Free
(True/False)
4.8/5
(32)
Correct Answer:
False
The SAR instruction is suitable for signed integers.
Free
(True/False)
4.8/5
(31)
Correct Answer:
True
RDX will equal 1 after the following instructions have executed.
mov rax,0FFFF0000FFFF0000h
mov rbx,2
mul rbx
(True/False)
4.8/5
(39)
The MUL instruction sets the Overflow flag if the upper half of the product is not equal to zero.
(True/False)
4.8/5
(37)
The binary value of AL after the following instructions have executed is 11100010.
mov al,11000101b
sar al,1
(True/False)
4.9/5
(42)
The destination operand of the IMUL instruction may be a memory operand.
(True/False)
4.9/5
(34)
The hexadecimal values of DX and AX after the following instructions have executed are DX=0005 and AX=0000.
mov dx,5000h
mov ax,20h
mul dx
(True/False)
4.9/5
(27)
The binary value of AL after the following instructions have executed is 11111101.
mov al,11000101b
sar al,4
(True/False)
4.9/5
(32)
When the MUL BX instruction executes,the 32-bit product ends into the EAX register.
(True/False)
4.9/5
(33)
The binary value of AL after the following instructions have executed is 00001101.
mov al,01101011b
shr al,2
(True/False)
4.9/5
(39)
The DIV instruction generates a divide overflow condition when the remainder is too large to fit into the destination operand.
(True/False)
4.9/5
(38)
The MUL instruction sets the Carry flag if the upper half of the product is not equal to zero.
(True/False)
4.7/5
(41)
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)