Deck 7: Integer Arithmetic Assessment
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/15
العب
ملء الشاشة (f)
Deck 7: Integer Arithmetic Assessment
1
The MUL instruction sets the Overflow flag if the upper half of the product is not equal to zero.
True
2
The binary value of AL after the following instructions have executed is 11101101.
mov al,01101011b
rol al,2
mov al,01101011b
rol al,2
False
3
The MUL instruction sets the Carry flag if the upper half of the product is not equal to zero.
True
4
When the MUL BX instruction executes,the 32-bit product ends into the EAX register.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 15 في هذه المجموعة.
فتح الحزمة
k this deck
5
The SAR instruction is suitable for signed integers.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 15 في هذه المجموعة.
فتح الحزمة
k this deck
6
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
mov dx,5000h
mov ax,20h
mul dx
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 15 في هذه المجموعة.
فتح الحزمة
k this deck
7
RDX will equal 1 after the following instructions have executed.
mov rax,0FFFF0000FFFF0000h
mov rbx,2
mul rbx
mov rax,0FFFF0000FFFF0000h
mov rbx,2
mul rbx
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 15 في هذه المجموعة.
فتح الحزمة
k this deck
8
The ROR instruction is only suitable for signed integers.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 15 في هذه المجموعة.
فتح الحزمة
k this deck
9
The binary value of AL after the following instructions have executed is 00001101.
mov al,01101011b
shr al,2
mov al,01101011b
shr al,2
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 15 في هذه المجموعة.
فتح الحزمة
k this deck
10
The SAR and SHR instructions perform the same operation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 15 في هذه المجموعة.
فتح الحزمة
k this deck
11
When the MUL BL instruction executes,the upper half of the product ends up in the AH register.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 15 في هذه المجموعة.
فتح الحزمة
k this deck
12
The DIV instruction generates a divide overflow condition when the remainder is too large to fit into the destination operand.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 15 في هذه المجموعة.
فتح الحزمة
k this deck
13
The destination operand of the IMUL instruction may be a memory operand.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 15 في هذه المجموعة.
فتح الحزمة
k this deck
14
The binary value of AL after the following instructions have executed is 11100010.
mov al,11000101b
sar al,1
mov al,11000101b
sar al,1
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 15 في هذه المجموعة.
فتح الحزمة
k this deck
15
The binary value of AL after the following instructions have executed is 11111101.
mov al,11000101b
sar al,4
mov al,11000101b
sar al,4
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 15 في هذه المجموعة.
فتح الحزمة
k this deck