Systems Life Cycle – Input Formats & Data Capture Forms
Objective
By the end of this lesson students will be able to:
List and describe the eight stages of the Systems Life Cycle (SLDC) and the key activities in each stage (AO3).
Identify and evaluate different input formats used to capture data.
Design a data‑capture form that meets the requirements of the analysis and design phases.
Explain how testing, implementation, documentation, maintenance and evaluation fit into the SLDC.
Apply e‑safety, data‑protection and audience‑analysis principles when creating input solutions.
1. The Systems Life Cycle (SLDC)
Stage (as in the Cambridge syllabus)
Key Activities (AO3 focus)
Analysis
Gather requirements (observation, interview, questionnaire, document review), produce a system specification, identify inputs & outputs, create artefacts such as a requirements list, process map and data‑dictionary.
Design
Specify file/data structures, choose input & output formats, design validation routines, produce mock‑ups or prototypes, draft a data‑dictionary.
Development / Construction
Write or configure software, build databases, create electronic or paper forms, integrate hardware.
Testing
Develop test plans, prepare normal/abnormal/extreme test data, record results, correct faults, retest.
Monitor system performance, fix bugs, apply patches or updates, manage version control, update documentation, add enhancements.
Documentation
Produce technical documentation (data‑dictionary, field specifications, validation rules, hardware configuration) and user documentation (step‑by‑step guides, FAQs, troubleshooting).
Evaluation
Assess efficiency, ease of use and appropriateness; compare actual performance with the original specification; recommend improvements and produce an evaluation report.
Suggested diagram: flow‑chart of the eight SLDC stages with feedback loops to analysis and design.
2. Analysis (Stage 2)
Method
When to use it
Typical output
Observation
Current process is routine and can be watched directly.
Notes on steps, timings, equipment used.
Interview
Detailed, subjective information is needed from staff or users.
Adapt form language, layout and input devices accordingly (e.g., larger fonts for older users, pictograms for young learners).
Choose appropriate communication media when presenting the solution – email, intranet posting, printed hand‑outs – and observe netiquette.
Include copyright statements for any reused graphics or code.
12. Input Formats – How Data Is Captured
Format
Typical Device
Data Type Captured
Key Advantages
Key Disadvantages
Paper questionnaire / form
Pen & paper
Text, check‑boxes, numeric entries
Low initial cost; familiar to most users
Manual transcription required; prone to illegible handwriting
Online web form
Computer, tablet, smartphone
Text, numbers, dates, selections, file uploads
Instant validation; data stored digitally; easy to update
Requires internet access; design and programming effort
Barcode / QR code scanner
Handheld or fixed scanner
Encoded product or asset identifiers
Very fast entry; eliminates typing errors
Initial hardware cost; codes must be printed and maintained
Optical Character Recognition (OCR)
Scanner + OCR software
Printed text, forms, invoices
Automates conversion of existing paper records
Accuracy depends on print quality; may need manual verification
Voice / Speech recognition
Microphone, speech‑to‑text software
Spoken words, commands
Hands‑free entry; useful for users with mobility impairments
Background noise reduces accuracy; limited language support
Touchscreen / Pen input
Tablet, interactive kiosk
Handwritten or drawn input, signatures
Intuitive for drawing or signing; can capture free‑form data
Requires calibration; conversion to text may need additional software
13. Data Capture Forms
13.1 Types of Forms
Static paper forms – pre‑printed, used where electronic devices are unavailable or impractical.
Dynamic electronic forms – built with HTML, XML, or specialised form‑building tools; can include client‑side validation, auto‑complete and conditional fields.
13.2 Elements of a Good Form
Clear headings and logical sections.
Logical field order that follows the natural flow of information.
Appropriate field types (text box, drop‑down, radio button, check‑box, date picker).