Exam 7: More on the Repetition Structure

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

The purpose of the ____ operator is to reverse the sign of a number.

(Multiple Choice)
4.7/5
(33)

In the following For clause, if the stepvalue is negative, then the startvalue must be ____ to the endvalue for the loop instructions to be processed. For counter [As datatype] = startvalue To endvalue [Step stepvalue]

(Multiple Choice)
4.8/5
(38)

A programmer uses a counter-controlled loop to process the loop instructions a(n) ____ number of times.

(Multiple Choice)
4.8/5
(39)

Describe the three combo box styles available in Visual Basic and how they are set.

(Essay)
4.9/5
(38)

In the following For clause, you can use the ____ portion to declare the counter variable. For counter [As datatype] = startvalue To endvalue [Step stepvalue]

(Multiple Choice)
4.8/5
(36)

In Visual Basic, how many styles of combo boxes are available?

(Multiple Choice)
4.8/5
(31)

In a ____ combo box, the text portion is not editable.

(Multiple Choice)
4.9/5
(30)

Why is it highly recommended to specify the name of the counter variable in the Next clause of a For...Next statement?

(Essay)
4.9/5
(37)

In the following For clause, how many times will the computer count though the loop structure? For counter As numeric = 1 To 5 Step 1

(Multiple Choice)
4.9/5
(43)

You use the ____ tool in the toolbox to add a combo box to an interface.

(Multiple Choice)
4.9/5
(43)
Showing 41 - 50 of 50
close modal

Filters

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