Skip to content

We use essential cookies to sign you in and remember your settings. With your permission we also use analytics cookies to understand how the site is used. See our privacy policy or fine-tune this anytime at cookie settings.

SubjectPaid lesson

PROGRAM DEVELOPMENT .

ClassNotes Team 4 MIN READUPDATED 5 JUL 2026

Computer Science ICT SSS2 Second Term

WEEK 7

PROGRAM DEVELOPMENT

Performance Objectives

Students should be able to:

  1. Explain the meaning of program development

Content

 

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:

  1. Accuracy
  1. Readability
  2. Maintainability
  3. Efficiency
  4. Generality
  5. Clarity
  6. Reliability

 

  1. Accuracy: every good program must be error-free.
  2. Readability: the program should be easy for any programmer to read and understand.
  3. Maintainability: a carefully written program should be very easy to amend and maintain if need be.
  4. Efficiency:  Should have the ability to solve a…