System Life Cycle: Design
System Life Cycle: Design
CYCLE
DESIGN
01 Introduction
03 Input Format
04 Output Format
05 Validation Routines
INTRODUCTION
What is the design phase?
01 What is the design phase?
01 Introduction
03 Input Format
04 Output Format
05 Validation Routines
File and Data Structure
02File and Data Structure
01 Introduction
03 Input Format
04 Output Format
05 Validation Routines
Input Format
Data Capture Forms
03 Input Format
Input and output formats are design considerations for how data is
captured from (input) and displayed to (output) the users of a
system.
A data capture form is used to collect data from a user in a
structured format.
Data capture forms should aid the collection of data by:
• Having a user-friendly layout – short, visually appealing, logical
flow
• Providing clear instructions – concise instructions at the
beginning
• Using appropriate question types – multiple choice, drop
downs, checkboxes etc.
• Using validation routines
Table of Contents
01 Introduction
03 Input Format
04 Output Format
05 Validation Routines
Output Format
Data Capture Forms
04 Output Format
In the Design Phase, the outputs are mainly documents and
diagrams that describe how the system will function and be built.
These outputs are used to guide the developer in creating the
system in the next phase of the SDLC.
An example of a report
Table of Contents
01 Introduction
03 Input Format
04 Output Format
05 Validation Routines
Validation Routines
05 Validation Routines
When data is input into the computer system, there is a need to
check that the data is acceptable. Validation is the process where
data entered into a computer is checked to ensure it matches the
design of the system. They also prevent errors and maintain data
integrity.