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 variable used to record the number of occurrences of a given event during the execution of a computer program; for example, a variable that records the number of times a loop is executed.
Industry:Computer; Software
A variable, constant, or function upon which an operation is to be performed. For example, in the expression A = B + 3, B and 3 are the operands.
Industry:Computer; Software
A violation of the structural or grammatical rules defined for a language; for example, using the statement B + C =Ain Fortran, rather than the correct A = B + C.
Industry:Computer; Software
A violation of the structural or grammatical rules defined for a language; for example, using the statement B + C =Ain Fortran, rather than the correct A = B + C.
Industry:Computer; Software
A word in a programming language whose meaning is fixed by the rules of that language and which, in certain or all contexts, cannot be used by the programmer for any purpose other than its intended one. Examples include IF, THEN, WHILE.
Industry:Computer; Software
A word or part of a word used to alter a computer instruction.
Industry:Computer; Software
A written authorization to accept a confiyration item or other designated item which, during production or after having been submitted for inspection, is found to depart from specified requirements, but is nevertheless considered suitable for use as is or after rework by an approved method.
Industry:Computer; Software
An abstract, formal model of information flow, showing static and dynamic properties of a system. A Petri net is usually represented as a graph having two types of nodes (called places and transitions) connected by arcs, and markings (called tokens) indicating dynamic properties.
Industry:Computer; Software
An address expressed as a name or label that must be translated to the absolute address of the device or storage location to be accessed.
Industry:Computer; Software
An address that has been calculated during the execution of a computer program.
Industry:Computer; Software