Exam 7: More on the Repetition Structure

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

It is customary in Windows applications to select (highlight) the existing text when a text box receives the ____________________.

Free
(Short Answer)
4.9/5
(47)
Correct Answer:
Verified

focus

The ____________________ method calculates the periodic payments on a loan amount.

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

Financial.Pmt

Match each item with a statement below. a.startValue f.counter-controlled loop b.Simple g.combo box c.loop body h.DropDown d.nested i.endValue e.list box -The default style of a combo box

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

H

How do you add images to an Image List Control's images collection?

(Essay)
4.9/5
(36)

Match each item with a statement below. a.startValue f.counter-controlled loop b.Simple g.combo box c.loop body h.DropDown d.nested i.endValue e.list box -Does not allow the full list of choices to be hidden

(Short Answer)
4.8/5
(45)

What is the purpose of an image list control?

(Essay)
4.9/5
(36)

Match each item with a statement below. a.startValue f.counter-controlled loop b.Simple g.combo box c.loop body h.DropDown d.nested i.endValue e.list box -Style that always displays the List portion of a combo box

(Short Answer)
4.9/5
(41)

Three styles of combo boxes are available in Visual Basic.

(True/False)
4.8/5
(39)

Describe the way in which a control's TextChanged event occurs.

(Essay)
4.7/5
(43)

Within a For...Next statement, the loop's condition is evaluated ____ the loop body is processed.

(Multiple Choice)
4.9/5
(31)

A control's ____________________ event occurs when a change is made to the contents of the control's Text property.

(Short Answer)
4.8/5
(44)

A ____ is similar to a list box in that it allows the user to select from a list of choices.

(Multiple Choice)
4.7/5
(45)

Match each item with a statement below. a.startValue f.counter-controlled loop b.Simple g.combo box c.loop body h.DropDown d.nested i.endValue e.list box -Tells the computer where to end counting for a loop

(Short Answer)
4.9/5
(34)

Describe the two main differences between a combo box and a list box and the advantages of each.

(Essay)
4.7/5
(37)

In the following For clause, if the stepvalue is positive, 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
(36)

In the following For clause, when you declare the counter variable using the For clause's As datatype argument, the counter variable has ____ scope. For counter [As datatype] = startvalue To endvalue [Step stepvalue]

(Multiple Choice)
4.9/5
(36)

Given the following For clause, describe the four values or arguments recorded inside the For clause flowchart hexagon. For counter [As datatype] = startvalue To endvalue [Step stepvalue]

(Essay)
4.8/5
(31)

Many programmers use a(n) ____ to represent the For clause in a flowchart.

(Multiple Choice)
4.8/5
(35)

When using the Do...Loop statement to code a counter-controlled loop, you must include a statement to declare and ____ the counter variable.

(Multiple Choice)
4.9/5
(41)

The style of a combo box is controlled by the combo box's ____ property.

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

Filters

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