[go: up one dir, main page]

0% found this document useful (0 votes)
3 views1 page

1 Steps in Problem Solving

Uploaded by

Carlson Wickham
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

1 Steps in Problem Solving

Uploaded by

Carlson Wickham
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

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.

You might also like