Term
|
Definition
low level, hard for humans to understand |
|
|
Term
|
Definition
high level, understood by humans, consists of instructions such as Click, If, and Do |
|
|
Term
|
Definition
A compiler translates a high-level language into machine language. The Visual Basic compiler points out certain types of errors during the translation process. |
|
|
Term
|
Definition
a sequence of instructions that can be only a few instructions or millions of lines of instructions |
|
|
Term
|
Definition
the physical components of the computer • Central processing unit • Disk drive • Monitor |
|
|
Term
|
Definition
The instructions that tell the computer what to do |
|
|
Term
|
Definition
holds programs or data. Its name usually consists of letters, digits, andspaces |
|
|
Term
|
Definition
contains files and other folders (called subfolders) |
|
|
Term
|
Definition
Graphically depicts the logical steps to carry out a task and shows how the steps relate to each other |
|
|
Term
|
Definition
Uses English-like phrases with some Visual Basic terms to outline the program |
|
|
Term
|
Definition
Shows how the different parts of a program relate to each other |
|
|
Term
|
Definition
(Hierarchy plus Input-Process-Output) |
|
|
Term
|
Definition
(Visual Table of Contents) charts |
|
|
Term
|
Definition
|
|
Term
|
Definition
is an action, such as the user clicking on a button |
|
|
Term
|
Definition
• txtBox.ForeColor = Color.Red • txtBox.Visible = True • txtBox.Text = "Hello World" |
|
|
Term
|
Definition
displays the value of n in the list box |
|
|
Term
You can declare a string variable and assign it a value at the same time |
|
Definition
Dim firstName As String = "Fred" |
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
• Social Security Number: |
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
is an expression involving relational and/or logical operators |
|
|
Term
|
Definition
An expression that evaluates to either True or False |
|
|