CS unit 1 key terms

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

1/9

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:29 PM on 9/15/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

10 Terms

1
New cards

define ASCII and the codes - denary and hex.

a 7- bit character set with codes 0-127 in denary and 00-7F in hex

2
New cards

define extended ASCII and the codes - denary and hex

an 8-bit character set with codes 0-255 in denary and 00-FF in hex

3
New cards
<p>define unicode and what bit codes does it use.</p>

define unicode and what bit codes does it use.

a character set that can represent characters from languages worldwide. it uses 16-bit or 32-bit codes.

4
New cards

what does sampling measure?

measuring the amplitude of a sound wave at regular intervals

<p>measuring the amplitude of a sound wave at regular intervals </p>
5
New cards

define sampling rate and state the unit

the number of audio samples taken per second when converting analogue (continuous) sound to digital data. the unit is hertz (Hz).

6
New cards

what is color depth?

the number of bits used to represent each pixel’s color

7
New cards

what is the formula to find color depth?

number of colors = 2^number of bits

number of bits = color depth

8
New cards

define resolution

the number of pixels in an image, usually given by width times height

9
New cards

define lossy compression

permanent compression that removes unnecessary data, so the original file cant be perfectly reconstructed.

10
New cards

define lossless compression

compression where no data is permanently lost, so the original file can be perfectly reconstructed.