AP CSP Unit 4

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

1/14

flashcard set

Earn XP

Description and Tags

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

15 Terms

1
New cards

Pixel

The smallest element or unit that makes up a digital image that can be individually processed.

2
New cards

while loop

A control flow statement that allows code to be executed repeatedly according to a given Boolean condition (consists of initialization, condition, action, and update).

3
New cards

iterative

Repeating a process to generate an unbounded sequence of outcomes, or with the aim of approaching a desired goal or result.

4
New cards

initialization

To set a variable to an initial value

5
New cards

raster format image

An image represented by a grid of pixels. Can be scaled down with no quality loss, but when scaling up, can become fuzzy or pixelated.

6
New cards

vector format image

A graphic image made up of paths, not a specific number of dots, so they can be rescaled and not lose any image quality.

7
New cards

raw format image

An original image from a digital camera that is neither processed nor compressed and is a larger file format.

8
New cards

jpeg format image

A processed and compressed image that is more accessible and generally has a smaller file format

9
New cards

run length encoding

Lossless data compression where sequences of the same data value are stored as a single value.

10
New cards

frequency

The speed of the vibration that determines the pitch of sound. Measured in wave cycles that occur in one second (Hertz).

11
New cards

sampling

A technique for measuring the sound wave and digitally encoding sound to make a digital representation

12
New cards

bitmap

A file format used to store digital images.

13
New cards

backmasking

A technique for recording audio backward.

14
New cards

lossless data compression

Compression that has occurred with no loss of information so when decompression occurs, no data is ever lost if reverting back.

15
New cards

lossy data compression

Irreversible compression that uses a more aggressive compression ratio through approximations resulting in partial data loss.