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

Computer Science & Information Technology

You might also like to view...

What is the output of the following code?

int a = 3, b = 2; int c = 0; while (c < 3) { a = a + b; cout << a << “ “; c = c + 1; } cout << b;

Computer Science & Information Technology

Which of the following is not one of the main problems that can occur in developing decision tables?

A) incompleteness B) impossible situations C) contradictions D) repetition

Computer Science & Information Technology

When a document header or footer is active, the ________ contextual tab appears

Fill in the blank(s) with correct word

Computer Science & Information Technology

The size of the application icon should be __________________ x 512 pixels stored in a PNG file.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology