big idea 2: data - ap csp flashcards ੈ✩‧₊˚

5.0(1)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/17

flashcard set

Earn XP

Description and Tags

all info is taken from the barrons book!!

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

18 Terms

1
New cards

what is a bit

shorthand for a SINGLE binary digit, either 1 or 0

2
New cards

how many bits make up a byte

8 bits

3
New cards

how many BYTES are in a kilobyte and a megabyte

1024 (kb), about 1 million bytes (mb)

4
New cards

the binary number system follows the base ___

2

5
New cards

bits are grouped to represent ___________

abstractions

6
New cards

what is an analog signal + examples of analog data

these signals have values that change smoothly over time, NOT discrete intervals

ex. pitch, volume of music, colors in a painting, etc.

7
New cards

what is a digital signal

basically an analog signal that’s been broken up into steps, measured at discrete or distinct intervals

8
New cards

what is the sampling technique

measuring values of an analog signal at regular intervals called SAMPLES

9
New cards

what are sampled measure for

they are measured to figure out the exact bits required to store each sample

10
New cards

what is an overflow error

lots of programming languages have a fixed number of bits to represent integer limits and/or characters; if the bit limit is surpassed, it results in an overflow error

11
New cards

what are roundoff errors

occur when decimal values are rounded

12
New cards

what does lossy compression do

it significantly reduces file size for storage and transmission, however, the original data cannot be recovered

13
New cards

what does lossless compression do

it’s a compression where no data is lost, however, even after compression, file sizes are larger, meaning it’s difficult to store, transfer, and handle

14
New cards

what is the process of cleaning data

makes data uniform without changing its meaning

15
New cards

what do predicting algorithms do

they use information collected from big dat sets to influence our daily lives

16
New cards

what is metadata

data about the given data, or data that describes your data

17
New cards

how do scatter plots visualize data

points are plotted and a line/curve of best fit is used to determine the relationships

18
New cards

how do linear graphs visualize data

they show trends over time