Compsci test 1

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

1/29

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

30 Terms

1
New cards

Binary is read

left to right

2
New cards

each number added

doubles the possibilites

3
New cards

each number can be either _ or _

1, 0

4
New cards

Each number is a value of

2^n

5
New cards

binary starts at

2^0

6
New cards

Rounding error

difference between rounded and actual numbers

7
New cards

overflow error

data is too large to represent in given memory slot

8
New cards

underflow error

number is too close to 0, so rounds to 0

9
New cards

Standards

help make sure that all characters are understood through multiple languages and devices.

10
New cards

In ASCII, every character has a

binary representation

11
New cards

Black in binary is

0

12
New cards

White in binary is

1

13
New cards

more pixels means

higher resolution

14
New cards

in color images, every group of bits is divided into

3.

15
New cards

3 Binary colors are

red, green, blue

16
New cards

In color images, higher the number on the colors designated third

brighter that color

17
New cards

Losseless compression

A data compression algorithm that allows the original data to be perfectly reconstructed from the compressed data

18
New cards

Metadata

data that describes other data. ex. image size, number of colors, or resolution.

19
New cards

Lossy compression

A data compression method that uses inexact approximations, discarding some data to represent the content.

20
New cards

Lossy data character/phrase

replace repeated phrases/words with a variable.

21
New cards

Compression ratio formula

(# bytes compressed out/# of bytes in original message) * 100

22
New cards

image

A type of data used for graphics or pictures

23
New cards

RGB

The color model that uses varying intensities of red, green, and blue light, added together in to reproduce a broad array of colors

24
New cards

Pixel

The fundamental unit of a digital image, typically a tiny square or dot which contains a single point of color of a larger image

25
New cards

ASCII

The universally recognized raw text format that any computer can understand

26
New cards

__ bits of metadata that describes (1) _ (2) _ and (3) _

24, width, height, bits per pixel

27
New cards

How many bits are required to encode a x by y color image, encoded with z bits of RGB data?

  1. xy 2. xyz 3. xyz + 24
28
New cards

How many bites in a byte?

8

29
New cards

A huge video can be shorter than a smaller video IF

the huge video goes through lossy compression

30
New cards

x amount of bits makes how many possible combinations

2^(number of bits)