notes2
notes2
IPO CHART - extends and organizes the PAC (Adds more details)
ALGORITHM CONSTRUCTION
- a formula, and a step-by-step procedure to be followed in
order to obtain the solution to a problem.
- must arrive at a correct solution within a finite time
- clear, accurate and definite
- should be implementable to programming language
Pseudocode
• Text-based approach → simplified version of programming
codes, written in plain English language
-Organized like an outline, And has indentation like programs
-Only consists of executable instruction
LOGIC ERRORS
-logical errors can be tricky. backwards by looking at the output of the program
and
trying to figure out what it is doing
Maintenance
• Integrate your code or program with others (if necessary)
• Test the whole complete system
– Development team
– User
• Documentation
– Testing result
– User Manual or User Guide