Deck 10: Structures and Macros Assessment

ملء الشاشة (f)
exit full mode
سؤال
The following statements exit a macro if the count argument is blank:
IFB
EXITM
ENDIF
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
The following statements permits assembly if the symbol Win32 has been defined:
IFDEF Win32
سؤال
The IFNDIF directive permits assembly if two arguments are equal.
سؤال
A structure variable cannot be declared inside another structure.
سؤال
The following statements create five uninitialized DWORD variables in which each variable name is a member of the following list: monday,tuesday,wednesday,thursday,friday:
FOR varName,
DWORD varName <>
ENDM
سؤال
The following macro moves any 32-bit memory operand to any other 32-bit memory operand:
mMove32 MACRO destination,source
push eax
mov eax,source
mov destination,eax
pop eax
ENDM
سؤال
All fields in a UNION begin at the same offset.
سؤال
An array can be declared as a structure member.
سؤال
When a macro is invoked,the CALL instruction executes if the macro uses the ASPROC operator.
سؤال
When defining a structure variable,you can specify default values for zero or more structure fields.
سؤال
A macro causes duplicate source code to be inserted into a program if the macro is invoked more than once.
سؤال
The IFNOTB directive permits assembly if its argument is not blank.
سؤال
The following statement permits assembly if arg1 is exactly the same as arg2? (case-senstitive comparison):
IFIDN ,
سؤال
Replacing macro invocations with procedure calls tends to make a program run faster.
سؤال
The IFDIFI directive performs a case-insensitive comparison between two arguments.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/15
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 10: Structures and Macros Assessment
1
The following statements exit a macro if the count argument is blank:
IFB
EXITM
ENDIF
True
2
The following statements permits assembly if the symbol Win32 has been defined:
IFDEF Win32
True
3
The IFNDIF directive permits assembly if two arguments are equal.
False
4
A structure variable cannot be declared inside another structure.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 15 في هذه المجموعة.
فتح الحزمة
k this deck
5
The following statements create five uninitialized DWORD variables in which each variable name is a member of the following list: monday,tuesday,wednesday,thursday,friday:
FOR varName,
DWORD varName <>
ENDM
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 15 في هذه المجموعة.
فتح الحزمة
k this deck
6
The following macro moves any 32-bit memory operand to any other 32-bit memory operand:
mMove32 MACRO destination,source
push eax
mov eax,source
mov destination,eax
pop eax
ENDM
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 15 في هذه المجموعة.
فتح الحزمة
k this deck
7
All fields in a UNION begin at the same offset.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 15 في هذه المجموعة.
فتح الحزمة
k this deck
8
An array can be declared as a structure member.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 15 في هذه المجموعة.
فتح الحزمة
k this deck
9
When a macro is invoked,the CALL instruction executes if the macro uses the ASPROC operator.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 15 في هذه المجموعة.
فتح الحزمة
k this deck
10
When defining a structure variable,you can specify default values for zero or more structure fields.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 15 في هذه المجموعة.
فتح الحزمة
k this deck
11
A macro causes duplicate source code to be inserted into a program if the macro is invoked more than once.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 15 في هذه المجموعة.
فتح الحزمة
k this deck
12
The IFNOTB directive permits assembly if its argument is not blank.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 15 في هذه المجموعة.
فتح الحزمة
k this deck
13
The following statement permits assembly if arg1 is exactly the same as arg2? (case-senstitive comparison):
IFIDN ,
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 15 في هذه المجموعة.
فتح الحزمة
k this deck
14
Replacing macro invocations with procedure calls tends to make a program run faster.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 15 في هذه المجموعة.
فتح الحزمة
k this deck
15
The IFDIFI directive performs a case-insensitive comparison between two arguments.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 15 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 15 في هذه المجموعة.