Algorithms And Computational Thinking Flashcards
1
Q
What are the tree types of computational thinking?
A
Decomposition
Abstraction
Alforithmic thinking
2
Q
What is decomposition?
A
The way that a computer breaks down a complex problem into smaller ones and solves them individually
3
Q
What is abstraction?
A
Picking out important details from a problem and ignoring the specifics
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