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 controlled collection of software and related documentation designed to aid in software development, use, or maintenance. Types include master library, production library, software development library, software repository, system library.
Industry:Computer; Software
A data flow, data structure, or other diagram in which entities are depicted with circles (bubbles) and relationships are represented by links drawn between the circles.
Industry:Computer; Software
A data item that specifies the location of another data item; for example, a data item that specifies the address of the next employee record to be processed.
Industry:Computer; Software
A data name that is reserved for a specific constant in a programming language. For example, the data name THREE may be reserved to represent the value 3.
Industry:Computer; Software
A data type each of whose members is composed of multiple data items. For example, a data type called PAIRS whose members are ordered pairs (xJ).
Industry:Computer; Software
A data type for which only the properties of the data and the operations to be performed on the data are specified, without concern for how the data will be represented or how the operations will be implemented.
Industry:Computer; Software
A data type whose members and operations are taken from those of another data type according to some specified rule.
Industry:Computer; Software
A data type whose members can assume any of a set of distinct values. A discrete type may be an enumeration type or an integer type.
Industry:Computer; Software
A data type whose members can assume only integer values and can be operated on only by integer arithmetic operations, such as addition, subtraction, and multiplication.
Industry:Computer; Software
A data type whose members can assume only logical values (usually TRUE and FALSE) and can be operated on only by logical operators, such as AND, OR, and NOT.
Industry:Computer; Software