Quiz 2 Flashcards
Complete Word is a helpful feature produced by the Microsoft Technology call Intellisence
True
The statement:
txt.Box.Fort.Bold = True
will produce an error message when the VB tries to execute it
True
When working with text boxes the sizing handles allow you to resize the object by dragging to make it wider or narrower
True
The Fore Color property of a text box changes the color of the form containing the text box
True
The Auto Hide feature of the Toolbox is active when the pushpin is horiziontal
True
Visual Basic first appeared about 10 years ago
False
A mouse click is an example of an event
True
Changing a control’s text property also changes how you refer to the control in code
False
You can display the properties window by pressing F4
True
Once a text box control is placed on a form, it cannot be resized or moved
False
F5 is the keyboard shortcut used to activate the Property window
False
Once a control is placed on your form, you can rename it by editing the Name property in the Properties window
True
The Description pane, located below the Properties windows, shows a brief explanation of the highlighted property
True
The Fore Color property of a text box changes the color of the form containing the text box
False
Shortcut keys like F5 (run), allow you to perform certain tasks without the use of the mouse
True
The recommended prefix for the name of a button control is btn
True
A group of several controls can be resized or moved simultaneously
True
The control with tab index 1 is always the first control to receive the focus when the program is run
False
Snap lives can be used to align the bottoms, middles, and tops of controls
True
The key combination Shift + arrow key can be used to resize a control or a group of controls
True
The following lines of cod are valid:
Private sub click (…) Handles Click
txtBox.Text = “”
End Sub
False
Keywords are also referred to a s reserved words
True
The Visual Basic Code Editor will automatically detect certain types of errors you are entering code
True
The Visual Basic Code Editor automatically capitalizes the first letter of reserve words
True
The first line of an event procedure must contain both the keyword Sub and Handles
True
The statement btn = “Press” produces an error message
True
The Properties window cannot be used to display the events associated with a control
False