Front | Back |
Machine Language is
|
Low level, hard for humans to understand
|
Visual Basic is
|
High level, understood by humans, consists of instructions such as Click, If, and Do
|
A Compiler does what?
|
Translates a high-level language into machine laguage
|
A Visual Basic compiler points out...
|
Certain types of errors during the translation process
|
A program is
|
A sequence of instructions.
|
All programs have in common:
|
- they take data and manipulate it to produce results
- Input - Process - Output |
Hardware
|
The physical components of a computer..
Central Processing Unit Disk drive Monitor |
Software
|
The instructions that tell the computer what to do
|
The programmer is
|
The person who solves the problem and writes the instructions for the computer
|
The user is
|
Any person who uses the program written by the programmer.
|
A step by step series of instructions to solve a problem is known as
|
Algorithm
|
What holds programs or data. Its name usually consists of letters, digits, and spaces
|
A File
|
What contains files and subfolders
|
A Folder
|
TextFiles\payroll.txt is an example of a
|
Path aka Relative Path
|
C:\Textfiles\Payroll.txt is an example of a
|
Filespec aka Absolute Path
|