upload
IEEE Computer Society
Industry: Computer; Software
Number of terms: 50628
Number of blossaries: 0
Company Profile:
Founded in 1946, the IEEE Computer Society is a professional organization for computing professionals. Based in Washington, DC, it's the largest of IEEE’s 38 societies organized under the IEEE Technical Activities Board. The IEEE Computer Society is dedicated to advancing the theory, practice, and ...
A computer program or routine that carries out some final processing step after the completion of the primary process; for example, a routine that reformats data for output.
Industry:Computer; Software
A computer program or routine that carries out some processing step prior to the primary process; for example, a precompiler or other routine that reformats code or data for processing.
Industry:Computer; Software
A computer program or routine that processes source code and generates equivalent code that is acceptable to a compiler. For example, a routine that converts structured FORTRAN to ANSI-standard FORTRAN.
Industry:Computer; Software
A computer program or routine that provides an interface between the user and a computer system or program.
Industry:Computer; Software
A computer program or subprogram in a form suitable for loading into main storage for execution by a computer; usually the output of a linkage editor.
Industry:Computer; Software
A computer program or subprogram that is the output of an assembler or compiler.
Industry:Computer; Software
A computer program statement that assigns a value to a variable; for example, Y := X -5.
Industry:Computer; Software
A computer program statement that causes a jump.
Industry:Computer; Software
A computer program that creates a single load module from two or more independently translated object modules or load modules by resolving crossreferences among the modules and, possibly, by relocating elements. May be part of a loader.
Industry:Computer; Software
A computer program that creates a single load module from two or more independently translated object modules or load modules by resolving crossreferences among the modules and, possibly, by relocating elements. May be part of a loader.
Industry:Computer; Software