Paper 1: Data Representation Flashcards

1
Q

Binary

A

A number system using only two digits: 0 and 1. It’s the fundamental language computers understand because it represents the on/off states of electronic circuits.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Bit

A

The smallest unit of data in a computer, representing either a 0 or a 1. Think of it as a single light switch – either on or off.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Byte

A

A group of 8 bits. It’s a common unit for measuring data storage. For example, a single character (like a letter or number) often requires one byte of storage.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Kilobyte (KB)

A

Approximately 1,000 bytes (actually 1024). Used to measure small file sizes, like a short document.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Megabyte (MB)

A

Approximately 1 million bytes. Used for medium-sized files like photos or songs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Gigabyte (GB)

A

Approximately 1 billion bytes. Used for larger files like videos or software.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Terabyte (TB)

A

Approximately 1 trillion bytes. Used for very large storage capacities, like hard drives or large backups.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

ASCII

A

A standard way of representing text characters (letters, numbers, symbols) using numerical codes. Each character is assigned a unique number.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Unicode

A

A more comprehensive character encoding standard than ASCII. It can represent characters from almost all written languages in the world.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Sampling Rate (in sound)

A

The number of times per second a sound wave is measured and recorded when converting analog sound to digital. A higher sampling rate generally results in better sound quality.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Sample Resolution (in sound)

A

The number of bits used to represent the amplitude (loudness) of each sound sample. Higher resolution means more detail and better sound quality.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Pixel

A

The smallest unit of a digital image or graphic that can be displayed on a screen. Think of it as a tiny dot of color.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Color Depth (in images)

A

The number of bits used to represent the color of a single pixel. Higher color depth allows for a wider range of colors.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Resolution (in images)

A

The number of pixels in an image, often expressed as width x height (e.g., 1920x1080). Higher resolution means more detail in the image.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Lossy Compression

A

A data compression technique that permanently removes some data to reduce file size. This can result in a loss of quality, but the file becomes much smaller (e.g., JPEG for images, MP3 for audio).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Lossless Compression

A

A data compression technique that reduces file size without losing any original data. The original data can be perfectly reconstructed (e.g., ZIP files, PNG for some images).