Exam 6: Loop Structures

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

The InputBox function returns a null string ("") when a user clicks the Cancel button.

(True/False)
4.9/5
(32)

How many times will the following loop execute? For intCount = 10 To 1 Step -2 'Body of loop Next

(Multiple Choice)
4.8/5
(41)
Identify the letter of the choice that best matches the phrase or definition.
Premises:
To add entries into a ListBox object's list at design time, this property is used
Responses:
Items
infinite
bottom-controlled
Correct Answer:
Verified
Premises:
Responses:
To add entries into a ListBox object's list at design time, this property is used
Items
(Matching)
5.0/5
(39)

Explain what a compound operator is, and of what it consists.

(Essay)
4.9/5
(28)

You must include a Step value in a For...Next loop, even if the Step value is 1.

(True/False)
4.8/5
(35)

You can create a deployed version of a program by using the ____ process.

(Multiple Choice)
5.0/5
(45)

When used in a menu name, the asterisk character is used to indicate that a character is a hot key.

(True/False)
4.8/5
(33)

The ____________________ Wizard is used to publish a program using ClickOnce Deployment.

(Short Answer)
4.9/5
(34)

All data collected by an InputBox object is automatically converted to the best data type for the data.

(True/False)
4.8/5
(45)

The prompt message displayed in an InputBox object can be customized by the programmer.

(True/False)
5.0/5
(25)

The process of ____________________ is used to allow a program to run on other computers without the need for Visual Studio 2008.

(Short Answer)
4.7/5
(36)

A loop's ____ variable is a numeric variable that keeps track of the number of iterations the loop completes.

(Multiple Choice)
4.8/5
(36)

A Step value in a For...Next loop can be positive or negative.

(True/False)
4.7/5
(36)

A(n) ____ key is a keyboard shortcut for opening a menu.

(Multiple Choice)
4.8/5
(30)

To remove all objects from a ListBox object, the ____ method is used.

(Multiple Choice)
4.7/5
(35)

The process of ____________________ involves removing errors in the program code.

(Short Answer)
4.8/5
(39)

Using a preset value for the variable tested in a loop condition is a process called ____ the loop.

(Multiple Choice)
4.9/5
(33)

If ____ appears as the first line of a loop, the loop is a top-controlled Do loop that will stop execution when a condition becomes true.

(Multiple Choice)
4.8/5
(40)

The Step value for a For...Next loop must be a positive whole integer value.

(True/False)
4.8/5
(48)

The ____ character is used to indicate that a letter is a hot key on a menu item.

(Multiple Choice)
4.7/5
(30)
Showing 61 - 80 of 107
close modal

Filters

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