返回卡包市场

2.3.1 Data Storage & Compression (B01)

暂无描述。系统推荐的高质量记忆内容,适合每天坚持背诵学习。

卡片总数: 12内容版本: v4公开卡包更新时间: 8/1/2026

卡片预览 (12 张)

#1
正面 (问题)

bit (b)

背面 (解答)

(short for binary digit) is the smallest unit of data in a computer. A bit has a single binary value, either 0 or 1.

#2
正面 (问题)

byte (B)

背面 (解答)

8 bits

#3
正面 (问题)

nibble

背面 (解答)

4 bits / half a byte

#4
正面 (问题)

bit rate

背面 (解答)

number of bits transmitted (usually per second)

#5
正面 (问题)

kibibyte

背面 (解答)

2^10 bytes (1024)

#6
正面 (问题)

the hierarchy of bytes

背面 (解答)

kibi, mebi, gibi, tebi (kennard, miss jones, gib, truck)

#7
正面 (问题)

卡片正面图片
背面 (解答)

卡片背面图片
#8
正面 (问题)

卡片正面图片
背面 (解答)

卡片背面图片
#9
正面 (问题)

A typical book has about 459 000 characters. Your eReader has half a mebibyte of space left on it. Will a typical book fit in the remaining space? Assume 1 character = 1 byte

背面 (解答)

459 000 chars = 459 000 bytes 1 MiB =1024 ×1024 bytes 459 000 chars = (459 000)/(1024 × 1024) mebibytes This is approx. 0.438 MiB, so the book will fit.

#10
正面 (问题)

compression

背面 (解答)

reducing large file sizes by repackaging/removing some data

#11
正面 (问题)

lossy compression (what, how effective, examples)

背面 (解答)

permanently deletes data - can reduce up to 90% - but can never be reconstructed to its original state for audio files this is removing frequencies outside out of human hearing range eg JPEG (images), MP3 (sound)

#12
正面 (问题)

lossless compression (what, how effective, examples)

背面 (解答)

retains the exact meaning of the original data done by identifying and removing redundant data (eg if words are used more than once, a lookup table is created and they are converted to tokens pointing to their place in the table) - can reduce by around 50% - means file can be reconstructed to original state when decompressed eg PNG (images), FLAC (audio). ZIP (archiving)