Exam 2: Visual Basic, Controls, and Events
Exam 1: An Introduction to Computers and Problem Solving36 Questions
Exam 2: Visual Basic, Controls, and Events61 Questions
Exam 3: Variables, Input, and Output101 Questions
Exam 4: Decisions86 Questions
Exam 5: General Procedures70 Questions
Exam 6: Repetition73 Questions
Exam 7: Arrays87 Questions
Exam 8: Text Files65 Questions
Exam 9: Additional Controls and Objects90 Questions
Exam 10: Databases34 Questions
Exam 11: Object-Oriented Programming66 Questions
Select questions type
The Auto Hide feature of the Toolbox is active when the pushpin is horizontal.
(True/False)
4.8/5
(32)
IntelliSense is a technology built into Visual Basic that assists the programmer by
(Multiple Choice)
4.9/5
(39)
Visual Basic responds to events using which of the following?
(Multiple Choice)
4.7/5
(47)
What of the following is a correct statement for specifying the words to appear in the title bar of Form1?
(Multiple Choice)
4.9/5
(37)
In Visual Basic, tooltips assist by showing a small caption about the purpose of each icon on the Toolbar. How do you make a tooltip appear?
(Multiple Choice)
4.8/5
(29)
F5 is the keyboard shortcut used to activate the Properties window.
(True/False)
4.7/5
(31)
Which of the properties in a control's list of properties is used to give the control a meaningful name?
(Multiple Choice)
4.8/5
(30)
When will the following event procedure be executed?
Private Sub txtBox_TextChanged(...) Handles txtBox.TextChanged
(Multiple Choice)
4.8/5
(39)
The following lines of code are valid.
Private Sub Click(...) Handles Click
txtBox.Text = ""
End Sub
(True/False)
5.0/5
(36)
Which of the following statements will place "Greetings" in the title bar of a form?
(Multiple Choice)
4.8/5
(40)
The Properties window is used to change how objects look and react.
(True/False)
4.9/5
(38)
Which of the following is a valid statement in Visual Basic?
(Multiple Choice)
4.8/5
(42)
Sizing Handles make it very easy to resize virtually any control when developing programs with Visual Basic. When working in the Form Designer, how are these sizing handles displayed?
(Multiple Choice)
4.8/5
(35)
The first line of an event procedure must contain both the keyword Sub and Handles.
(True/False)
4.8/5
(36)
Changing a control's Text property also changes how you refer to the control in code.
(True/False)
4.9/5
(36)
Showing 41 - 60 of 61
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)