Computer Science AP Unti 1

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

1/13

flashcard set

Earn XP

Description and Tags

for quiz 1

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

decimal

A way of representing information using ten options

2
New cards

binary

A way of representing information using only two options

3
New cards

bit

A contraction of "Binary Digit"; the single unit of information in a computer, typically represented as a 0 or 1

4
New cards

byte

8 bits = one byte

5
New cards

overflow error

Error from attempting to represent a number that is too large

6
New cards

round-off error

Error from attempting to represent a number that is too precise. The value is rounded.

7
New cards

abstraction

a programmer hides all but the relevant data about an object in order to reduce complexity and increase efficiency.

8
New cards

lossless compression

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

9
New cards

lossy compression

A process for reducing the number of bits needed to represent something in which some information is lost or thrown away. This process is not reversible

10
New cards

intellectual property

A work or invention that is the result of creativity, such as a piece of writing or a design, to which one has rights and for which one may apply for a patent, copyright, trademark, etc.

11
New cards

Creative Commons

A collection of public copyright licenses that enable the free distribution of an otherwise copyrighted work, used when an author wants to give people the right to share, use, and build upon a work that they have created

12
New cards

pixels

small squares that make up a bigger picture and can be coded in many different colors and shades to make elaborate pictures.

13
New cards

what is analog data vs. digital data

Analog technology uses data that is continuous and the goal is to capture a likeness of reality. Digital technology uses sampling to encode the data and then reproduces it as closely as needed.

14
New cards

Sampling

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