computational thinking

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 12

flashcard set

Earn XP

13 Terms

1

what is computational thinking used for

to study a problem and formulate an effective solution

New cards
2

what is abstraction

extracting information and only including what is necessary to solve that problem

New cards
3

what is in computational thinking

abstraction, decomposition, pattern recognition

New cards
4

what do you need to keep in mind in abstraction

purpose and information

New cards
5

what is decomposition

process of breaking a complex problem into smaller parts until a smallest unit is found

New cards
6

what is used for decomposition

flowcharts, structure diagrams

New cards
7

what is pattern recognition

identification of parts of a problem and could use the same solution

New cards
8

what are algorithms

ordered set of steps to be followed

New cards
9

what is structured english

using an agreed subset of straightforward english words

New cards
10

what is a flowchart

diagrammatic representation of an algorithm

New cards
11

what is pseudocode

using keywords, identifiers, meaningful names, mathematical operators

New cards
12

what is stepwise refinment

subdividing each part of a larger problem into a series of smaller parts

New cards
13
New cards
robot