Exam 5: Mobile Applications Using Decision Structures
Exam 1: Introduction to Visual Basic 2008 Programming107 Questions
Exam 2: Program and Graphical User Interface Design107 Questions
Exam 3: Program Design and Coding107 Questions
Exam 4: Variables and Arithmetic Operations107 Questions
Exam 5: Mobile Applications Using Decision Structures107 Questions
Exam 6: Loop Structures107 Questions
Select questions type
The logical operator ____ reverses the logical value of a condition.
(Multiple Choice)
4.9/5
(32)
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.
(Multiple Choice)
4.9/5
(42)
When more than one condition is included in an If...Then...Else statement, the conditions are called ____ conditions.
(Multiple Choice)
4.8/5
(35)
Figure 5-1 As shown in the accompanying figure, a ____ object forces the user to select only one option from a group of options.

(Multiple Choice)
4.9/5
(40)
In an If...Then statement, the code between the If and the End If keywords is considered a block of code.
(True/False)
5.0/5
(30)
To create an application for a Pocket PC device, you must select the ____ project type when creating the project in Visual Studio.
(Multiple Choice)
4.9/5
(37)
An expression using the logical operator ____ evaluates to true when only one but not both of the two compound conditions are true.
(Multiple Choice)
4.8/5
(35)
In string comparison, a number is more than an uppercase letter.
(True/False)
5.0/5
(38)
Figure 5-2 A message box like the one shown in the accompanying figure is also known as a(n) ____ box.

(Multiple Choice)
4.9/5
(37)
The ____________________ procedure found in the MessageBox class is used to display a message box.
(Short Answer)
4.8/5
(49)
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.
(True/False)
4.9/5
(31)
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.
(True/False)
4.9/5
(32)
Identify the letter of the choice that best matches the phrase or definition.
Premises:
Although this kind of container object is often used on Windows forms, it is not available for use in Pocket PC applications
Responses:
conditional
emulator
icons
Correct Answer:
Premises:
Responses:
(Matching)
4.7/5
(47)
Use the ____ statement to execute one set of instructions if the condition is true, and another set of instructions if the condition is false.
(Multiple Choice)
5.0/5
(38)
When using an If...Then...ElseIf structure, when a condition is found to be true, the rest of the ElseIf statements are skipped.
(True/False)
4.8/5
(38)
Critical Thinking Questions Case 2 Eric had a small reference card that he keeps handy to remind him which MsgBoxButton arguments values translate to which buttons in the dialog box, but then he lost the card. He calls over to you for help in reminding him what values correspond to what. Now, Eric needs help in remembering which of the following options corresponds to a dialog box that displays an information icon and offers the Retry and Cancel buttons. Which of the following is the right answer?
(Multiple Choice)
4.9/5
(39)
Showing 41 - 60 of 107
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)