Exam 7: Lists, loops, and Printing

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

The SelectedIndex property can be used to select an item in the list or to determine which item is selected.

Free
(True/False)
4.8/5
(37)
Correct Answer:
Verified

True

Use the Select method of a text box in order to select the text in the text box.

Free
(True/False)
4.8/5
(31)
Correct Answer:
Verified

False

________ is used for viewing print output on the screen.The user can then choose to print or cancel.

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

C

Which text box event occurs when a text box gets the focus?

(Multiple Choice)
4.8/5
(41)

When does a For/Next statement terminate iteration?

(Multiple Choice)
4.9/5
(33)

The statements in a loop may never be performed if a loop begins with Do Until.

(True/False)
4.9/5
(33)

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

(Multiple Choice)
4.8/5
(32)

Which of the following instructions will add the word,monkey,to a list box named AnimalsListBox?

(Multiple Choice)
4.9/5
(41)

You can specify the X and Y coordinates for each element on the graphics page.

(True/False)
4.9/5
(36)

The process of repeating a series of instructions is called ______________.

(Multiple Choice)
4.9/5
(28)

Which text box event occurs each time the user types a character into a text box?

(Multiple Choice)
4.8/5
(31)

Which of the following code examples can be used to determine the number of items in a list box named ColorListBox?

(Multiple Choice)
4.9/5
(30)

List boxes have a Text property,but it can only be accessed at run time.

(True/False)
4.9/5
(37)

The statements inside of a Do Until/Loop may never be executed if _______.

(Multiple Choice)
4.8/5
(32)

How many times will the statements inside this For/Next loop be executed? For IndexInteger = 4 to 1 'Statements in loop Next IndexInteger

(Multiple Choice)
4.8/5
(35)

List boxes and combo boxes _______.

(Multiple Choice)
4.8/5
(44)

A loop that begins with Do Until will test the condition at the top of the loop.

(True/False)
4.9/5
(35)

The Alphabetize property can be set to True and the combo or list box will automatically be sorted when an item is added to the list.

(True/False)
4.8/5
(32)

Items can be added to a list during design time using the _________ collection.

(Multiple Choice)
4.7/5
(41)

What will be the value of IndexInteger after execution of these statements? For IndexInteger = 1 to 10 Step 2 ValueInteger = += IndexInteger Next IndexInteger

(Multiple Choice)
5.0/5
(42)
Showing 1 - 20 of 76
close modal

Filters

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