AP Comp Sci Big Idea 1 and Big Idea 2 terms

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/10

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

11 Terms

1
New cards

Syntax Error

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

5
New cards

Bit

A binary digit, either 0 or 1

6
New cards

Byte

A sequence of 8 bits

7
New cards

Roundoff

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

8
New cards

Analog Data

Values that change smoothly, rather than in discrete intervals, over time. For example, the pitch and volume of a live concert.

9
New cards

Lossless

Compressing data in a way that preserves all data away and allows full recovery of the original.

10
New cards

Lossy

Compressing data in a way that discards some data and makes it impossible to recover the original.

11
New cards

Metadata

Data about data, like descriptive information about a file or a row in a database.