Exam 5: Mobile Applications Using Decision Structures

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

A condition can be true and false at the same time.

Free
(True/False)
4.9/5
(37)
Correct Answer:
Verified

False

The ____________________ object generates tabbed pages that can be used to group other objects.

Free
(Short Answer)
5.0/5
(30)
Correct Answer:
Verified

TabControl

Visual Basic contains a code library of about ____ pieces of code called code snippets

Free
(Multiple Choice)
4.7/5
(35)
Correct Answer:
Verified

C

The ____ function is used to determine if an input value can be converted into a numeric value.

(Multiple Choice)
4.9/5
(30)

A RadioButton's Selected property will indicate if the radio button has been selected by the user.

(True/False)
4.8/5
(32)

To develop an application for a Pocket PC device, you should select the Smart Device application template when creating the project in Visual Basic.

(True/False)
4.8/5
(41)

A conditional expression can be used only to test if one value is equal to another value.

(True/False)
4.8/5
(30)

To create an application for a mobile device, you must develop the project as a(n) ____________________ application for a Pocket PC.

(Short Answer)
4.8/5
(38)

Discuss how to select which decision structure to use.

(Essay)
4.7/5
(38)

  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. 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.

(Multiple Choice)
4.8/5
(38)
Identify the letter of the choice that best matches the phrase or definition.
Premises:
These have a different appearance in a mobile device application than in a Windows application
Responses:
relational
GroupBox
logical
Correct Answer:
Verified
Premises:
Responses:
These have a different appearance in a mobile device application than in a Windows application
relational
(Matching)
4.8/5
(39)

When a RadioButton object is selected by the user, the ____ property changes from False to True.

(Multiple Choice)
4.8/5
(28)

____ objects are types of objects that are used to group other objects on a form.

(Multiple Choice)
4.9/5
(34)

The IsNumeric function returns a(n) ____________________ type value.

(Short Answer)
4.7/5
(27)

In an If...Then...Else statement, if the condition is false, the statements between the Else and End If keywords will be executed.

(True/False)
4.8/5
(34)

Visual Basic automatically validates data as the user enters it.

(True/False)
4.7/5
(39)

In a Select Case structure, the ____ statement includes all conditions not specifically tested for in the other Case statements.

(Multiple Choice)
4.8/5
(37)

Multiple radio buttons can be selected if the selected radio buttons are each in different container objects.

(True/False)
4.8/5
(42)

The Panel and the GroupBox are two container objects that can be used in a Pocket PC application.

(True/False)
4.8/5
(37)

A Case statement in a Select Case structure can test for a range of values.

(True/False)
4.8/5
(34)
Showing 1 - 20 of 107
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)