upload
IEEE Computer Society
المجال: 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 single-entry, single-exit loop, in which the loop control is executed after the loop body.
Industry:Computer; Software
A single-entry, single-exit multipleway branch that defines a control expression, specifies the processing to be performed for each value of the control expression, and returns control in all instances to the statement immediately following the overall construct.
Industry:Computer; Software
A single-entry, single-exit multipleway branch that defines a control expression, specifies the processing to be performed for each value of the control expression, and returns control in all instances to the statement immediately following the overall construct.
Industry:Computer; Software
A single-entry, single-exit twoway branch that defines a condition, specifies the processing to be performed if the condition is met and, optionally, if it is not, and returns control in both instances to the statement immediately following the overall construct.
Industry:Computer; Software
A situation in which computer processing is suspended because two or more devices or processes are each awaiting resources assigned to the others.
Industry:Computer; Software
A situation in which two software modules call each other.
Industry:Computer; Software
A small, self-contained collection of key security-related statements that works as a privileged part of an operating system, specifying and enforcing, criteria that must be met for programs and data to be accessed.
Industry:Computer; Software
A software analysis technique in which program execution is simulated using symbols, such as variable names, rather than actual values for input data, and program outputs are expressed as logical or mathematical expressions involving these symbols.
Industry:Computer; Software
A software component that is called by the operating system of a computer and that usually calls other software components.
Industry:Computer; Software
A software design technique in which the architecture of a system is derived from analysis of the structure of the data sets with which the system must deal.
Industry:Computer; Software