Khan Academy AP CSP Vocab Big Idea 1 - Creative Development

0.0(0)
Studied by 9 people
0%Big Idea 1 Mastery
0%Exam Mastery
Build your Mastery score
multiple choiceAP Practice
Supplemental Materials
call kaiCall Kai
Card Sorting

1/3

flashcard set

Earn XP

Description and Tags

Vocab from Khan Academy AP Computer Science Principles Big Idea 1: Creative Development

Last updated 1:13 PM on 5/6/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

4 Terms

1
New cards

Syntax error

A mistake in typed code that violates the rules of the programming language. Typically, code with this type of error will not run

2
New cards

Logic error

A mistake in an algorithm or program that causes it to behave unexpectedly or return the incorrect value

3
New cards

Runtime error

A mistake in a program that happens only when the program is actually run, such as a program attempting to access memory that does not exist

4
New cards

Overflow error

Error that results when the number of bits is not enough to represent the number (like a car’s odometer “rolling over”)