Project and Purposes Flashcards
What should a project name have and not have?
A project name should have capital letters, small letters and numbers. A project name should not have symbols and spaces.
What do you use to load a project?
Visual basic project file extension.
What type of project do you create?
Windows Forms App (.Net Framework).
What is the toolbox?
The toolbox displays all the controls that you can add to the form.
What are controls?
Controls are put on the form in order to interact with projects.
What is properties window?
Properties window is used to display the properties for either forms or controls.
What are forms?
Forms are the containers of all the controls.
What is a coding window?
A coding window is where all the codes are being typed.
What is debug or debugging?
Debug or debugging is to execute or see the result of your coding.
What are the common controls?
Label, textbox and button.
How are variables used?
Variables are declared in a coding window by using the Dim code.
Non-numeric data types are?
Date, boolean, string, object and variant.
Numeric data types are?
Currency, decimal, byte, integer, long, single and double.
What is a variable?
A variable is an area allocated by computer memory to hold data.