Noun

Singular executable code

Plural uncountable

executable code (uncountable)

  1. (computing) Instructions for a computer in a form the computer can directly use (i.e. which it can execute). Derived from source code by compiling or assembling and linking.

From Wiktionary under the GNU Free Documentation License.
Tue Jul 20 21:05:17 2010

In computer science, a subroutine or subprogram (also called procedure, method, function, or routine) is a portion of code within a larger program, which performs a specific task and is relatively independent of the remaining code.

As the name "subprogram" suggests, a subroutine behaves in much the same way as a computer program that is used as one step in a larger program or another subprogram. A subroutine is often coded so that it can be started ("called") several times and/or from several places during a single execution of the program, including from other subroutines, and then branch back (return) to the next instruction after the "call" once the subroutine's task is done.

Subroutines are a powerful programming tool , and the syntax of many programming languages includes support for writing and using them. Judicious use of subroutines (for example, through the structured programming approach) will often substantially reduce the cost of developing and maintaining a large program, while increasing its quality and reliability . Subroutines, often collected into libraries, are an important mechanism for sharing and trading software. The discipline of object-oriented programming is based on methods, subroutines that are attached to objects or object classes. In the compilation technique called threaded code, the executable program is basically a sequence of subroutine calls.

Maurice Wilkes, David Wheeler, and Stanley Gill are credited with the invention of this concept, which they referred to as closed subroutine .

From Wikipedia under the GNU Free Documentation License
Sat Dec 19 00:23:20 2009

MVC 010F JPG
inresco.org
MVC 010F JPG
480px x 640px | 34.10kB

[source page]



debughello png
uhaweb.hartford.edu
debughello png
335px x 453px | 6.00kB

[source page]

minimize button With the windows minimized point the mouse cursor at the lower edge of the Source window Next press the left mouse button and drag to stetch the pane edge downward Debug source window Click the step over button shown next This button causes the debugger to execute one C text line stopping at the next line containing executable code If the

codeserveradded gif
microtopia.ca
codeserveradded​ gif
487px x 711px | 10.60kB

[source page]

so we arranged to translate all the executable p code from its working form into a form suitable for execution in protected mode This involved CPU intensive work at the server We called the powerful machine attached a Code Server since its job was to produce modules one at a time for the OS 2 clients To the original server it appeared as an ordinary PC This

From Yahoo Image Search: "executable code"
Sun Jun 20 01:16:27 2010