What is Input Design? Objectives of Input Design
2 min readInput Design: Input design is the process of converting user-originated input format to a computer based format. This computer based format is called as input form or source document.
Objective of Input Design
- Input forms must be complete & accurate.
- There should be not any inconsistency of data in input forms.
- Input forms should be attractive to the user.
- Assuring input meets the intended purpose.
- Input forms must be easy to fill out.
Input Data
In entering data, operators need to know the following;
- Size of each field.
- Field sequence.
- The format in which data fields are entered.
When we approach input data design, we design the source documents that capture the data & then select the media used to enter them into the computer.
Source Documents
Source data are captured initially on original paper or a source document.
Eg.
- A check written against an account is a source document.
- Each source document may be evaluated in terms of
- In continued use in the proposed system.
- The extent of modification for the proposed system.
- Replacement by an alternative source document.
Input Media & Devices
Source data are input into the system in a variety of ways. The following media can be used
- Punched cards
- Keyboard
- OCR
- OMR
- Monitor is used for online data entry.
Input Verification & Control
If incorrect data enters the system, it is usually very costly to make the necessary corrections. There are many methods which are commonly used to verify data. Some of them are;
- Key verification
- Use of self checking numbers
- Visually displaying on identifying characteristics
- Hash totals
- Checking between a range of numbers
- Verification of data type
- Verification of codes
- Sequence check
How to design Input form
The steps for input form design are
- Detailed study of user-originated documents
- Study of data dictionary
- Capturing of fields from user originated documents or data dictionary
- Identification of fields whether they are constants or variables
- Studying of SRS(Software Requirements Specification) document
- Designing on input forms on the basis of both SRS and user-originated forms
Hope you liked this article. Keep visiting Mentor Way for more articles like this.