Glossary

Week one

  • data capture forms are the forms we all fill in to join clubs, libraries etc. Typical data capture forms have a fill in the gaps format, often having boxes to enter details of age, name etc. The boxes force you to fill in the forms neatly. Lottery forms (cross out the numbers you want) and the fill in the gaps forms sometimes used by gas meter readers are also examples of data capture forms. The data captured on the forms is entered into a computer program.

  • valid data is data which falls within given boundaries. Example, a computer database age field may be set up to reject as invalid any age entries over the age of 101. Typing forty when the database needs a numeric entry i.e. 40 is another example of invalid data.

  • real time processing occurs when information is processed immediately. If a travel agent wants to book a seat on an airline, the airline seat booking program must record the seat as booked immediately. This prevents double booking of seats.

  • batch processing occurs when data is collected to be processed later. Doing a geographical survey on Tuesday and using a computer database to search and sort this information on Wednesday is an example of batch processing. Another example, an employer adds up the number of hours each employee works and uses a payroll program, at the end of the week, to calculate the wages.

  • optical mark recognition occurs when an optical mark reader "reads" marks on forms. Examples include multiple choice exams, driving test theory papers and National Lottery forms.

  • field a category in a database e.g. the database below has five fields: serial number, price paid, item manufacturer and supplier.
     
     

    SERIAL NUMBER
    PRICE PAID
    ITEM
    SUPPLIER
    MANUFACTURER
    36459732
    £299.99
    Laser printer
    C.S.E. Limited
    Hewlett Packard

  • key field this is the unique identifier for record in a database. In the example above the key field is the serial number.

  • recordeach database is made up of a number of records. The database above contains one record.

  • file a collection of records is called a file.

  • wide area networks (WAN) a wide area network is a computer network with network stations at geographically dispersed sites. Many insurance companies have networks to link to offices in different towns. The Internet is a wide area network.

  • Local area networks are networks on one site. Most school networks are local area networks.

  • advantages of networked databases networked databases can share files. If an estate agent has ten offices, and all ten offices share a network, all offices can have access to details of houses for sale in each office. When a house is sold the house appears as sold on all computers on the network.

    Week two

    Week four

    Week four