Exam 7: Lists, loops, and Printing
Exam 1: Introduction to Visual Basic 201054 Questions
Exam 2: User Interface Design74 Questions
Exam 3: Variables, Constants, and Calculations58 Questions
Exam 4: Decisions and Conditions51 Questions
Exam 5: Menus, Common Dialog Boxes, Sub Procedures, and Function38 Questions
Exam 6: Multiform Projects69 Questions
Exam 7: Lists, loops, and Printing76 Questions
Exam 8: Arrays and Collections50 Questions
Exam 9: Web Applications66 Questions
Exam 10: Database Applications43 Questions
Exam 11: Data Files43 Questions
Exam 12: OOP: Creating Object-Oriented Programs51 Questions
Exam 13: Graphics, Animation, Sound, and Drag-And-Drop62 Questions
Exam 14: Additional Topics in Visual Basic60 Questions
Select questions type
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)
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)
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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)