Exam 7: Lists, loops, and Printing

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

To start printing output,you execute the Print method of the PrintDocument component.

(True/False)
4.9/5
(37)

When an item is selected in a list box or a combo box,the _______ property holds the selected item.

(Multiple Choice)
4.9/5
(43)

What is the value of the SelectedIndex property if the user has selected the last item in a list with four items?

(Multiple Choice)
4.9/5
(31)

Which method is used to make all of the text in a text box appear selected?

(Multiple Choice)
4.8/5
(29)

What is the value of IndexInteger after the loop below is executed? For IndexInteger = 4 to 1 'Statements in loop Next IndexInteger

(Multiple Choice)
4.8/5
(40)

Items are added to a list box during design-time with the ListIndex property.

(True/False)
4.9/5
(43)

Incorrect indentation of the statements in For/Next loops _______.

(Multiple Choice)
4.8/5
(27)

The TextChanged event procedure occurs once for every keystroke entered.

(True/False)
4.8/5
(37)

List boxes and combo boxes can only hold numeric values.

(True/False)
4.8/5
(35)

When is the counter incremented in a FOR/NEXT statement?

(Multiple Choice)
4.8/5
(42)

The SelectedIndex property of the first item in a list is _______.

(Multiple Choice)
4.8/5
(38)

What is the Items collection and how does it relate to a list box and/or a combo box?

(Essay)
4.8/5
(37)

The X and Y coordinates define the upper-left corner of an element on a graphics page.

(True/False)
4.9/5
(40)

An individual item can be deleted from a list with the _______.

(Multiple Choice)
4.7/5
(31)

What is the value of IndexInteger after the code in the loop below is completed? For IndexInteger = 1 to 10 'Statements in loop Next IndexInteger

(Multiple Choice)
4.8/5
(37)

List boxes and combo boxes have a Text property that can be accessed at design time.

(True/False)
4.9/5
(36)

To add scroll bars to list boxes and combo boxes you must set the ScrollAlwaysVisible property to True.

(True/False)
4.7/5
(37)

Terminate a For/Next loop with the _______ statement.

(Multiple Choice)
5.0/5
(46)

Use the code: NamesListBox.SelectedIndex = -1,to deselect all items in a list.

(True/False)
4.7/5
(46)

The values of Boolean data types are sometimes referred to as _______.

(Multiple Choice)
4.8/5
(35)
Showing 41 - 60 of 76
close modal

Filters

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