Week Six
Week Six
Once the analysis has taken place and the systems analyst has some idea of the scale of the problem and
what needs to be done, the next stage is to design the key parts of the recommended system. Each must be
designed carefully by completing the relevant design tasks, which would include:
1. Designing data capture forms (these are forms used for the input of data)
2. Designing screen layouts (these are part of the user interface)
3. Designing output forms and reports
4. Deciding on the best form of verification or the system
5. Producing systems flowcharts and/or pseudo code
6. Designing screen displays for the output (this is the output from the system that is printed)
7. Selecting and designing validation rules that need to be used
8. Selecting the most appropriate data verification methods
9. Designing and agreeing the file structures and tables
10. Selecting and designing the hardware requirements
11. Selecting and designing the software requirements
12. Producing algorithms or program flowcharts
13. Designing a testing strategy/plan
Verification check
This is a way of preventing errors when data is copied from one medium to another
A. Double entry: data is entered twice, using two different people. The computer compares the two
entries, either after data entry or during the data entry process, and identifies any differences
B. Visual check: checking for errors by comparing entered data on the screen with the data in the
original document (not the same as proof reading)