WWW Virtual School Programming Homepage

Last Updated: 8-17-96 NEW!!

Programming is the most interesting part about a computer. Programming has many terms that you should be familiar with. Here are some of them:

API (Application Program Interface)API calls are programming statements that use functions and sub-routines from another program.
AssemblerAssembler is a low-level language.
BASIC BASIC is a high-level language.
C (C++)C or C++ is a high-level language
DDE (Dynamic Data Exchange) Dynamic Data Enchange are programming calls that are used to exchange data between two or more applications.
FunctionA Function is a set of commands in a program in which after they run they return a value to the program.
GUI (Graphical User Interface)An interface in which the user can interact with that is graphical.
Low-Level LanguageA language where it is most like machine code.
High-Level LanguageA language where it is most like plain english.
Machine CodeThe exact programming code that the computer's CPU interprets.
MDI (Multiple Document Interface)A program that lets you have more than one document (file) open at once.
PascalPascal is a high-level language.
Sub-RoutineA sub-routine is like a function but does not return a value. A sub-routine is a set of commands.
VBXA control that can be used in a visual programming language (Visual Basic, Delphi, etc.)

E-Mail Comments & Suggestions To Joe Turgeon At:

jturgeon@isd.net

Back To WWW Virtual School Computer Homepage