This is something that those of us who ever programmed can relate: 

object code: 

There are three types of code (a system of symbols presented in a manner a 
computer can understand): source code, object code, and machine code. In the 
before, during, and after of programming, source code is the before. 
Programmers design programs using source code. They then run the source code 
through something called a compiler. Although programmers can usually read and 
manipulate object code, nonprogrammers typically cannot read or understand 
object code or, in many instances, source code. The compiler creates object 
modules. All the different modules are then linked together or assembled to 
execute a program or function.

The intermediary code that's been compiled is the object code, or the "during" 
of software programming. This code may or may not be the same as the final 
stage of code, the machine code. Computers cannot read high-level language 
(language generally intelligible to humans) or source code, and frequently, 
computers can't read object code either. A link editor takes the object code 
and translates it into low-level language, or machine code, which then runs the 
program or function
David Ferrin
Many people think they are generous because they give out free advice.
For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/

Reply via email to