computational thinking

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/5

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

6 Terms

1
New cards

pattern recognition

identifying repeating parts of a problem and finding ways to simplify the problem to solve repeating parts efficiently

2
New cards

generalisation

making a single solution able to easily be used to solve other similar problems

3
New cards

debugging

find the problem, analyse the steps that lead to the problem by breaking them up, make a change, learn and improve

4
New cards

correctness

does a solution produce an accurate solution to the problem

5
New cards

robustness

does a solution work reliably with new unseen data

6
New cards

comparison

which solution is best overall, taking into account speed, robustness and correctness