Computer Science Notes: Storage, Binary, and Data Representation

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

1/31

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering binary numbers, data units, storage types, color representations, and sound data from the lecture notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

32 Terms

1
New cards

Bit

The smallest unit of data in computing; a single 0 or 1.

2
New cards

Byte

Eight bits; the basic memory unit (notes describe 8 bits = 1 byte).

3
New cards

Nibble

A group of four bits.

4
New cards

Binary

Base-2 number system using digits 0 and 1, with each position weighted by powers of 2.

5
New cards

Kilobyte (KB)

Unit of data equal to 1,000 bytes (decimal) or 1,024 bytes (binary) depending on convention.

6
New cards

Megabyte (MB)

Unit equal to 1,000,000 bytes or 1,024 kilobytes.

7
New cards

Gigabyte (GB)

Unit equal to 1,000,000,000 bytes or 1,024 megabytes.

8
New cards

Terabyte (TB)

Unit equal to 1,000,000,000,000 bytes or 1,024 gigabytes.

9
New cards

Petabyte (PB)

Unit equal to 1,000,000,000,000,000 bytes or 1,024 terabytes.

10
New cards

Hexadecimal

Base-16 number system using digits 0-9 and A-F; used for large values and color codes.

11
New cards

ASCII

American Standard Code for Information Interchange; originally 7-bit (128 chars); extended ASCII uses 8 bits (256 chars).

12
New cards

Unicode

32-bit encoding capable of representing millions of characters from many languages and symbols, including emojis.

13
New cards

Secondary storage

Non-volatile storage that keeps data when power is off; typically slower than primary but larger and cheaper.

14
New cards

Optical storage

CDs, DVDs, Blu-ray discs; data written with a laser creating pits/lands and read by light reflection.

15
New cards

Magnetic storage

HDDs, magnetic tapes, floppy disks; data written by magnetizing particles and read by detecting orientation.

16
New cards

Solid-state storage

SSDs, USB flash drives, SD cards; uses flash memory with no moving parts; fast access.

17
New cards

Cloud storage

Data stored on remote servers accessed over the internet; advantages: accessibility and collaboration; disadvantages: internet dependency and privacy concerns.

18
New cards

Pixel

The smallest element of a digital image; stores color information.

19
New cards

Bitmap

A digital image made up of a grid of pixels.

20
New cards

Colour depth

Number of bits used to store color information per pixel; higher depth means more colors.

21
New cards

File size (image)

File size = width × height × colour depth (bits) ÷ 8.

22
New cards

Resolution

Number of pixels in an image; more pixels = higher quality and larger file size.

23
New cards

Flash memory

Non-volatile memory used in SSDs and USB drives; stores data in transistor charge to represent 0/1; read by detecting charge state.

24
New cards

Write head

Magnetic component that writes data by aligning magnetic particles.

25
New cards

Read head

Component that reads data by sensing the orientation of magnetic particles.

26
New cards

Optical write

Process of burning pits and lands on an optical disc with a laser.

27
New cards

Optical read

Reading by shining light and detecting reflections from pits/lands on an optical disc.

28
New cards

Audio sample

A single amplitude measurement of a sound wave at a moment in time.

29
New cards

Sample rate

Number of samples taken per second (measured in Hz).

30
New cards

Sample resolution

Number of bits used for each audio sample.

31
New cards

File size (audio)

File size = sample rate × sample resolution × time × number of channels.

32
New cards

Hz

Hertz; unit of frequency measuring cycles per second.