APCSP 2.2.2 vocab

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

1/12

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 9:50 PM on 2/12/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

13 Terms

1
New cards

binary

A base 2 numeral system that represents all numbers using only the two digits 0 and 1.

2
New cards

bit

Short for binary digit, bits can only store one of two values, a 1 or a 0.

3
New cards

byte

Eight bits, able to represent 256 distinct values (abbreviated 'b').

4
New cards

overflow error

An error that occurs when a computer attempts to handle a number that is outside of the defined range of values.

5
New cards

ASCII

A standard that computers use to represent letters, numbers, and symbols (abbreviated from American Standard Code for Information Interchange).

6
New cards

abstraction

A concept in computer science allowing users to focus on important details by hiding other details of a system or process.

7
New cards

pixels

A single dot in an image, often composed of three dots (red, blue, and green) for color monitors.

8
New cards

transistor

Electronic devices that use tiny electronic components to store data and can hold electric signals in one of two states: ON or OFF.

9
New cards

internet

A global computer network providing varied information and communication facilities using standardized protocols.

10
New cards

resolution

The measurement of how many pixels are on a screen.

11
New cards

Unicode/UTF-8

A multi-byte character encoding that includes most of the world's languages, scripts, symbols, and emoji characters.

12
New cards

bitmap

Uses one bit for each pixel, with 1 for black and 0 for white, greatly reducing file size.

13
New cards

What are five things that you can store digitally using binary?

Video, images, numbers, audio, text (VINAF).