Filters
Question type

Study Flashcards

The binary value of AL after the following instructions have executed is 11111101. mov al,11000101b sar al,4

A) True
B) False

Correct Answer

verifed

verified

RDX will equal 1 after the following instructions have executed. mov rax,0FFFF0000FFFF0000h mov rbx,2 mul rbx

A) True
B) False

Correct Answer

verifed

verified

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

A) True
B) False

Correct Answer

verifed

verified

The destination operand of the IMUL instruction may be a memory operand.

A) True
B) False

Correct Answer

verifed

verified

The binary value of AL after the following instructions have executed is 00001101. mov al,01101011b shr al,2

A) True
B) False

Correct Answer

verifed

verified

The binary value of AL after the following instructions have executed is 11101101. mov al,01101011b rol al,2

A) True
B) False

Correct Answer

verifed

verified

False

The MUL instruction sets the Carry flag if the upper half of the product is not equal to zero.

A) True
B) False

Correct Answer

verifed

verified

The SAR and SHR instructions perform the same operation.

A) True
B) False

Correct Answer

verifed

verified

The binary value of AL after the following instructions have executed is 11100010. mov al,11000101b sar al,1

A) True
B) False

Correct Answer

verifed

verified

The MUL instruction sets the Overflow flag if the upper half of the product is not equal to zero.

A) True
B) False

Correct Answer

verifed

verified

When the MUL BX instruction executes,the 32-bit product ends into the EAX register.

A) True
B) False

Correct Answer

verifed

verified

When the MUL BL instruction executes,the upper half of the product ends up in the AH register.

A) True
B) False

Correct Answer

verifed

verified

True

The ROR instruction is only suitable for signed integers.

A) True
B) False

Correct Answer

verifed

verified

The SAR instruction is suitable for signed integers.

A) True
B) False

Correct Answer

verifed

verified

True

The DIV instruction generates a divide overflow condition when the remainder is too large to fit into the destination operand.

A) True
B) False

Correct Answer

verifed

verified

Showing 1 - 15 of 15

Related Exams

Show Answer