返回卡包市场

2.2 Data Representation (B03)

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

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

卡片预览 (24 张)

#1
正面 (问题)

ASCII

背面 (解答)

• A standard • For representing text/characters • Allows data to be interchangeable between computers (from different manufacturers) • Each character is mapped to a unique number/binary equivalent • ASCII (encoding) uses 7/8 bits • There are 128 unique characters (allow 256 for 128)

#2
正面 (问题)

text file - and why are they good?

背面 (解答)

only contains character-by-character encoding of the text They are cross-platform: a text file on Windows is the same text file on a Mac, on Linux etc. Most operating systems come with basic tools to view and edit them (Notepad on Windows).

#3
正面 (问题)

what 2 (3) ASCII values do you need to know

背面 (解答)

A = 65 a = 97 32 GAP BETWEEN

#4
正面 (问题)

problem with ASCII

背面 (解答)

uses 7-bits - 128 characters - not enough to represent all of the worlds languages unicode (16 bits) generally used instead

#5
正面 (问题)

extended ASCII (ex)

背面 (解答)

uses eight bits, giving a character set of 256 characters. This allows for special characters such as those with accents in languages such as French and Spanish. - remember original ASCII is 7 bits still not enough for all of the worlds languages

#6
正面 (问题)

unicode (ex)

背面 (解答)

Uuses between 8 and 32 bits per character, so it can represent characters from languages from all around the world. It is commonly used across the internet. larger than ASCII, it might take up more storage space when saving documents Global companies, like Facebook and Google, could not operate with just the ASCII character set because their users communicate in many different languages.

#7
正面 (问题)

character set

背面 (解答)

the defined list of characters recognised by an encoding system. So, for example, ASCII has a character set that contains 128 characters.

#8
正面 (问题)

exam question!

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

i) Each character is assigned a unique character code Each letter is converted to its character code (which is a binary number) ii) 0100 0011 0100 0001 0100 0010. iii) ASCII uses 8 bits… …and so can only represent 255 / 256 distinct characters… …many more characters are needed for coping with all languages (e.g. Unicode 16bits) ASCII does contain characters used in some languages

#9
正面 (问题)

pixel

背面 (解答)

smallest element of a bitmapped image

#10
正面 (问题)

metadata

背面 (解答)

basically data about the data contains (for bmp): No. of columns in the image No. of bits in the binary numbers used to store the colours (in this example on the right: 2). (also creation date, mod. date etc)

#11
正面 (问题)

resolution

背面 (解答)

number of pixels per inch when the image is displayed. Higher resolution -> more pixels per inch

#12
正面 (问题)

image size

背面 (解答)

the number of pixels (width × height) - different from physical size or file size

#13
正面 (问题)

bit depth (colour depth)

背面 (解答)

number of bits for each colour

#14
正面 (问题)

bit pattern

背面 (解答)

a unique string of binary digits used in a representation

#15
正面 (问题)

calculating file size (for pictures)

背面 (解答)

File size = width × height × colour depth

#16
正面 (问题)

exam question!

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

An image is made up of / consists of pixels A pixel can be one colour Each colour has a unique / corresponding binary number Each pixel / square is given the binary number of its colour The binary numbers are stored in order in the file E.g. White = 000, Red = 010, Blue= 110, top line would be 000000010010010110110

#17
正面 (问题)

exam question!

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

To store data / information about the image / data E.g. Dimensions / height / width / No. of bits per pixel / Colours used / location / date / file type

#18
正面 (问题)

exam question!

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

Answer: 2 from Fewer bits are needed per colour which means fewer bits per pixel Any example from diagram

#19
正面 (问题)

analogue signal

背面 (解答)

varies continuously in both amplitude and frequency and the signal can take one of many different values

#20
正面 (问题)

wavelength, amplitude, frequency

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

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

how to convert analogue to digital

背面 (解答)

SAMPLING = measuring the amplitude of the wave at regular intervals stored as binary data

#22
正面 (问题)

sampling interval

背面 (解答)

amount of time between samples, measured in seconds

#23
正面 (问题)

what does x axis mean for digital sound waves

背面 (解答)

The 𝑥-axis represents time, but the numbers on the 𝑥-axis refers to the number of samples so far

#24
正面 (问题)

sample rate

背面 (解答)

No. of samples per second (measured in HERTZ or Hz)