Previous Page Table of Contents Next Page


APPENDIX 2
GLOSSARY

Application program-Computer program that performs an end-user function, rather than a system-oriented function.
ASCII files-Files in which the individual characters are represented according to a numerical code (and internal representation as a binary number) that conforms to the American Standard Code for Information Interchange. Such files are widely used to transfer data between different hardware and software environments.
ASCII was created for this purpose.
Backup -The process of making secondary copies of a file or files in the event that the original becomes damaged.
Configuration -The assortment of equipment (disk, diskette, terminal, printers, etc.) in a particular system.
Computer network -An interconnection of computer systems, terminals, and communication facilities
Data -Known facts, numbers, letters and symbols for storage and manipulation by a computer system expressed in character form. Data can be though of as the basic elements of information used, created or otherwise processed by an application program.
Data communication -The movement of coded data from a sender to a receiver by means of electronically-transmitted signal.
Data field -A group of memory or screen locations within a database that are logically linked to hold information of a given kind.
Typically, the user may regard data fields as a place to store a certain kind of data.
Database -System of arranging data in structured way in a computer system, for user access or for processing by application programs.
Data set -A series of data elements or units of information that are logically arranged in a particular format.
Data sheet -A printed page on which data are arranged according to a specific format.
DOS -An acronym for Disk Operating System, the program used in the micro-computer environment to control the use of hardware and integrate the use of this hardware so that it is available for software applications.
Down-loading -Data/Information transfer from a central level system (Organization HQ) to peripheral systems (Departments and Divisions)
Driver -A software program that controls the action of a peripheral device not otherwise controlled by the operating system.
Export -The transport of data out of an application. Typically, this will involve translation from the internal format of the application to a variety of alternate formats that may be used by other programs as input. (see also Import)
File -A collections of logically related records or data treated as a single item.
Format -The way in which data are physically arranged in a file.
Hardware -A term used to indicate the physical part of a computer, such as the keyboard, memory, printer, monitor, as opposed to the software.
Export -The transport of data into an application.
Typically, this will involve translation from the format of the external application into the standard used by the ongoing application.
Information -Data that are communicated
Interface (Hardware) -An electronic assembly to enable two computer systems to communicate with each other (wired).
Interface (Software) -Series of programs that allow the system to exchange data from one format to another.
Main Menu -A horizontal bar that presents the user with a series of choices, one of which will be selected to perform that activity.
Menu System -A kind of program design that uses a sequence of choices of choices that permit the user to choose among them by pressing a key (usually the Enter Key). these choices are arranged on the screen much as a restaurant menu presents a series of selections.
Operating System -The software program that controls the various parts of a computer (keyboard, screen, hard drive, printer etc.) and puts them to work together to perform useful work. SIPAM will work on computers which use the PC-DOS or MS-DOS operating system.
Non-rigid Connection -A type of manual file transfer between computer systems through removable supports (diskette, tape) occasionally carried out.
Package -A set of computer programs tied together through a menu system.
Platform -A computer, its peripheral devices and activities working together.
Procedure -A specific program or task to which a computer solution can be applied
Record -A collection of related data items.
Reference Files -Authority files containing reference variables such as country codes, names and attributes; item codes, names, attributes etc.
Relational Database -A file or system of files used to contain data that is structured to permit the data to be readily input and output. When constructed of multiple files, relations between individual data fields in the different files can be linked to permit data in one field of one file to act as means of retrieving information in one or more data fields in the other file or files.
Rigid connection -Type of connection in which a group of computer systems are connected to each other by communication lines to allow automatic and controlled file transfer at regular intervals.
Software -Computer algorithms (programs) that are written in a computer language that make the computer (hardware) perform work (write to the screen, print, sort, etc.).
Up-loading -Data/Information transfer from peripheral to a central system

Previous Page Top of Page Next Page