csp vocab

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/9

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:34 AM on 5/11/24
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

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

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.

8
New cards

Analog data

Values that change smoothly, rather than in discrete intervals, over time.

9
New cards

Lossless

Compressing data in a way that preserves all data 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.