Exam 5: Mobile Applications Using Decision Structures

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

The logical operator ____ has the highest priority and is evaluated first.

(Multiple Choice)
5.0/5
(41)

To end a Select Case structure, a(n) ____ statement is used.

(Multiple Choice)
4.8/5
(40)

An expression using the logical operator ____ will evaluate to true when either of the compound conditions is true.

(Multiple Choice)
4.9/5
(48)

The ____________________ keyword terminates the If...Then block of code.

(Short Answer)
4.9/5
(35)

In a Pocket PC application, the ____ provides an on-screen keyboard for data entry.

(Multiple Choice)
4.9/5
(40)

The ampersand (&) symbol is the operator used to ____ two strings together.

(Multiple Choice)
4.9/5
(25)

What are the steps for automatically indenting code in an If…Then statement?

(Essay)
4.8/5
(31)

When RadioButton objects are contained in a panel, the user can select only one of the radio buttons on the panel.

(True/False)
5.0/5
(40)

In Unicode, numbers are considered to be ____________________ than uppercase or lowercase letters.

(Short Answer)
4.8/5
(32)

The plus sign is the preferred operator for concatenation.

(True/False)
4.8/5
(33)

Critical Thinking Questions Case 1 You have written the code below and you want to step through it with some actual values to make sure that it is working in practice the way you expect it to work. If decGPA > 3.5 Then If intSatScore > 1000 Then lblAdmissionsStatus.Text = "You have earned admission" Else lblAdmissionsStatus.Text = "Retake the SAT exam" EndIf Else If intSatScore > 1200 Then lblAdmissionsStatus.Text = "You have earned probationary admission" Else lblAdmissionStatus.Text = "You have been denied admission" End If End If Assuming that an applicant has a GPA of 3.55, what is the value of lblAdmissionsStatus.Text if the applicant's SAT score is 1000?

(Multiple Choice)
4.9/5
(31)

The logical operator ____________________ will return a value of true only if all conditions in a compound condition evaluate to true.

(Short Answer)
4.8/5
(40)
Identify the letter of the choice that best matches the phrase or definition.
Premises:
A conditional expression tested uses this kind of operator to evaluate to either true or false
Responses:
GroupBox
Is
logical
Correct Answer:
Verified
Premises:
Responses:
A conditional expression tested uses this kind of operator to evaluate to either true or false
GroupBox
(Matching)
4.9/5
(35)

To specify a continuous range of values to be tested in a Case statement within a Select Case structure, the word ____ must be used.

(Multiple Choice)
4.7/5
(31)

An End Case statement is used to terminate a Select Case structure.

(True/False)
4.8/5
(38)

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.

(Multiple Choice)
4.8/5
(39)

Visual Basic cannot be used to develop programs for devices other than personal computers.

(True/False)
4.7/5
(32)

In an If...Then statement, the ____ symbol is used to test for inequality.

(Multiple Choice)
4.9/5
(38)

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.

(True/False)
4.8/5
(41)

Visual Studio can be used to create mobile applications for more than ____ different devices from multiple vendors

(Multiple Choice)
4.8/5
(36)
Showing 61 - 80 of 107
close modal

Filters

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