Content Frame
Note for screen reader users: There is text between the form elements on this page. To be sure that you do not miss any text, use item by item navigation methods, rather than tabbing from form element to form element
[Skip Breadcrumb Navigation]
Home  arrow Student Resources  arrow Chapter Quizzes  arrow Chapter 5

Chapter 5
Chapter 5 Quiz: Lists, Loops, Validation, and More

This activity contains 12 questions.

Question 1
1
Open Hint for Question 1 in a new window
A _________ control is used to gather input without placing a text box on a form.
 
End of Question 1


Question 2
2 What buttons appear on an Input Box automatically?
 
End of Question 2


Question 3
3
Open Hint for Question 3 in a new window
A _________ control displays a list of items and allows the user to select one or more items from the list.
 
End of Question 3


Question 4
4 The ___________ property holds the number of items in a list box.
 
End of Question 4


Question 5
5 To add values to a List Box during run time use the following method:
 
End of Question 5


Question 6
6 What statement marks the end of a Do While loop?
 
End of Question 6


Question 7
7 A loop that does not have a way of stopping is called a ______________.
 
End of Question 7


Question 8
8
Open Hint for Question 8 in a new window
The general form:
Do
	statement 1
	statement 2
	statement 3
Loop Until expression
is an example of a ____________ loop.
 
End of Question 8


Question 9
9 A ____________ loop uses a counter variable to perform the loop a specific number of times.
 
End of Question 9


Question 10
10 A loop inside another loop is called a _________ loop.
 
End of Question 10


Question 11
11
Open Hint for Question 11 in a new window
Which are characteristics of both a List Box and a Combo Box?

i. Both display a list of items to the user.

ii. Both have Items.Add, Items.Clear, Items.Remove and Items.RemoveAt methods.

iii. Both have Items, Itmes.Count, Sorted, and SelectedItems properties

iv. Both have a rectangular area that functions like a text box.

 
End of Question 11


Question 12
12 ______________ is the process of inspecting information given to the application by a user, and making sure that it is valid.
 
End of Question 12






Answer choices in this exercise appear in a different order each time the page is loaded.




Copyright © 1995-2008, Pearson Education, Inc., publishing as Pearson Addison Wesley
Legal and Privacy Terms
Pearson Education

[Return to the Top of this Page]