Unit 2 Lessons 3-4 Flashcards

0
Q

The code written by a programmer to handle a specific event is called an

A

Event procedure

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

When the user clicks and holds down a mouse button the —– event occurs when the user releases the button

A

Mouse up

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

If they are not already visible the project, the project explorer and properties window can be opened by selecting them from the —- menu

A

View

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

An image control can be created on a form by double clicking the —- tool in the toolbox

A

Image

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

You can browse your computer for an image to place in an image control by clicking the ellipses that appear at the end of the — property window

A

Picture

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

Setting an image controls — property to True allows an image to be resized to fit the size of the control

A

Stretch

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

Setting the — property of an object to false can make the object invisible to the user when the program is running

A

Visible

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

Setting a command button’s — property to true will cause that button to be activated when the user presses the Esc key

A

Cancel

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

A visual basic program that can be distributed and run on a computer that doesnt have visual basic installed is called a — program

A

Standalone

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

Symbols such as +, -, and *, are all examples of Visual Basic — operators

A

Math

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

A label control can be automatically added to a form by double clicking the — tool in the Visual basic toolbox

A

Label

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

Values that are hard coded into a program and cannot be changed while while the program runs are called —

A

Literals

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

The — property of a text box control determines what text will appear in the box when the program is run

A

Text

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

You must always key a — space before the line continuation character to avoid errors

A

Space

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

The visual basic subtraction operator subtracts the value to the — of the operator from the value to the — of the operator

A

Right, Left

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

The process of removing everything to the right of a decimal point amd returning only the whole number to the left is called —

A

Truncation