Exam 7: Repeating Program Instructions

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

The instructions in the pretest and posttest loops will always be processed at least once.

Free
(True/False)
4.8/5
(39)
Correct Answer:
Verified

False

The number of choices the user can select in a list box is controlled by the list box's ____ property.

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

B

Explain the syntax and use of the Refresh method.

Free
(Essay)
4.9/5
(42)
Correct Answer:
Verified

The Me.Refresh( statement uses the form's Refresh method to refresh the interface. The Refresh method ensures that the computer processes any previous lines of code that affect the interface's appearance.

How should a list box be sized to display the items it contains?

(Essay)
4.7/5
(27)

A(n) ____ is a numeric variable used for adding together something.

(Multiple Choice)
4.9/5
(39)

You can use the ____________________ property to determine whether an item is selected in a list box.

(Short Answer)
4.9/5
(37)

In most cases, counters and accumulators are initialized to ____.

(Multiple Choice)
4.8/5
(36)

The ____________________ function displays an input dialog box, which is one of the standard dialog boxes available in Visual Basic.

(Short Answer)
4.8/5
(39)

In a(n) ____ loop, the condition is evaluated after the instructions within the loop are processed.

(Multiple Choice)
4.8/5
(45)

A ____ box displays a list of items from which the user can select zero items, one item, or multiple items.

(Multiple Choice)
4.8/5
(45)

The repetition structure is used when a programmer needs the computer to repeatedly process one or more program instructions until some condition is met.

(True/False)
4.9/5
(39)

You can use the ____________________ statement to exit the Do...Loop statement before the loop has finished processing.

(Short Answer)
4.8/5
(40)

The loop's condition in a flowchart is represented by the decision symbol, which is a ____.

(Multiple Choice)
4.8/5
(30)

The value returned by the InputBox function depends on ____.

(Multiple Choice)
4.9/5
(43)

When using the InputBox function, you should use ____ for the prompt.

(Multiple Choice)
4.8/5
(37)

Each time either the user or a statement selects an item in a list box, the list box's ____ event occurs followed by its SelectedIndexChanged event.

(Multiple Choice)
4.9/5
(35)

In most cases, you enter a list box's Add methods in the form's ____ event procedure.

(Multiple Choice)
4.7/5
(38)

Describe how the positions of list box items is determined.

(Essay)
4.8/5
(33)

The InputBox function returns a ____.

(Multiple Choice)
4.9/5
(37)

A(n) ____ is a numeric variable used for counting something.

(Multiple Choice)
4.9/5
(30)
Showing 1 - 20 of 42
close modal

Filters

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