Exam 7: Lists, loops, and Printing

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

The code to delete the selected item from ColorListBox is _______.

(Multiple Choice)
4.8/5
(38)

Boolean variables only hold the values True or False.

(True/False)
4.9/5
(39)

Use the Exit For statement if you need to terminate a For/Next loop before the loop index reaches its final value.

(True/False)
4.8/5
(37)

The Clear method is used to empty the contents of a list or combo box.

(True/False)
4.7/5
(36)

What is the value of the SelectedIndex property if the user has not selected an item from a combo box?

(Multiple Choice)
4.8/5
(35)

Skip to the next iteration of a Do loop with the _______ statement.

(Multiple Choice)
4.9/5
(34)

It is possible to add values to a list box or combo box during design by using the Items property.

(True/False)
4.9/5
(37)

The counter in a For/Next loop can be a variable or a constant.

(True/False)
4.7/5
(35)

Use the WriteString method to send a line of text to the graphics page.

(True/False)
4.9/5
(26)

If you want to remove an item from a list during run time,you can use either the Items.RemoveAt method or the Items.Remove method.

(True/False)
4.8/5
(35)

Items can be added to a list during run time using the _________ method.

(Multiple Choice)
4.9/5
(49)

The methods and events of the _________ component can be used to set up output for the printer.

(Multiple Choice)
4.8/5
(34)

A _______ control contains a text box as part of the control.

(Multiple Choice)
4.9/5
(38)

If a list contains 15 items,the Count property will be 15 and the highest SelectedIndex property will be 16.

(True/False)
4.8/5
(36)

Items in a list can be placed in alphabetical order by _______.

(Multiple Choice)
5.0/5
(31)

Use the _______ control from the toolbox to create list boxes on a form.

(Multiple Choice)
4.8/5
(32)
Showing 61 - 76 of 76
close modal

Filters

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