Answer the following statements true (T) or false (F)
1. The key combination Shift + arrow key can be used to resize a control or a group of
controls.
2. The following lines of code are valid. (T/F)
Private Sub Click(...) Handles Click
txtBox.Text = " "
End Sub
3. Keywords are also referred to as reserved words.
4. Complete Word is a helpful feature produced by the Microsoft Technology called
IntelliSense.
5. The Visual Basic Code Editor will automatically detect certain types of errors as you are
entering code.
1. T
2. F
3. T
4. T
5. T
You might also like to view...
The ________ contains a list of the currently open Access Database objects that contain VBA procedures and modules
A) module B) Procedure window C) Project Explorer D) Code window
Under Windows XP, when a process or thread references the contents of a virtual address on an invalid page, a(n) __________ occurs.
a. interrupt b. exception c. page fault d. system fault