Self Review Exercises 2 Flashcards

1
Q

SRE 2

The technique of _____ ___ _____ allows you to create GUIs without writing any code.

A

visual app development

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

SRE 2

A(n) _____ is a group of one or more projects that collectively form a Visual Basic app.

A

solution

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

SRE 2

A(n) _____ _____ appears when the mouse pointer hovers over an icon.

A

tool tip

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

SRE 2

The _____ _____ window allows you to browse solution files

A

solution explorer

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

SRE 2

The properties in the properties window can be sorted _____ or _____.

A

alphabetically, categorically

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

SRE 2

A Form’s _____ property specifies the text displayed in the Form’s title bar.

A

Text

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

SRE 2

The _____ contains the controls that you can add to a Form

A

Toolbox

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

SRE 2

_____-_____ ____ displays relevant help articles, based on the current content.

A

context-sensitive help.

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

SRE 2

The _____ property specifies how text is aligned within a Label’s boundaries

A

TextAlign

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

SRE 2

True or False: The toolbar icons represent various menu commands.

A

true

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

SRE 2

True or False: Both Labels and Forms have a title bar.

A

False. Forms have a title bar but Labels do not

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

SRE 2

True or False: Control properties can be modified only by writing code.

A

False. Control properties can be modified using the properties window.

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

SRE 2

True or False: PictureBoxes typically display images

A

True

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

SRE 2

True or False: Visual basic files use the file extension .bas

A

False: Visual basic files use the file extension .vb

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

SRE 2

True or False: A Form’s background color is set using the BackColor property.

A

True

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