The first step of computational thinking is:
Decomposition
Which step of computational thinking does this definition describe: Looking for similarities among and within problems.
Pattern Recognition
Binary numbers are counted in this base
2
The first step when conducting a binary search.
A set of steps used to complete a simple task.
The second step of computational thinking is:
Pattern Recognition
Which step of computational thinking does this definition describe:Developing a step-by-step solution to the problem, or the rules to follow to solve the problem.
Algorithms
The first 5 guide numbers of binary code
16, 8, 4, 2, 1
The second step when conducting a binary search.
Finding the middle number.
One computer science related example of an algorithm.
Programming
Web development
Printing
Searching on the internet.
The third step of computational thinking is:
Abstraction
Which step of computational thinking does this definition describe: Breaking down a complex problem or system into smaller, more manageable parts.
Decomposition
10111, 11111, 10101
23, 31, 21
The third step when conducting a binary search.
Eliminating the middle number.
One real world example of an algorithm.
Stop lights.
Brushing your teeth.
Driving a car.
Doing the laundry.
The fourth step of computational thinking is:
Algorithms
Which step of computational thinking does this definition describe:Focusing on the important information only, ignoring the irrelevant detail.
Abstraction
The number 27, 13, and 8 in binary form.
11011, 01101, 01000
The main difference of a linear search and a binary search is.
Linear searches have to check each target value.
This presentation is used when algorithms are collecting real world data such as traveling, social media networks, and patterns.
Graphs
In order to look for solutions to a problem, we must first ________ the problem.
Understand.
A way of solving problems or identifying opportunities when conventional thinking has failed.
Create problem solving.
The name of the numerical system by which humans count.
Denary or Decimal
The name for a group of elements.
Array
This diagram presents a process or algorithm in sequential order.
Flow Chart