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 ...
An identified set of software features to be measured under specified conditions by comparing actual behavior with the required behavior described in the software documentation.
Industry:Computer; Software
An if-then-else construct in which processing is specified for both outcomes of the branch.
Industry:Computer; Software
An if-then-else construct in which processing is specified for only one outcome of the branch, the other outcome resulting in skipping this processing.
Industry:Computer; Software
An indirect address that specifies the first of a chain of n storage locations, the first n-1 of which contain the address of the next location in the chain and the last of which contains the desired operand. For example, a two-level address.
Industry:Computer; Software
An indirect address that specifies the storage location containing the address of the desired operand.
Industry:Computer; Software
An inherent, possibly accidental, trait, quality, or property of data (for example, arrival rates, formats, value ranges, or relationships between field values).
Industry:Computer; Software
An inherent, possibly accidental, trait, quality, or property of software (for example, functionality, performance, attributes, design constraints, number of states, lines or branches).
Industry:Computer; Software
An integrated collection of software tools accessed via a single command language to provide programming support capabilities throughout the software life cycle. The environment typically includes tools for specifying, designing, editing, compiling, loading, testing, configuration management, and project management. Sometimes called integrated programming support environment.
Industry:Computer; Software
An interface that enables information to be passed between a human user and hardware or software components of a computer system.
Industry:Computer; Software
An interrupt performed to permit execution of a process that has a higher priority than the process currently executing.
Industry:Computer; Software