Algorithms: Abstractions. Flashcards
1
Q
What are the principles of comptational thinking?
A
- Decomposition.
- Abstraction.
- Algorthimic thinking.
2
Q
What is abstraction?
A
- Process of removing unecessary details and including only the relevant details.
- Focuses on important details the simple idea.
3
Q
Why is abstraction important?
A
- Creates the idea of what a problem is and how to solve it.
- ## Removes detail and information that are not necsarry to solve said problem and make it more simpler.