Solving a Problem
When solving a problem, you are required to complete two phases, there are:
● Algorithm Phase
● Implementation Phase
Algorithm Phase
Within this phase, there are five general steps that be taken, these are:
1. Clearly define the problem to be solved.
2. Develop solutions and evaluate each one.
3. Choose the most reliable solutions.
4. Develop an algorithm that is precise and well thought out in solving the problem.
5. Test the algorithm before creating the program.
Implementation Phase
This phase comprise of three main steps, these are:
1. Translate the chosen algorithm using a programming language, such as:
a. Pascal
b. Python
c. Visual Basic
d. C
2. Run the program code.
3. Maintain the program.