1/4
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Top-Down Design
A problem-solving approach in which you break a large problem into smaller pieces.
Debugging
Finding and fixing problems in an algorithm or program.
Logic Error
A logical mistake in the code that produces incorrect output.
Syntax Error
Errors which are detected and prevent the program from running.
Run Time Error
An error in the code that occurs while the program is running.