Data representation

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

1/21

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

22 Terms

1
New cards

Bit

The smallest unit of data in a computer, representing a binary value of 0 or 1.

2
New cards

Byte

A group of eight bits, commonly used to represent a single character.

3
New cards

Decimal (Base 10)

A number system using digits 0-9, based on powers of 10.

4
New cards

Binary (Base 2)

A nuA number system using digits 0 and 1, based on powers of 2, used internally by computers.mber system using digits 0 and 1, based on powers of 2, used internally by computers.

5
New cards

Hexadecimal (Base 16)

A number system using digits 0-9 and letters A-F, based on powers of 16, often used in computing as a more human-friendly representation of binary values.

6
New cards

Kilobyte (kB)

Approximately 1,000 bytes; used to measure small file sizes.

7
New cards

Megabyte (MB)

Approximately 1,000 kilobytes; used to measure medium-sized files.

8
New cards

Gigabyte (GB)

Approximately 1,000 megabytes; used to measure large files or storage capacity.

9
New cards

Terabyte (TB)

Approximately 1,000 gigabytes; used to measure very large storage capacities.

10
New cards

Character Set

A collection of characters and symbols used for data representation.

11
New cards

ASCII (American Standard Code for Information Interchange)

A 7-bit character encoding standard representing English characters, with codes ranging from 0 to 127.

12
New cards

Unicode

A character encoding standard that extends ASCII to include characters from various languages and scripts, providing a unique code point for each character.

13
New cards

Pixel

The smallest unit of a digital image, representing a single point in the image.

14
New cards

Bitmap

An image composed of a grid of pixels, each with a specific color and intensity.

15
New cards

Colour Depth

The number of bits used to represent the color of a single pixel, determining the range of colors in an image.

16
New cards

Image Resolution

The dimensions of an image, typically measured in pixels (width x height), affecting image clarity and detail.

17
New cards

Analogue Sound

Continuous sound waves representing varying frequencies and amplitudes.

18
New cards

Digital Sound

Sound represented by discrete samples, converted from analogue signals.

19
New cards

Sampling Rate

The number of samples of audio taken per second during analogue-to-digital conversion, measured in hertz (Hz).

20
New cards

Sample Resolution

The number of bits used to represent each audio sample, affecting sound quality.

21
New cards

Lossless Compression

Reduces file size without any loss of data, preserving original quality.

22
New cards

Lossy Compression

Reduces file size by removing some data, often unnoticeable to users, but some quality is lost.