1/5
A set of vocabulary flashcards covering the core concepts of computational thinking and planning as outlined in Unit 1.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
Algorithm
A step-by-step plan for solving a problem.
Decomposition
Breaking a large problem into smaller, easier-to-solve pieces.
Pattern Recognition
Finding similarities or repeated ideas that help solve problems more efficiently.
Abstraction
Focusing on the important information while ignoring details that are not needed to solve the problem.
Flowchart
A diagram that uses symbols and arrows to show the steps in an algorithm.
Pseudocode
A plan for a program written in plain language instead of computer code.