upload
IEEE Computer Society
Sektör: 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 collection of material pertinent to the development of a given software unit or set of related units. Contents typically include the requirements, design, technical reports, code listings, test plans, test results, problem reports, schedules, and notes for the units.
Industry:Computer; Software
A collection of microinstructions, comprising part of, all of, or a set of microprograms.
Industry:Computer; Software
A collection of nanoinstructions.
Industry:Computer; Software
A collection of software, firmware, and hardware elements that controls the execution of computer programs and provides such services as computer resource allocation, job control, input/output control, and file management in a computer system.
Industry:Computer; Software
A combination of computer instructions and data definitions that enable computer hardware to perform computational or control functions.
Industry:Computer; Software
A combination of programming language constructs and natural language used to express a computer program design. For example: IF the data arrives faster than expected, THEN reject every third input. ELSE process all data received. ENDIF.
Industry:Computer; Software
A compiler that completes as much of the translation of each source statement as possible during the input or scanning of the source statement. Typically used for online computer program development and checkout.
Industry:Computer; Software
A compiler that executes on one but generates code for a different computer.
Industry:Computer; Software
A compiler whose output is a machine independent, intermediate-level representation of a program. A root compiler, when combined with a code generator, comprises a full compiler.
Industry:Computer; Software
A computational model consisting of a finite number of states and transitions between those states, possibly with accompanying actions.
Industry:Computer; Software