Record Definition and Explanation PDF Download
Learn Record definition in operating system with explanation to study “What is Record”. Study record explanation with operating system terms to review operating system course for online degree programs.
Record Definition:
A group of data elements treated as unit.
Operating Systems by William Stallings
Record Explanation:
A record, also called compound data, struct or a structure, is a basic data structure. A record type is a data type that describes such values and variables. Most modern computer languages allow the programmer to define new record types.
Keep Learning Operating System Explanations
What is Processor?
A processor is an integrated electronic circuit that performs the calculations that run a computer. A processor performs, input/output (IO), ...
What is Process Image?
A process image is an image of a process taken when the memory is allocated to it before execution. This ...
What is Beowulf?
Beowulf is an approach to building a supercomputer as a cluster of commodity off-the-shelf personal computers, interconnected with a local ...
What is Job?
A job is a basically a unit of work that a job scheduler gives to the operating system. For instance, ...
What is Synchronous Operation?
A synchronous operation blocks a process till the operation completes. This is the main difference in asynchronous and synchronous operation ...
What is Mailbox?
A mailbox is a data buffer that can store a fixed number of messages and drafts of a fixed size. ...