PROGRAM DEVELOPMENT : DEFINITION AND CHARACTERISTICS OF A GOOD PROGRAM - SS2
PROGRAM DEVELOPMENT 1-2 DEFINITION,CHARACTERISTICS OF A GOOD PROGRAM, AND PRECAUTIONS IN WRITING PROGRAM. Definition of Program A program is a set of instructions that are executed by the CPU. A program can also be defined as an organized list of instructions that when executed cause the computer to behave in a predetermined manner. Without a program the computer is useless. Programs are written in computer programming language such as: PYTHON, PHP, JAVASCRIPT, CSS e.t.c Characteristic of a Good Program The following are characteristics of a good program. 1. Accuracy: Program should be sufficiently accurate to get the desired results. 2. Extensibility: this means that you should design the program so that you can add and remove an element from your program without disturbing the underlying structure of the program. 3. Maintainability: this is making your code easy to update 4. Efficiency: a good program should be designed to use the...