Exam 7: Integer Arithmetic Assessment

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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:
Verified

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:
Verified

False

The SAR instruction is suitable for signed integers.

Free
(True/False)
4.8/5
(31)
Correct Answer:
Verified

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 ROR instruction is only suitable for signed integers.

(True/False)
4.8/5
(36)

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)

The SAR and SHR instructions perform the same operation.

(True/False)
4.8/5
(38)
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)