返回卡包市场

Unit 3

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

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

卡片预览 (24 张)

#1
正面 (问题)

Binary number system

背面 (解答)

• Computers use a binary number system consisting of only 0s and 1s • Everything that a computer needs to process must be converted into binary format • This format is used for storing numbers, text, images, sound and program instructions

#2
正面 (问题)

Bitmap image file formats

背面 (解答)

• BMP • JPG • GIF • PNG • TIFF

#3
正面 (问题)

What is sample resolution in terms of an image?

背面 (解答)

The number of bits per pixel

#4
正面 (问题)

What is sample resolution in terms of a sound file?

背面 (解答)

The number of bits per sample

#5
正面 (问题)

What is the typical screen resolution?

背面 (解答)

72 PPI (Pixels Per Inch)

#6
正面 (问题)

Increasing the number of colours

背面 (解答)

More bits per pixel = more colour combinations - 1 bit = 2 colours - 2 bits = 4 colours - 3 bits = 8 colours - 4 bits = 16 colours

#7
正面 (问题)

What is the relationship between colour and bit depth?

背面 (解答)

• Each pixel can represent a finite number of colours • A pixel is attributed a number of n bits • The number of combinations (2^n) dictates the bit depth and therefore the number of colours that can be represented • A higher bit depth gives a greater range of colour and a better quality of image

#8
正面 (问题)

How does the number of colours affect the file size?

背面 (解答)

An increase in the number of colours that are used in an image (the bit depth) will increase the file size

#9
正面 (问题)

How does the size of the image affect file size?

背面 (解答)

• Size has two meanings • An increase in the number of pixels in the image will increase the file size • If an images physical size is increased by making each pixel larger than there is no change in the file size

#10
正面 (问题)

Difference between analogue and digital sound signals

背面 (解答)

• Analogue sound signals are continuous • Digital signals are discrete, this means the sound wave is sampled at regular intervals

#11
正面 (问题)

how is sound converted into digital form (what is used to convert the sound waves)?

背面 (解答)

• Sounds must be converted into a digital from in order to be stored and processed by a computer • An Analogue to Digital Converter (ADC) is used to convert inputs to digital signals • A Digital to Audio Converter (DAC) is used to convert digital signals to outputs ADC –> Processing –> DAC

#12
正面 (问题)

What is a sound sample?

背面 (解答)

A measurement of amplitude of a sound wave at a given time

#13
正面 (问题)

Sound sampling

背面 (解答)

• Sound is sampled using a sample resolution (bit depth) and sampling rate • The sample resolution determines how closely the wave is sampled on the y-axis

#14
正面 (问题)

What is the sampling rate?

背面 (解答)

• The sampling rate is the number of samples taken per second. It is measured in hertz (Hz) • The frequency or sample rate per second affects the level of detail in the digital representation • The greater the frequency, the greater the accuracy and file size

#15
正面 (问题)

What is the sample resolution?

背面 (解答)

• The number of bits used to record each measurement • More bits used per sample enables the height of the wave to be more accurately measured but increases the file size

#16
正面 (问题)

Lossless compression

背面 (解答)

Lossless compression formats are able to reduce the file size when compressed but not lose any information

#17
正面 (问题)

Examples of lossless music file formats

背面 (解答)

• FLAC (Free Lossless Audio Codec) • ALAC (Apple Lossless Audio Codec) • WMA Lossless (Widows Media Audio)

#18
正面 (问题)

Lossy compression

背面 (解答)

• Lossy compression removes sounds that we can’t easily hear or that least affect the perceived playback quality • Lossy compression leaves out some data from the original so can negatively affect the sound quality • Useful for storing, downloading or streaming

#19
正面 (问题)

What is the formula for calculating the size of an uncompressed music file?

背面 (解答)

sampling rate x bit depth x duration

#20
正面 (问题)

Examples of lossy file formats

背面 (解答)

• MP3 • AAC (Advanced Audio Coding)

#21
正面 (问题)

What is compression?

背面 (解答)

Reducing the size of a file

#22
正面 (问题)

Why is compression software used?

背面 (解答)

Reduces the size of a file so it takes up less disk space, and is quicker to download over the Internet

#23
正面 (问题)

How many bits are in a byte?

背面 (解答)

8 bits = 1 byte

#24
正面 (问题)

How many bits does ASCII use to store each character?

背面 (解答)

7 bits