Exam 7: Repeating Program Instructions

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

The position of the items stored in a list box depends on the value stored in the list box's ____ property.

(Multiple Choice)
5.0/5
(35)

____ means adding a number to the value stored in the counter or accumulator.

(Multiple Choice)
4.7/5
(46)

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

(Multiple Choice)
4.8/5
(41)

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

(Essay)
4.9/5
(35)

Describe the similarities and differences between a pretest loop and a posttest loop.

(Essay)
4.9/5
(28)

Incrementing or decrementing the value stored in the counter or accumulator is also referred to as ____.

(Multiple Choice)
4.8/5
(39)

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

(Essay)
4.8/5
(44)

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

(Short Answer)
4.9/5
(37)

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
(39)

The Do ... Loop statement can be used to code both a pretest loop and a posttest loop.

(True/False)
4.8/5
(33)

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.9/5
(38)

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)

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

(Multiple Choice)
4.9/5
(40)

Describe how you determine the number of items in a list box.

(Essay)
4.7/5
(37)

Which method can you use to delay program execution? What is the syntax of the method?

(Essay)
4.8/5
(37)

When accessing items in a list box, the first item in the collection has an index of ____.

(Multiple Choice)
4.7/5
(37)

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

(Short Answer)
4.8/5
(37)

What two list box properties can be used to determine the item selected in the list box and to select a list box item from code?

(Essay)
4.7/5
(43)

The ____ indicates when to continue an action.

(Multiple Choice)
4.8/5
(40)

____ means to assign a beginning value to the counter or accumulator.

(Multiple Choice)
4.9/5
(33)
Showing 21 - 40 of 42
close modal

Filters

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