• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/8

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

8 Cards in this Set

  • Front
  • Back
George Polya's
"How to Solve It"?
First
Understand the problem.
What is the unknown? What is the data?
George Polya's
"How to Solve It"?
Second
Devise a plan.
Find the connection between the data and the unknown.
George Polya's
"How to Solve It"?
Third
Carry out the plan.
George Polya's
"How to Solve It"?
Fourth
Examine the solution obtained.
Computer Problem-Solving Process
Phase 1
Analysis and Specification Phase
Analyze- Understand (define) the problem
Specification - Specify the problem that the program is to solve.
Computer Problem-Solving Process
Phase 2
Algorithm Development Phase
Develop algorithm - Develop a logical sequence of steps to be used to solve the problem
Test Algorithm - Follow the steps as outlined to see if the solution truly solves the problem
Computer Problem-Solving Process
Phase 3
Implementation Phase
Code - Translate the algorithm (general solution) into a programming language
Test - Have the computer follow the instructions. Check the results and make corrections until the answers are correct
Computer Problem-Solving Process
Phase 4
Maintenance Phase
- Use
- Maintain