Section 5 - algorithms Flashcards

1
Q

what is an algorithm?

A

a set of instructions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is decomposition?

A

breaking down a complex problem —> smaller problems—> solve each one individually

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is abstraction?

A

picking out important bits of information –> ignore specific details that don’t matter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is algorithmic thinking?

A

a logical way of getting from the problem to the solution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What can happen to the steps you take to solve a problem follow an algorithm?

A

they can be reused and adapted to solve similar problems

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does algorithmic thinking, decomposition & abstraction all make up?

A

computational thinking

How well did you know this?
1
Not at all
2
3
4
5
Perfectly