Deck 5: Mobile Applications Using Decision Structures

ملء الشاشة (f)
exit full mode
سؤال
<strong>  Figure 5-2 A message box like the one shown in the accompanying figure is also known as a(n) ____ box.</strong> A) alert B) dialog C) pop-up D) warning <div style=padding-top: 35px> Figure 5-2 A message box like the one shown in the accompanying figure is also known as a(n) ____ box.

A) alert
B) dialog
C) pop-up
D) warning
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
An If...Then statement can be used to compare two strings .
سؤال
<strong>  Figure 5-1 As shown in the accompanying figure, a ____ object forces the user to select only one option from a group of options.</strong> A) CheckBox B) RadioButton C) TextBox D) CheckList <div style=padding-top: 35px> Figure 5-1 As shown in the accompanying figure, a ____ object forces the user to select only one option from a group of options.

A) CheckBox
B) RadioButton
C) TextBox
D) CheckList
سؤال
<strong>  Figure 5-2 ____ is the default setting for the buttons that will be displayed in a message box like the one in the accompanying figure.</strong> A) MessageBoxButtons.OKOnly B) MessageBoxButtons.OKCancel C) MessageBoxButtons.YesNo D) MessageBoxButtons.YesNoCancel <div style=padding-top: 35px> Figure 5-2 ____ is the default setting for the buttons that will be displayed in a message box like the one in the accompanying figure.

A) MessageBoxButtons.OKOnly
B) MessageBoxButtons.OKCancel
C) MessageBoxButtons.YesNo
D) MessageBoxButtons.YesNoCancel
سؤال
If an actual Pocket PC device is not available, Visual Studio 2008 provides a(n) ____ that can be used to test an application designed for a Pocket PC.

A) emulator
B) smart device
C) smart phone
D) virtual device
سؤال
The Panel, GroupBox, and TabControl objects are examples of ____ objects.

A) compound
B) container
C) complex
D) group
سؤال
When a RadioButton object is selected by the user, the ____ property changes from False to True.

A) Selected
B) Value
C) Checked
D) Input
سؤال
A condition can be true and false at the same time.
سؤال
The ____ industry is the largest user of PDAs.

A) health care
B) computer support
C) networking
D) manufacturing
سؤال
The plus sign is the preferred operator for concatenation.
سؤال
____ objects are types of objects that are used to group other objects on a form.

A) Container
B) Grouping
C) Layout
D) Cluster
سؤال
The Panel and the ____ objects are the two container objects that can be used in a Pocket PC application.

A) GroupBox
B) TabControl
C) FlowLayout
D) TableLayout
سؤال
A(n) ____ is a pointing device used to press onto a displayed keyboard of a PDA.

A) stylus
B) pointer
C) mouse
D) icon
سؤال
Smaller handheld computers are sometimes referred to as ____ devices.

A) persuasive
B) permeated
C) perused
D) pervasive
سؤال
Visual Studio can be used to create mobile applications for more than ____ different devices from multiple vendors

A) 25
B) 100
C) 200
D) 450
سؤال
In string comparison, a number is more than an uppercase letter.
سؤال
A RadioButton's Selected property will indicate if the radio button has been selected by the user.
سؤال
<strong>  Figure 5-2 To display a message box window like the one in the accompanying figure, use the ____ procedure of the MessageBox class.</strong> A) Display B) Show C) View D) Visible <div style=padding-top: 35px> Figure 5-2 To display a message box window like the one in the accompanying figure, use the ____ procedure of the MessageBox class.

A) Display
B) Show
C) View
D) Visible
سؤال
To create an application for a Pocket PC device, you must select the ____ project type when creating the project in Visual Studio.

A) console
B) Office
C) Smart Device
D) Windows
سؤال
The ____ property of a RadioButton object indicates whether it has been selected.

A) Value
B) Selected
C) Enabled
D) Checked
سؤال
In an expression using the logical operator ____, as soon as one of the compound conditions is found to be true, no further conditions are tested and the expression evaluates to true.

A) Nor
B) AndAlso
C) OrElse
D) Xor
سؤال
When more than one condition is included in an If...Then...Else statement, the conditions are called ____ conditions.

A) continuous
B) compound
C) contiguous
D) grouped
سؤال
In a Select Case structure, the ____ statement includes all conditions not specifically tested for in the other Case statements.

A) Case Other
B) Else
C) Case Else
D) All Else
سؤال
In an If...Then statement, the ____ symbol is used to test for inequality.

A) ><
B) !=
C) = =
D)
سؤال
Use the ____ statement to execute one set of instructions if the condition is true, and another set of instructions if the condition is false.

A) Do…While
B) If…Then
C) If...Then...Else
D) Not…If
سؤال
The ____ of a variable means where a variable can be referenced within a program.

A) range
B) life
C) versatility
D) scope
سؤال
The logical operator ____ reverses the logical value of a condition.

A) And
B) Or
C) Not
D) Nor
سؤال
A statement that tests a value is called a ____ statement.

A) conditional
B) scope
C) logical
D) range
سؤال
When relational operators are used in a Case statement within a Select Case structure, the keyword ____ must be used with the relational operator.

A) Is
B) From
C) Cont
D) To
سؤال
An expression using the logical operator ____ evaluates to true when only one but not both of the two compound conditions are true.

A) Nor
B) OrElse
C) AndAlso
D) Xor
سؤال
In an expression using the logical operator ____, as soon as one of the compound conditions is found to be false, no further conditions are tested and the expression evaluates to false.

A) Nor
B) AndAlso
C) OrElse
D) Xor
سؤال
To use multiple conditions in a single If...Then...Else statement, ____ conditions are required.

A) range
B) compound
C) indexed
D) logical
سؤال
Every If statement block must be terminated by the ____ keyword.

A) End If
B) If End
C) End
D) Not If
سؤال
An expression using the logical operator ____ will evaluate to true when either of the compound conditions is true.

A) And
B) Or
C) Not
D) Nor
سؤال
An expression using the logical operator ____ will evaluate to true only when both of the conditions are true.

A) And
B) Or
C) Not
D) Nor
سؤال
The logical operator ____ has the highest priority and is evaluated first.

A) Or
B) Xor
C) Not
D) And
سؤال
To create a compound condition in an If statement, a(n) ____ operator is required.

A) compound
B) logical
C) arithmetic
D) logical
سؤال
A(n) ____ structure is used to deal with different conditions that occur based on values entered into an application.

A) compound
B) logical
C) decision
D) baseline
سؤال
To end a Select Case structure, a(n) ____ statement is used.

A) End Select
B) End Case
C) Select End
D) Select Close
سؤال
The ampersand (&) symbol is the operator used to ____ two strings together.

A) link
B) display
C) embed
D) concatenate
سؤال
In an If...Then statement, the If keyword should appear on the first line with the conditional expression, and the Then keyword should appear on the second line.
سؤال
When using an If...Then...ElseIf structure, when a condition is found to be true, the rest of the ElseIf statements are skipped.
سؤال
Visual Basic cannot be used to develop programs for devices other than personal computers.
سؤال
The Panel and the GroupBox are two container objects that can be used in a Pocket PC application.
سؤال
The ____ function is used to determine if an input value can be converted into a numeric value.

A) IsNumeric
B) IsNumber
C) IsInteger
D) IsQuantity
سؤال
In an If...Then...Else statement, if the condition is false, the statements between the Else and End If keywords will be executed.
سؤال
Visual Basic automatically validates data as the user enters it.
سؤال
A conditional expression can be used only to test if one value is equal to another value.
سؤال
The IsNumeric function will return a(n) ____ type value.

A) Boolean
B) Decimal
C) Double
D) Integer
سؤال
Panel objects may have captions and scroll bars.
سؤال
Visual Basic contains a code library of about ____ pieces of code called code snippets

A) 125
B) 250
C) 500
D) 750
سؤال
String concatenation can be used to incorporate the user's data into a message shown in a message box.
سؤال
To develop an application for a Pocket PC device, you should select the Smart Device application template when creating the project in Visual Basic.
سؤال
    Figure 5-3 Message boxes on a mobile application can have buttons other than an OK button, as shown in the accompanying figure.<div style=padding-top: 35px>     Figure 5-3 Message boxes on a mobile application can have buttons other than an OK button, as shown in the accompanying figure.<div style=padding-top: 35px> Figure 5-3 Message boxes on a mobile application can have buttons other than an OK button, as shown in the accompanying figure.
سؤال
In a Pocket PC application, the ____ provides an on-screen keyboard for data entry.

A) fold-out keyboard
B) input text box
C) input panel
D) button object
سؤال
To specify a continuous range of values to be tested in a Case statement within a Select Case structure, the word ____ must be used.

A) From
B) Range
C) To
D) Cont
سؤال
When comparing two data values in Visual Basic, both values must be the same data type.
سؤال
Multiple radio buttons can be selected if the selected radio buttons are each in different container objects.
سؤال
A TextBox object can be cleared using the Clear procedure in a Pocket PC application.
سؤال
When RadioButton objects are contained in a panel, the user can select only one of the radio buttons on the panel.
سؤال
The ____________________ procedure found in the MessageBox class is used to display a message box.
سؤال
If the condition tested in an If statement evaluates to ____________________, the statement(s) between the If and the End If keywords will be executed.
سؤال
When closing the Pocket PC emulator, it is important to save the emulator state to ensure the proper functioning of the code when run again after changes have been made.
سؤال
An End Case statement is used to terminate a Select Case structure.
سؤال
The value of a RadioButton object can be determined by using an If statement.
سؤال
The ____________________ object generates tabbed pages that can be used to group other objects.
سؤال
In a Select Case statement, the keyword Is must be used when testing with relational operators.
سؤال
When using an If...Then...Else statement, if the condition evaluates to false, the statement(s) between the _______________ keyword and the End If keyword will be executed.
سؤال
The ____________________ keyword terminates the If...Then block of code.
سؤال
The default setting for the MessageBoxButtons argument of a message box will display only a(n) ____________________ button in the message box.
سؤال
  Figure 5-2 Message boxes like the ones in the accompanying figure also are known as ____________________ boxes.<div style=padding-top: 35px> Figure 5-2 Message boxes like the ones in the accompanying figure also are known as ____________________ boxes.
سؤال
In Unicode, numbers are considered to be ____________________ than uppercase or lowercase letters.
سؤال
In an If...Then statement, the code between the If and the End If keywords is considered a block of code.
سؤال
A variable defined between the Then keyword and the Else keyword in an If...Then...Else structure can be referenced from within the Else section of the structure.
سؤال
A Case statement in a Select Case structure can test for a range of values.
سؤال
To create an application for a mobile device, you must develop the project as a(n) ____________________ application for a Pocket PC.
سؤال
A Case Else statement is required in a Select Case structure.
سؤال
Only one condition can be tested in an If statement.
سؤال
The Panel object and the ____________________ object are the two container objects available in Pocket PC applications.
سؤال
Variables declared within a block of code can only be referenced within that block.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/107
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 5: Mobile Applications Using Decision Structures
1
<strong>  Figure 5-2 A message box like the one shown in the accompanying figure is also known as a(n) ____ box.</strong> A) alert B) dialog C) pop-up D) warning Figure 5-2 A message box like the one shown in the accompanying figure is also known as a(n) ____ box.

A) alert
B) dialog
C) pop-up
D) warning
B
2
An If...Then statement can be used to compare two strings .
True
3
<strong>  Figure 5-1 As shown in the accompanying figure, a ____ object forces the user to select only one option from a group of options.</strong> A) CheckBox B) RadioButton C) TextBox D) CheckList Figure 5-1 As shown in the accompanying figure, a ____ object forces the user to select only one option from a group of options.

A) CheckBox
B) RadioButton
C) TextBox
D) CheckList
B
4
<strong>  Figure 5-2 ____ is the default setting for the buttons that will be displayed in a message box like the one in the accompanying figure.</strong> A) MessageBoxButtons.OKOnly B) MessageBoxButtons.OKCancel C) MessageBoxButtons.YesNo D) MessageBoxButtons.YesNoCancel Figure 5-2 ____ is the default setting for the buttons that will be displayed in a message box like the one in the accompanying figure.

A) MessageBoxButtons.OKOnly
B) MessageBoxButtons.OKCancel
C) MessageBoxButtons.YesNo
D) MessageBoxButtons.YesNoCancel
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
5
If an actual Pocket PC device is not available, Visual Studio 2008 provides a(n) ____ that can be used to test an application designed for a Pocket PC.

A) emulator
B) smart device
C) smart phone
D) virtual device
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
6
The Panel, GroupBox, and TabControl objects are examples of ____ objects.

A) compound
B) container
C) complex
D) group
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
7
When a RadioButton object is selected by the user, the ____ property changes from False to True.

A) Selected
B) Value
C) Checked
D) Input
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
8
A condition can be true and false at the same time.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
9
The ____ industry is the largest user of PDAs.

A) health care
B) computer support
C) networking
D) manufacturing
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
10
The plus sign is the preferred operator for concatenation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
11
____ objects are types of objects that are used to group other objects on a form.

A) Container
B) Grouping
C) Layout
D) Cluster
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
12
The Panel and the ____ objects are the two container objects that can be used in a Pocket PC application.

A) GroupBox
B) TabControl
C) FlowLayout
D) TableLayout
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
13
A(n) ____ is a pointing device used to press onto a displayed keyboard of a PDA.

A) stylus
B) pointer
C) mouse
D) icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
14
Smaller handheld computers are sometimes referred to as ____ devices.

A) persuasive
B) permeated
C) perused
D) pervasive
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
15
Visual Studio can be used to create mobile applications for more than ____ different devices from multiple vendors

A) 25
B) 100
C) 200
D) 450
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
16
In string comparison, a number is more than an uppercase letter.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
17
A RadioButton's Selected property will indicate if the radio button has been selected by the user.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
18
<strong>  Figure 5-2 To display a message box window like the one in the accompanying figure, use the ____ procedure of the MessageBox class.</strong> A) Display B) Show C) View D) Visible Figure 5-2 To display a message box window like the one in the accompanying figure, use the ____ procedure of the MessageBox class.

A) Display
B) Show
C) View
D) Visible
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
19
To create an application for a Pocket PC device, you must select the ____ project type when creating the project in Visual Studio.

A) console
B) Office
C) Smart Device
D) Windows
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
20
The ____ property of a RadioButton object indicates whether it has been selected.

A) Value
B) Selected
C) Enabled
D) Checked
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
21
In an expression using the logical operator ____, as soon as one of the compound conditions is found to be true, no further conditions are tested and the expression evaluates to true.

A) Nor
B) AndAlso
C) OrElse
D) Xor
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
22
When more than one condition is included in an If...Then...Else statement, the conditions are called ____ conditions.

A) continuous
B) compound
C) contiguous
D) grouped
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
23
In a Select Case structure, the ____ statement includes all conditions not specifically tested for in the other Case statements.

A) Case Other
B) Else
C) Case Else
D) All Else
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
24
In an If...Then statement, the ____ symbol is used to test for inequality.

A) ><
B) !=
C) = =
D)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
25
Use the ____ statement to execute one set of instructions if the condition is true, and another set of instructions if the condition is false.

A) Do…While
B) If…Then
C) If...Then...Else
D) Not…If
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
26
The ____ of a variable means where a variable can be referenced within a program.

A) range
B) life
C) versatility
D) scope
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
27
The logical operator ____ reverses the logical value of a condition.

A) And
B) Or
C) Not
D) Nor
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
28
A statement that tests a value is called a ____ statement.

A) conditional
B) scope
C) logical
D) range
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
29
When relational operators are used in a Case statement within a Select Case structure, the keyword ____ must be used with the relational operator.

A) Is
B) From
C) Cont
D) To
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
30
An expression using the logical operator ____ evaluates to true when only one but not both of the two compound conditions are true.

A) Nor
B) OrElse
C) AndAlso
D) Xor
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
31
In an expression using the logical operator ____, as soon as one of the compound conditions is found to be false, no further conditions are tested and the expression evaluates to false.

A) Nor
B) AndAlso
C) OrElse
D) Xor
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
32
To use multiple conditions in a single If...Then...Else statement, ____ conditions are required.

A) range
B) compound
C) indexed
D) logical
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
33
Every If statement block must be terminated by the ____ keyword.

A) End If
B) If End
C) End
D) Not If
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
34
An expression using the logical operator ____ will evaluate to true when either of the compound conditions is true.

A) And
B) Or
C) Not
D) Nor
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
35
An expression using the logical operator ____ will evaluate to true only when both of the conditions are true.

A) And
B) Or
C) Not
D) Nor
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
36
The logical operator ____ has the highest priority and is evaluated first.

A) Or
B) Xor
C) Not
D) And
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
37
To create a compound condition in an If statement, a(n) ____ operator is required.

A) compound
B) logical
C) arithmetic
D) logical
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
38
A(n) ____ structure is used to deal with different conditions that occur based on values entered into an application.

A) compound
B) logical
C) decision
D) baseline
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
39
To end a Select Case structure, a(n) ____ statement is used.

A) End Select
B) End Case
C) Select End
D) Select Close
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
40
The ampersand (&) symbol is the operator used to ____ two strings together.

A) link
B) display
C) embed
D) concatenate
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
41
In an If...Then statement, the If keyword should appear on the first line with the conditional expression, and the Then keyword should appear on the second line.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
42
When using an If...Then...ElseIf structure, when a condition is found to be true, the rest of the ElseIf statements are skipped.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
43
Visual Basic cannot be used to develop programs for devices other than personal computers.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
44
The Panel and the GroupBox are two container objects that can be used in a Pocket PC application.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
45
The ____ function is used to determine if an input value can be converted into a numeric value.

A) IsNumeric
B) IsNumber
C) IsInteger
D) IsQuantity
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
46
In an If...Then...Else statement, if the condition is false, the statements between the Else and End If keywords will be executed.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
47
Visual Basic automatically validates data as the user enters it.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
48
A conditional expression can be used only to test if one value is equal to another value.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
49
The IsNumeric function will return a(n) ____ type value.

A) Boolean
B) Decimal
C) Double
D) Integer
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
50
Panel objects may have captions and scroll bars.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
51
Visual Basic contains a code library of about ____ pieces of code called code snippets

A) 125
B) 250
C) 500
D) 750
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
52
String concatenation can be used to incorporate the user's data into a message shown in a message box.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
53
To develop an application for a Pocket PC device, you should select the Smart Device application template when creating the project in Visual Basic.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
54
    Figure 5-3 Message boxes on a mobile application can have buttons other than an OK button, as shown in the accompanying figure.     Figure 5-3 Message boxes on a mobile application can have buttons other than an OK button, as shown in the accompanying figure. Figure 5-3 Message boxes on a mobile application can have buttons other than an OK button, as shown in the accompanying figure.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
55
In a Pocket PC application, the ____ provides an on-screen keyboard for data entry.

A) fold-out keyboard
B) input text box
C) input panel
D) button object
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
56
To specify a continuous range of values to be tested in a Case statement within a Select Case structure, the word ____ must be used.

A) From
B) Range
C) To
D) Cont
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
57
When comparing two data values in Visual Basic, both values must be the same data type.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
58
Multiple radio buttons can be selected if the selected radio buttons are each in different container objects.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
59
A TextBox object can be cleared using the Clear procedure in a Pocket PC application.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
60
When RadioButton objects are contained in a panel, the user can select only one of the radio buttons on the panel.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
61
The ____________________ procedure found in the MessageBox class is used to display a message box.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
62
If the condition tested in an If statement evaluates to ____________________, the statement(s) between the If and the End If keywords will be executed.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
63
When closing the Pocket PC emulator, it is important to save the emulator state to ensure the proper functioning of the code when run again after changes have been made.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
64
An End Case statement is used to terminate a Select Case structure.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
65
The value of a RadioButton object can be determined by using an If statement.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
66
The ____________________ object generates tabbed pages that can be used to group other objects.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
67
In a Select Case statement, the keyword Is must be used when testing with relational operators.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
68
When using an If...Then...Else statement, if the condition evaluates to false, the statement(s) between the _______________ keyword and the End If keyword will be executed.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
69
The ____________________ keyword terminates the If...Then block of code.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
70
The default setting for the MessageBoxButtons argument of a message box will display only a(n) ____________________ button in the message box.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
71
  Figure 5-2 Message boxes like the ones in the accompanying figure also are known as ____________________ boxes. Figure 5-2 Message boxes like the ones in the accompanying figure also are known as ____________________ boxes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
72
In Unicode, numbers are considered to be ____________________ than uppercase or lowercase letters.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
73
In an If...Then statement, the code between the If and the End If keywords is considered a block of code.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
74
A variable defined between the Then keyword and the Else keyword in an If...Then...Else structure can be referenced from within the Else section of the structure.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
75
A Case statement in a Select Case structure can test for a range of values.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
76
To create an application for a mobile device, you must develop the project as a(n) ____________________ application for a Pocket PC.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
77
A Case Else statement is required in a Select Case structure.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
78
Only one condition can be tested in an If statement.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
79
The Panel object and the ____________________ object are the two container objects available in Pocket PC applications.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
80
Variables declared within a block of code can only be referenced within that block.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.