Exam 6: Repeating Program Instructions

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

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

(Multiple Choice)
4.9/5
(43)

The value returned by the InputBox function depends on ____.

(Multiple Choice)
4.8/5
(36)

What is customary in Windows applications that allow a user to make only one selection from a list box?

(Essay)
4.7/5
(40)

The ____________________ list box item is the item already selected when the interface appears.

(Short Answer)
4.8/5
(43)

A form's ____________________ event occurs when an application is started.

(Short Answer)
4.9/5
(33)

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

(Multiple Choice)
4.9/5
(31)

When adding items to a list box, describe how the items in the Items collection for a list box appear.

(Essay)
4.9/5
(34)

How do you enable and disable a control?

(Essay)
4.8/5
(30)

Match each item with a statement below. a.posttest f.loop exit condition b.looping condition g.index c.update read h.pretest d.repetition i.String Collection Editor window e.collection -A unique number identifying each item in a list box's Items collection.

(Short Answer)
4.8/5
(33)

Match each item with a statement below. a.posttest f.loop exit condition b.looping condition g.index c.update read h.pretest d.repetition i.String Collection Editor window e.collection -A group of individual objects treated as one unit.

(Short Answer)
5.0/5
(29)

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

(Multiple Choice)
4.8/5
(41)

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

(Multiple Choice)
4.9/5
(35)

Explain the syntax and use of the Refresh method.

(Essay)
4.9/5
(36)

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

(Short Answer)
4.8/5
(38)

The repetition structure is also referred to as a(n) ____.

(Multiple Choice)
4.8/5
(41)

Match each item with a statement below. a.posttest f.loop exit condition b.looping condition g.index c.update read h.pretest d.repetition i.String Collection Editor window e.collection -A loop that evaluates the condition after the instructions within the loop are processed.

(Short Answer)
4.8/5
(34)

You can use the ____________________ statement to exit the Do...Loop statement prematurely, which means to exit it before the loop has finished processing.

(Short Answer)
4.8/5
(41)

If a list box allows the user to make only one selection, Windows applications automatically have the last list box item already selected when the interface appears.

(True/False)
4.8/5
(28)

You can use the procedures associated with the list box's SelectedValueChanged and SelectedIndexChanged events to perform one or more tasks when the selected item has changed.

(True/False)
4.7/5
(35)

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

(Multiple Choice)
4.8/5
(36)
Showing 21 - 40 of 50
close modal

Filters

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