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
The code to delete the selected item from ColorListBox is _______.
(Multiple Choice)
4.8/5
(38)
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)
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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)