AP CSP - Errors

0.0(0)
studied byStudied by 5 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/4

flashcard set

Earn XP

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

5 Terms

1
New cards

Syntax Error

A mistake in typed code that violates the rules of the programming language. Typically, code with ______ errors 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

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.

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”).

5
New cards

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).