AP CSP - Errors

studied byStudied by 1 person
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 4

flashcard set

Earn XP

5 Terms

1

Syntax Error

A mistake in typed code that violates the rules of the programming language. Typically, code with ______ errors will not run.

New cards
2

Logic Error

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

New cards
3

Run-time 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 no exist.

New cards
4

Overflow Error

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

New cards
5

Round-off Error

Error that results when the number of bits is not enough to represent the number with full precision (like using 3 digits to represent π as 3.14).

New cards
robot