The benefit of having more efficient algorithms.
easier to debug
How many arrows should stem from a task block?
1
What is algorithm?
Planning how to make slime and creating a list of steps to follow is an example of this computational thinking component.
What is an example of an algorithm.
What is...
Washing your hair:
1. wet hair
2. add shampoo to your hair
3. lather shampoo
4. rinse and repeat as needed
What does a diamond or rhombus block represent in a flowchart?
A decision
What is Computational Thinking?
The term that means thinking through a problem and solution the way a computer does.
The component of computational thinking that is demonstrated in this image: 
algorithm

10
Which of the four parts of computational thinking focuses on the main idea and ignores all irrelevant information?
Abstraction
The computational thinking component that is used to create loops.
Pattern-recognition
In a flowchart, an arrow represents this.
data flow
What is a flowchart?
A visual representation of an algorithm.
What are the five components of Computational Thinking?
Abstraction, Pattern matching, Decomposition, Algorithm, evaluation.
What does the Start/End symbol do?
Can be used to show the beginning or ending of a program.
What is decomposition?
The process of taking a complex problem and breaking it down into smaller parts.