Chapter 3.2 : Algorithm Development Flashcards
1
Q
What is an algorithm?
A
a series of steps that a program will take to perform its task
2
Q
What is stepwise refinement?
A
Outlining your algorithm and little by little adding detail for each step until you can easily translate it into code