APCS - Unit 1

0.0(0)
Studied by 1 person
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/30

flashcard set

Earn XP

Description and Tags

Last updated 3:00 AM on 2/27/23
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

31 Terms

1
New cards
bit
single unit of information in a computer, typically represented as a 0 or 1
2
New cards
byte
8 bits of data
3
New cards
binary
a system where numbers and values are expressed 0 or 1.
4
New cards
binary number system
positional numeral system employing 2 as the base and so requiring only two different symbols for its digits, 0 and 1, instead of the usual 10 different symbols needed in the decimal system.
5
New cards
decimal number system
consists of 10 single-digit numbers: 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9
6
New cards
overflow error
Error from attempting to represent a number that is too large
7
New cards
round off error
Error from attempting to represent a number that is too precise. The value is rounded
8
New cards
digital data
Data that changes discreetly through a finite set of possible values.
9
New cards
analog data
Data with values that change continuously, or smoothly, over time. Some examples include music, colors or a painting, or position of a sprinter during a race.
10
New cards
sampling
A process for creating a digital representation of analog data by measuring the analog data at regular intervals called samples.
11
New cards
pixel
A type of data used for graphics or pictures
12
New cards
resolution
The number of pixels on a screen at the same time
13
New cards
RGB
uses varying intensities of (R)ed, (G)reen, and (B)lue light. Added together these intensities reproduce a broad array of colors.
14
New cards
data compression
the process (or processes) by which the size of shared or stored data is reduced.
15
New cards
lossless compression
A process for reducing the number of bits needed to represent something without losing information. This process is reversible
No data is lost between the original file and its compressed state.
Can be decompressed (or reverted) back into its original form
16
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.
Irreversible
17
New cards
intellectual property
work or invention that results from a person's creativity, and can be patented, copyrighted or trademarked.
18
New cards
creative commons
non-profit organization that exists to expand the range of creative works available for others to build upon and legally share.
19
New cards
open access
refers to a set of principles that seeks to provide free, online access to informational materials such as articles or books.
20
New cards
open source
allow for others to study them, change them and distribute newly created materials to anyone and for any purpose. Ex: Linux, Python
21
New cards
1
2^0
22
New cards
2
2^1
23
New cards
4
2^2
24
New cards
8
2^3
25
New cards
16
2^4
26
New cards
32
2^5
27
New cards
64
2^6
28
New cards
128
2^7
29
New cards
256
2^8
30
New cards
512
2^9
31
New cards
1024
2^10