凹凸雅思

data storage and compression

使用闪卡高效复习COMPUTER-SCIENCE科目知识点

共计闪卡

30

闪卡自测

进度: 1 / 30已掌握: 0 | 需要复习: 0
问题

What is a bit?

点击查看答案
请先阅读问题,然后点击卡片查看答案

所有闪卡

闪卡 1

问题

What is a bit?

查看答案

答案

A bit is the smallest unit of data storage, representing a single binary digit (either 1 or 0.)

闪卡 2

问题

How many bits are in a byte?

查看答案

答案

A byte is 8 bits.

闪卡 3

问题

How many bits are in a Kibibyte?

查看答案

答案

A kibibyte is 1024 bytes (2^10 bytes).

闪卡 4

问题

What is the difference between a megabyte and a mebibyte?

查看答案

答案

A megabyte is bytes, while a mebibyte is bytes.

闪卡 5

问题

True or False? When converting between units larger than a byte, we use multiples of 1000.

查看答案

答案

False. When converting between units larger than a byte, we use multiples of 1024 (2^10).

闪卡 6

问题

How do you convert from bytes to bits?

查看答案

答案

To convert from bytes to bits, multiply by 8.

闪卡 7

问题

What is a Tebibyte?

查看答案

答案

A tebibyte is 1,099,511,626,776 bytes (2^40 bytes).

闪卡 8

问题

What is the symbol for mebibyte?

查看答案

答案

The symbol for mebibyte is MiB.

闪卡 9

问题

True or False? A nibble is 2 bits.

查看答案

答案

False. A nibble is 4 bits.

闪卡 10

问题

How do you convert from kibibytes to bytes?

查看答案

答案

To convert from kibibytes to bytes, multiply by 1024.

闪卡 11

问题

What is the formula for calculating the size of a bitmap image?

查看答案

答案

The size of a bitmap image is calculated by: Resolution x colour depth or Image width x image height x colour depth

闪卡 12

问题

Define resolution.

查看答案

答案

Resolution is the total number of pixels in an image, calculated by multiplying the image width by the image height.

闪卡 13

问题

Define colour depth.

查看答案

答案

Colour depth is the number of bits used to represent the colour of each pixel.

闪卡 14

问题

True or False? ** A colour depth of 24 bits** is equal to 3 bytes.

查看答案

答案

True. A colour depth of 24 bits is equal to 3 bytes.

闪卡 15

问题

What is the formula for calculating the size of a sound file?

查看答案

答案

The size of a sound file is calculated by Sample rate x duration x sample resolution.

闪卡 16

问题

Define sample rate.

查看答案

答案

Sample rate is the number of samples taken per second in a digital audio recording.

闪卡 17

问题

Define sample resolution.

查看答案

答案

Sample resolution is the number of bits stored per sample in a digital audio recording.

闪卡 18

问题

How do you convert file size from bits to bytes?

查看答案

答案

To convert file size from bits to bytes, divide by 8.

闪卡 19

问题

How do you convert file size from bytes to kibibytes?

查看答案

答案

To convert file size from bytes to kibibytes, divide by 1024.

闪卡 20

问题

True or False? The resolution of an image is measured in bits.

查看答案

答案

False. The resolution of an image is measured in pixels (width x height).

闪卡 21

问题

Define compression.

查看答案

答案

Compression is reducing the size of a file so that it takes up less space on secondary storage.

闪卡 22

问题

State three benefits of compression.

查看答案

答案

Three benefits of compression are:

闪卡 23

问题

Define lossy compression.

查看答案

答案

Lossy compression is a method of data compression where data is lost in order to reduce file size, resulting in a loss of quality but smaller file sizes.

闪卡 24

问题

Define lossless compression.

查看答案

答案

Lossless compression is a method of data compression where data is encoded to reduce file size without losing any information, allowing the original data to be perfectly reconstructed.

闪卡 25

问题

True or False? Lossy compression is reversible.

查看答案

答案

False. Lossy compression is irreversible.

闪卡 26

问题

What types of files are suitable for lossy compression?

查看答案

答案

Files suitable for lossy compression are those where reducing quality is acceptable, such as images, video, and sound files.

闪卡 27

问题

How does lossy compression work on photographs?

查看答案

答案

In photographs, lossy compression tries to group similar colours together, reducing the number of colours in the image without significantly compromising the overall visual quality.

闪卡 28

问题

True or False? Lossless compression can be used on all types of data.

查看答案

答案

True. Lossless compression can be used on all types of data.

闪卡 29

问题

How does lossless compression work on documents?

查看答案

答案

In documents, lossless compression uses algorithms to analyse the contents, looking for patterns and repetition, such as replacing repeating characters with a single character and the number of occurrences.

闪卡 30

问题

What is an advantage of lossless compression over lossy compression?

查看答案

答案

An advantage of lossless compression is that the file can be returned to its original state without any loss of data quality.