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 key combination Shift + arrow key can be used to resize a control or a group of controls.
(True/False)
4.8/5
(37)
What property of controls tells the order they receive the focus when the tab key is pressed during run time?
(Multiple Choice)
4.8/5
(35)
Shortcut keys like F5 (Run), allow you to perform certain tasks without the use of the mouse.
(True/False)
4.8/5
(35)
The Description pane, located below the Properties windows, shows a brief explanation of the highlighted property.
(True/False)
4.9/5
(33)
What is the default tab index of the first object placed on a form?
(Multiple Choice)
4.8/5
(33)
When creating a new program in Visual Basic, you are asked to supply a name for the program. If you do not specify a name, a default name is used. What is this default name?
(Multiple Choice)
4.9/5
(32)
The Visual Basic Code Editor automatically capitalizes the first letters of reserved words.
(True/False)
5.0/5
(41)
A group of several controls can be resized or moved simultaneously.
(True/False)
4.9/5
(33)
Which of the following properties determines the words appearing in a form's title bar?
(Multiple Choice)
4.9/5
(32)
When a Visual Basic program is running, the user can move from one control to another using the keyboard by pressing the
(Multiple Choice)
4.7/5
(30)
The Font dialog box allows you to select different Fonts, their style, their size, and some other special effects. How do you bring up this Font dialog box?
(Multiple Choice)
4.8/5
(30)
The ForeColor property of a text box changes the color of the form containing the text box.
(True/False)
4.8/5
(37)
Which property is available for most controls that allows you to hide/unhide them either manually by setting the property or by setting it during run time via code?
(Multiple Choice)
4.8/5
(36)
Which of the following statements specifies that the color of the text in txtBox be red?
(Multiple Choice)
5.0/5
(40)
When working with text boxes, the sizing handles allow you to resize the object by dragging to make it wider or narrower.
(True/False)
4.8/5
(35)
The statement
txtBox.Font.Bold = True
will produce an error message when Visual Basic tries to execute it.
(True/False)
4.8/5
(26)
Which of the following is not one of the three steps used to create a Visual Basic program?
(Multiple Choice)
4.7/5
(41)
Showing 21 - 40 of 61
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)