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 portion of main storage that can be accessed by two or more modules in a software system.
Industry:Computer; Software
A portion of main storage that is unused when the last page of data or of a computer program does not fill the entire block of storage allocated to it.
Industry:Computer; Software
A preliminary type, form, or instance of a system that serves as a model for later stages or for the final, complete version of the system.
Industry:Computer; Software
A printout or other human readable display of the source and, sometimes, object statements that make up a computer program.
Industry:Computer; Software
A process or meeting during which the requirements for a system, hardware item, or software item are presented to project personnel, managers, users, customers, or other interested parties for comment or approval. Types include system requirements review, software requirements review.
Industry:Computer; Software
A program construct consisting of a sequence of steps not involving a decision or loop.
Industry:Computer; Software
A program construct consisting of a sequence of steps not involving a decision or loop.
Industry:Computer; Software
A program construct consisting of two or more procedures that can occur simultaneously.
Industry:Computer; Software
A program construct that results in a halt or exit.
Industry:Computer; Software
A program statement that selects among alternative sets of program statements or affects the order in which operations are performed. For example, if-then-else, case.
Industry:Computer; Software