Project and Purposes Flashcards

1
Q

What should a project name have and not have?

A

A project name should have capital letters, small letters and numbers. A project name should not have symbols and spaces.

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

What do you use to load a project?

A

Visual basic project file extension.

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

What type of project do you create?

A

Windows Forms App (.Net Framework).

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

What is the toolbox?

A

The toolbox displays all the controls that you can add to the form.

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

What are controls?

A

Controls are put on the form in order to interact with projects.

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

What is properties window?

A

Properties window is used to display the properties for either forms or controls.

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

What are forms?

A

Forms are the containers of all the controls.

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

What is a coding window?

A

A coding window is where all the codes are being typed.

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

What is debug or debugging?

A

Debug or debugging is to execute or see the result of your coding.

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

What are the common controls?

A

Label, textbox and button.

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

How are variables used?

A

Variables are declared in a coding window by using the Dim code.

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

Non-numeric data types are?

A

Date, boolean, string, object and variant.

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

Numeric data types are?

A

Currency, decimal, byte, integer, long, single and double.

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

What is a variable?

A

A variable is an area allocated by computer memory to hold data.

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