Skip to content

National Teaching and Learning Change ProgrammeInformation and Communication Technology: Dictionary

procedure

A subprogram which is generally written using a precise formal definition. The procedure is defined and given an identifier (or name). This identifier can be used subsequently just like any other program instruction. A procedure receives data from the program, manipulates it in some way and makes the results available to the program. Such procedures are usually associated with high-level languages, although sophisticated assembly languages also allow procedure definitions.

Jump:a-b-c-d-e-f-g-h-i-j-k-l-m-n-o-p-q-r-s-t-u-v-w-x-y-z-symbols