Exam 10: So Many Pathsso Little Time Multiple-Alternative Selection Structures

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

You can specify a range of values in a Case clause's ____, such as the values 1 through 5 or values greater than 10.

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

B

To include more than one expression in an expressionList, you separate each expression with a ____.

Free
(Multiple Choice)
4.8/5
(27)
Correct Answer:
Verified

A

Unicode assigns a unique numeric value to each character used in the written languages of the world.

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

True

Multiple-alternative selection structures or ____ selection structures can choose from several alternatives.

(Multiple Choice)
4.8/5
(38)

The ____ data type can store alphanumeric text, which is text that may contain letters, numbers, or special characters.

(Multiple Choice)
4.9/5
(38)

The If...Then...Else statement is the only statement you can use to code a multiple-path selection structure in Visual Basic.

(True/False)
4.9/5
(40)

Using nested If…Then…Else statements is a much more convenient way of coding a multiple-alternative selection structure than using the If…ElseIf…Else statement.

(True/False)
4.8/5
(29)

Each character on the computer keyboard is stored in the computer's internal memory using a different Unicode value.

(True/False)
4.9/5
(36)

____ is the universal coding scheme for characters.

(Multiple Choice)
4.9/5
(36)

At times, you may need to create a selection structure that can choose from several alternatives.

(True/False)
4.9/5
(25)

The recommended maximum number of radio buttons in a group is ____.

(Multiple Choice)
4.9/5
(25)

Variables declared with the Integer, Decimal, and Double data types can store numbers only.

(True/False)
4.7/5
(29)

A radio button is created using the RadioButton tool in the toolbox, and it allows the user to choose more than one choice in a group of two or more related but not mutually exclusive choices.

(True/False)
4.9/5
(40)

Each radio button can have a unique ____ key that allows the user to select the button using the keyboard.

(Multiple Choice)
4.8/5
(37)

You use the ____ method to convert a string to uppercase.

(Multiple Choice)
4.9/5
(38)

The value stored in the Text property is treated as alphanumeric text.

(True/False)
4.8/5
(37)

As is true in most programming languages, string comparisons in Visual Basic are not case sensitive.

(True/False)
4.7/5
(39)

The three-character ID used when naming String variables (and String named constants) is ____.

(Multiple Choice)
4.9/5
(32)

The Select Case statement begins with the keywords Select Case, followed by a(n) ____.

(Multiple Choice)
4.9/5
(40)

The selected button in a radio button group is called the ____ radio button and is either the radio button that represents the user's most likely choice or the first radio button in the group.

(Multiple Choice)
4.9/5
(37)
Showing 1 - 20 of 25
close modal

Filters

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