Programming Flashcards
(2 cards)
1
Q
The 2 phases of Programming
A
- The Problem Solving Phase
- The Program Implementation Phase
2
Q
The steps of the Problem Solving Phase
A
- Define the problem
- Propose and evacuate solutions
- Determine the most efficient solution
- Develop an algorithm
- Test and evaluate the solution