Computational thinking

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
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

What are the components of computational thinking?

Algorithm design, decomposition, data and pattern identification, abstraction

2
New cards

Decomposition:

A large problem is broken down into smaller chunks to simply it. The smaller chunks are then solved using computing.

3
New cards

Why is decomposition useful?

It helps us understand the problem in an enhanced manner. After decomposing the problem, the smaller chunks can be solved effortlessly.

4
New cards

Algorithm design:

A series of logical steps that are followed to solve a problem.

5
New cards

Pattern recognition:

Identifying a pattern in the problems so we can use the same solution to solve all of them efficiently.

6
New cards

Abstraction:

removing certain characteristics so that it is reduced to a simple set of characteristics.