| Term | Definition |
|
Record |
Contains All The Information About One Item , eg A Person |
|
Field |
One Piece Of Information On A Record eg a name |
|
Simple Search |
To Find Records Using Only One Field Eg age |
|
Complex Search |
To Find Records using 2 or more Fields eg age and class |
|
Simple Sort |
To put the Records In Order using only one field Eg sort in order of age |
|
Complex Sort |
To Put The records In order using 2 or more fields, Eg sort in order of surname and then by First Name |
|
Record Format |
How the record is displayed eg displayed in columns, headings in bold |
|
Field Type |
Describes the type of data to be held in a field Eg text , number and date |
|
Computed Field |
A field which Performs Calculations using the data from other fields, Eg Rate Per Hour Field * Hours Worked Field |
|
Screen Input Format |
How the user Will view records as they key in Data Eg as individual records or as a table |
|
Output Format |
How the database will be printed eg In columns, as individual records or as a table |