Exam 6: Repeating Program Instructions

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

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 -Used to specify the list box items during design time.

Free
(Short Answer)
4.8/5
(33)
Correct Answer:
Verified

I

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

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

True

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

Free
(Multiple Choice)
4.9/5
(30)
Correct Answer:
Verified

D

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

(Multiple Choice)
4.7/5
(32)

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 -Allows the user to update the value of the input item that controls the loop's condition.

(Short Answer)
4.9/5
(44)

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

(Multiple Choice)
4.7/5
(39)

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

(True/False)
4.7/5
(23)

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

(Essay)
4.9/5
(41)

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

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

(Essay)
4.8/5
(34)

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

(Multiple Choice)
4.9/5
(43)

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

(Short Answer)
5.0/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
(36)

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

(Multiple Choice)
4.7/5
(35)

Each time either the user or a statement selects an item in a list box, both the list box's ____ event and its SelectedIndexChanged event occur.

(Multiple Choice)
4.9/5
(31)

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 programming structure used when the programmer needs the computer to repeatedly process one or more program instructions until some condition is met, at which time the repetition structure ends.

(Short Answer)
4.7/5
(37)

The InputBox function returns a ____.

(Multiple Choice)
4.8/5
(34)

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 before the instructions within the loop are processed.

(Short Answer)
4.8/5
(45)

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

(Essay)
4.9/5
(46)

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

(Multiple Choice)
4.9/5
(31)
Showing 1 - 20 of 50
close modal

Filters

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