Previous Topic: What You Should Know Before You BeginNext Topic: What a File Description Tells You


How Information Is Organized in a Computer

Information is organized in a computer in much the same way written information is organized in a file cabinet:

The figure below illustrates the relationships between files, records, and fields:

┌───────────┐
│  S - V    │
│           └──────────────────────────────────┐
│                                              │
│ ┌────────────────────────────────────────────┴─┐
│ │   SAER,          #2210                       │  ◄----- EMPLOYEE
│ │                                              │         RECORD
│ │ ┌────────────────────────────────────────────┴─┐
│ │ │   SAND, B     #3215                          │ ◄-----─┐
│ │ │                                              │        ├─── FIELDS IN
│ │ │ ┌────────────────────────────────────────────┴─┐      │    THE RECORD
│ │ │ │   SMITH, CAROL  #1502                        │ ◄---─┘
│ │ │ │   429 APPLE ST.                              │
│ │ │ │ ┌────────────────────────────────────────────┴─┐        IN A FILE CABINET
│ │ │ │ │                                              │
│ │ │ │ │                                              │
│ │ │ │ │                                              │
│ │ │ │ │                                              │
│ │ │ │ │         E M P L O Y E E   F I L E            │
│ │ │ │ │                                              │
│ │ │ │ │                                              │
│ │ │ │ │                                              │
│ │ │ │ │                                              │
│ │ │ │ │                                              │
└─┤ │ │ │                                              │
  │ │ │ │                                              │
  └─┤ │ │                                              │
    │ │ │                                              │
    └─┤ │                                              │
      │ │                                              │
      └─┤                                              │
        │                                              │
        └──────────────────────────────────────────────┘

EMPLOYEE FILE

EMPLOYEE RECORD

┌────────┬────────┬────────┬───────────────────┐
│ CAROL  │ SMITH  │ #1502  │   429 APPLE ST.   │                  IN A COMPUTER
└────────┴────────┴────────┴───────────────────┘
   ▲       ▲        ▲            ▲
   │       │        │            │
   └───────┴──────┬─┴────────────┘
                  │
                  │
                  │
                  │

         FIELDS IN THE RECORD