|
Field and Record Organization
- Basic unit of stored data is a field:
holds a single data value
- An array is many copies of a single field
- A record is list of different fields
- In memory a record is called an object and the
fields are members
- When an object is stored in a disk file, it is called a record
- A Stream File
|