SubjectPaid lesson
PROGRAM DEVELOPMENT
CT
ClassNotes Team 4 MIN READUPDATED 13 JUN 2026DATA PROCESSING SSS2 SECOND TERM
WEEK 7
PROGRAM DEVELOPMENT
Contents
Definition of a Program
A computer program can be defined as a list of instructions issued to the computer to perform a particular task. Programs are written in computer programming languages.
Characteristics of a good program
Every good program must have the following characteristics:
- Accuracy
- Readability
- Maintainability
- Efficiency
- Generality
- Clarity
- Reliability
- Accuracy: every good program must be error-free.
- Readability: the program should be easy for any programmer to read and understand.
- Maintainability: a carefully written program should be very easy to amend and maintain if need be.
- Efficiency: Should have the ability to solve a particular problem skillfully.
- Generality: should be able to solve all similar problems.
- Clarity: should be…