Quiz 2 Flashcards

1
Q

Complete Word is a helpful feature produced by the Microsoft Technology call Intellisence

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

The statement:
txt.Box.Fort.Bold = True
will produce an error message when the VB tries to execute it

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

When working with text boxes the sizing handles allow you to resize the object by dragging to make it wider or narrower

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The Fore Color property of a text box changes the color of the form containing the text box

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

The Auto Hide feature of the Toolbox is active when the pushpin is horiziontal

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Visual Basic first appeared about 10 years ago

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

A mouse click is an example of an event

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Changing a control’s text property also changes how you refer to the control in code

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

You can display the properties window by pressing F4

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Once a text box control is placed on a form, it cannot be resized or moved

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

F5 is the keyboard shortcut used to activate the Property window

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Once a control is placed on your form, you can rename it by editing the Name property in the Properties window

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

The Description pane, located below the Properties windows, shows a brief explanation of the highlighted property

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

The Fore Color property of a text box changes the color of the form containing the text box

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Shortcut keys like F5 (run), allow you to perform certain tasks without the use of the mouse

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

The recommended prefix for the name of a button control is btn

A

True

17
Q

A group of several controls can be resized or moved simultaneously

A

True

18
Q

The control with tab index 1 is always the first control to receive the focus when the program is run

A

False

19
Q

Snap lives can be used to align the bottoms, middles, and tops of controls

A

True

20
Q

The key combination Shift + arrow key can be used to resize a control or a group of controls

A

True

21
Q

The following lines of cod are valid:
Private sub click (…) Handles Click
txtBox.Text = “”
End Sub

A

False

22
Q

Keywords are also referred to a s reserved words

A

True

23
Q

The Visual Basic Code Editor will automatically detect certain types of errors you are entering code

A

True

24
Q

The Visual Basic Code Editor automatically capitalizes the first letter of reserve words

A

True

25
Q

The first line of an event procedure must contain both the keyword Sub and Handles

A

True

26
Q

The statement btn = “Press” produces an error message

A

True

27
Q

The Properties window cannot be used to display the events associated with a control

A

False