Problem Solving Model Flashcards
1
Q
What is the first step? (A)
A
Analysis - Gather and organize all information
2
Q
What is the second step? (D)
A
Describe / Illustrate Alternative Solutions
3
Q
What is the third step? (D)
A
Define Inputs and Outputs - constant and variable illustration
4
Q
What is the fourth step? (P)
A
Pseudo Code the Chosen Solution
5
Q
What is the fifth step? (B)
A
Build the User Interface
6
Q
What is the sixth step? (C)
A
Code the Solution
7
Q
What is the seventh step? (T)
A
Test and Debug the Program