Introduction To Design - Input & Output
Introduction To Design - Input & Output
INPUT DESIGN
Input design is the process of converting user-originated inputs to a computer-
based format. In the system design phase, the expanded data flow diagram
identifies data flows, data stores, sources and destinations. A system flowchart
specifies master files (data base), transaction files, and computer programs.
Input Data
The goal of designing input data is to make data entry as easy, logical and free from
errors as possible. While entering, the operator need to know the following:-
1. The allocated space for each field.
2. Field sequence, which must match that in the source document.
3. The format in which data fields are entered.
When we approach input data design, we design the source documents that
capture the data and then select the media used to enter them into the
computer.
Introduction to Input Design …cont…
Source Document
• Source data are captured initially on original paper or a source document.
Source documents may be entered into the system from punch cards,
from discs, or even directly through the keyboard.
• A source document should be logical and easy to understand. Each area in
the form should be clearly identified and should specify for the user what
to write and where to write it.