Computational Thinking

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/3

flashcard set

Earn XP

Description and Tags

CRAM

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

4 Terms

1
New cards

decomposition

breaking down a complex problem or system into smaller, more manageable parts

  • mostly used in programs

  • i.e flowcharts

2
New cards

pattern recognition

looking for similarities among and within problems

3
New cards

abstraction

focusing on the important information only, ignoring irrelevant detail

  • e.g. london underground train

4
New cards

algorithms

developing a step-by-step solution to the problem, or the rules to follow to solve the problem

  • i.e pseudocode