2.1.1 computational thinking

0.0(0)
studied byStudied by 0 people
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 is abstraction?

when you ignore unnecessary information and only focus on the important facts

2
New cards

why is abstraction used?

it simplifies a problem and makes it less complex so it’s easier to create a solution

3
New cards

what is decomposition?

when you break a problem down into smaller tasks so it’s easier to solve

4
New cards

why is decomposition important?

it enables different people to work on the different parts of a larger problem that can be recombined to produce a full solution

5
New cards

what is algorithmic thinking?

the final stage as logical steps are followed to solve the problem

6
New cards

what does algorithmic thinking involve?

the problem is broken down using decomposition into smaller problems and then the required data is considered using abstraction