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 trace produced from historical data recorded during the execution of a computer program. Note: This differs from an ordinary trace, which is produced cumulatively during program execution.
Industry:Computer; Software
A translator or interpreter used to construct part or all of a compiler.
Industry:Computer; Software
A type of cohesion in which the output of one task performed by a software module serves as input to another task performed by the module.
Industry:Computer; Software
A type of cohesion in which the tasks performed by a software module all contribute to a given program procedure, such as an iteration or decision process.
Industry:Computer; Software
A type of cohesion in which the tasks performed by a software module all contribute to the performance of a single function.
Industry:Computer; Software
A type of cohesion in which the tasks performed by a software module are all required at a particular phase of program execution; for example, a module containing all of a program's initialization tasks.
Industry:Computer; Software
A type of cohesion in which the tasks performed by a software module have no functional relationship to one another.
Industry:Computer; Software
A type of cohesion in which the tasks performed by a software module perform logically similar functions; for example, processing of different types of input data.
Industry:Computer; Software
A type of cohesion in which the tasks performed by a software module use the same input data or contribute to producing the same output data.
Industry:Computer; Software
A type of coupling in which different subsets of the range of values that a data item can assume are used for different and unrelated purposes in different software module.
Industry:Computer; Software