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 logical expression specifying one or more conditions that must be met each time a particular point in a program loop is executed.
Industry:Computer; Software
A logical expression specifying one or more conditions that must be met each time a particular point in a program loop is executed.
Industry:Computer; Software
A logical expression specifying one or more conditions that program inputs must satisfy in order to be valid.
Industry:Computer; Software
A logical expression specifying one or more conditions that program outputs must satisfy in order for the program to be correct.
Industry:Computer; Software
A logically related collection of design elements. In an Ada PDL, a design unit is represented by an Ada compilation unit.
Industry:Computer; Software
A loop control that is executed after the loop body.
Industry:Computer; Software
A loop control that is executed before the loop body.
Industry:Computer; Software
A loop that has no exit and whose execution can be interrupted only by intervention from outside the computer program or procedure in which the loop is located.
Industry:Computer; Software
A loop that has no exit.
Industry:Computer; Software
A mask used to enable or disable interrupts by retaining or suppressing bits that represent interrupt requests.
Industry:Computer; Software