Simple Program and Execution Sheet
Learn to create a simple sequential program and execute it.
The process of problem solving
The four stages of problem solving are listed below:
- Analyze: Understand the available resources and constraints of a problem.
- Plan: Write the steps that solve the problem in the form of a program. This is the plan of action that will solve the problem.
- Implement: Execute a computer program to obtain the results.
- Evaluate: Match the results of the program with the desired output to determine success.