2nd Quarter COMP/ROB (W1- Programming Process) Flashcards
Determining what the computer program will be used for, and what specific needs it will fill in
Step 1: Problem Definition
Designing the solution
Step 2: Program Design
Actual coding of the program
Step 3: Program Coding
To verify the results or the output of the program
Step 4: Program Testing
Reading through or checking of the program to make sure that it is free of errors and that the logic works.
Desk-checking-
Process of detecting, locating and removing all errors in a computer program
Debugging-
involves the program being tested in real-life data
User acceptance testing-
Necessary for the users to know how the program works and how it should be used.
Step 5: Program Documentation
A list of instructions that the computer must follow in order to process data into information
Program-