返回卡包市场

3.3 Fundamentals Of Data Representation

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

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

卡片预览 (16 张)

#1
正面 (问题)

What is a bitmap image?

背面 (解答)

Image of grid of pixels, that’s a picture element, smallest area or bitmap graphic Each pixel represented by bit pattern (colour) Image size = WxH of pixels File size = colour depth x image size

#2
正面 (问题)

Affecting factors of file size

背面 (解答)

More colours more colour depth more storage More pixels higher resolution more storage

#3
正面 (问题)

Finding colour depth

背面 (解答)

Eg 20 colours 20-1 =19 19 in binary = 1111 = 4 bits to represent

#4
正面 (问题)

Storing analogue sounds

背面 (解答)

microphone Transducer converts analogue sound into electrical signals Then converted to digital binary values (=sampling)

#5
正面 (问题)

File size of sound

背面 (解答)

In bits Sampling rate per second x sample resolution x seconds

#6
正面 (问题)

Data compression define Why?

背面 (解答)

Modify data to Reducing file size Less storage capacity, Less time to transfer, less network bandwidth consumption

#7
正面 (问题)

Two kinds of compression

背面 (解答)

Lossy and lossless Lossy is irreversible and data is lost

#8
正面 (问题)

Example of lossless compression

背面 (解答)

Run length encoding eg (4 1), (2 0) 111100 Huffman coding those tree graphs + freq table

#9
正面 (问题)

why is ASCII limited?

背面 (解答)

ASCII only has 7 bits so can only code for latin alphabet, 128 characters , so other alphabets are not represented for

#10
正面 (问题)

why is unicode more accessible

背面 (解答)

unicode codes for 8 or 16 bits, so maximum can code for 65536 characters, more universal to represent for other alphabets beyond latin

#11
正面 (问题)

how is analogue sound recorded

背面 (解答)

microphone picks up sound waves converted to an electrical analogue signal value read and rounded binary representation stored

#12
正面 (问题)

why a sound recordin with high sample rate normally result in better quality recording

背面 (解答)

more measurements taken = less missing parts of original sound = more accurate

#13
正面 (问题)

stages in converting sound to a digital form

背面 (解答)

• microphone picks up sound waves, sampling rates at regular intervals • converted to electrical analogue signal • value read at specific point and rounded to a level • binary values stored

#14
正面 (问题)

define sample resolution

背面 (解答)

number of bits to represent a sound sample

#15
正面 (问题)

define sampling rate

背面 (解答)

number of samples taken per second

#16
正面 (问题)

why must a sound be converted to a digital format before it can be stored on a computer system?

背面 (解答)

computer systems use binary storage sound is analogue / continuous