1/7
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
What is Computational Thinking?
Computational thinking is a problem-solving process that involves approaching a problem in a logical, structured way and designing solutions that can be carried out by a computer.
What are the four main components of computational thinking?
Abstraction, Pattern recognitin, Decomposition, Algorithms
What is decomposition?
Decomposition is the process of breaking down a large, complex task into a set of smaller, more manageable tasks.
What is an algorithm?
An algorithm is a clear, step-by-step sequence of instructions designed to complete a task or solve a problem.
What is pattern recognition?
Pattern recognition is the process of identifying similarities, trends or regularities within a problem, or between a new problem and problems already solved.