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 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:
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:
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:
C
The statements in a loop may never be performed if a loop begins with Do Until.
(True/False)
4.9/5
(33)
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)
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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)