File Structures

TOP

UP


Ray Seyfarth

ORCA


Computer Science

COST

USM




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


University of Southern Mississippi
Ray.Seyfarth@usm.edu
Updated 12:48 Jan 28, 2004