Computational thinking Flashcards

Understand the computer problem-solving process (6 cards)

1
Q

algorithm

A

A specific plan and sequence of steps and/or rules that’s used to solve a problem.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

analysis

A

Stage of thoroughly thinking through and understanding all aspects of a problem to inform how you write your algorithm and what data structures you will use in the design phase

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

design

A

When you write out a specific algorithm for solving the problem and determine which data structures will be used. Design is based on analysis process.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

implementation

A

When the code for an algorithm is written in a specific language.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

maintenance

A

When the problem is solved with working code, but at some point an update to the algorithm is needed as the needs of the end users change, or it’s when the problem is mostly solved but small refinements are needed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

testing

A

Stage where you give the algorithm various inputs to test and make sure you get the correct outputs and behaviors in different scenarios

How well did you know this?
1
Not at all
2
3
4
5
Perfectly