Computer Science Unit 1

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

1/17

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.

18 Terms

1
New cards

How do computers represent data?

Text, images, audio, numbers

2
New cards

What is a bit?

A bit is one digit

3
New cards

What is a byte?

Eight bits

4
New cards

What is the formula for finding the highest number you can make with a certain number of bits

2^number of bits -1

5
New cards

What is the formula for finding the total number of numbers you can make with a certain number of bits

2^number of bits

6
New cards

What is digital data?

data that changes discreetly through a finite set of possible values

7
New cards

What is analog data?

data with values that change continuously or smoothly overtime?

8
New cards

What are the layers of abstraction?

Text

ASCII

Binary

9
New cards

What are the layers of abstraction for colored images?

Digital image layer

Sampling layer

Pixel layer

Binary layer

10
New cards

What is overflow error?

an error from attempting to represent a number that is too large.

  • You can add an extra bite to left, but if it is fixed, you cannot add anymore.

11
New cards

What is round off error?

error from attempting to represent a number that is too precise the value will be rounded.

  • Only some numbers are too precise

    • 0.76 0.16 0.33

  • but there are some numbers that you can represent

    • 2^-1 2^-2

12
New cards

what is sampling pixels to create images?

a process for creating a digital representation of analog data by measuring the analog data at regular intervals called samples

  • you either add or don’t add light into a pixel

13
New cards

What is Lossy compression?

a process for reducing the number of beds needed to represent something in which some information is lost or thrown away the process is not reversible

14
New cards

When is it best to use to use Lossy compression?

  • file time is concern

  • Needs to be sent in reasonable amount of time

  • Multimedia

  • Faster

15
New cards

Lossless compression

A process for reducing the number of bits needed to represent something without losing any information. This process is reversible.

16
New cards

When should you use lossless compression?

  • Text

  • Key of dictionary to reconstruct the original

  • Accuracy is important

17
New cards

Creative commons

Free copyright licenses. You tell which ones you are fine with people using

18
New cards

Copyright law

  • Benefits for artists and creator

    • Control over work

      • Economically

      • Decide where sold and how much

  • Incentive to produce more work

  • Others can’t copy

  • You automatically own it