Algorithms And Computational Thinking Flashcards

1
Q

What are the tree types of computational thinking?

A

Decomposition
Abstraction
Alforithmic thinking

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

What is decomposition?

A

The way that a computer breaks down a complex problem into smaller ones and solves them 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 details from a problem and ignoring the specifics

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 the solution to a problem. If the steps required to solve a problem are reused, they can be adapted for use in the future

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