Computing - computational thinking

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

1/7

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.

8 Terms

1
New cards

Decomposition

Breaking a problem into smaller more manageable pieces

2
New cards

Algorithms

A step by step instructions that can be replicated by human or computer

3
New cards

Computational Thinking

A systematic approach to solving problems using a computer

4
New cards

Abstraction

Taking out the unnecessary details and leave the important details behind

5
New cards

pattern recognition

looking for similarities among and within decomposed problems

6
New cards

Flow chart, pseudo code

To represent algorithms

7
New cards

Algorithmic Thinking

Using algorithms to solve problems

8
New cards

Four stages of computational thinking

Decomposition, abstraction, pattern recognition, algorithmic thinking