Data Representation Flashcards
How many GiB in a TiB?
1024 GiB
How many MiB in a GiB?
1024 MiB
What are the uses of hexadecimal?
Colour values in photo editing software
MAC addresses
IPv6 addresses
Unicode
What is an overflow error?
A computer or a device has a predefined limit that it can represent or store (e.g. 32 bits).
Once a values falls outside this limit, an overflow error occurs
How to convert using a Two’s Complement Signed Integer?
Flip the bits and add 1
What is a character set?
Consists of all the letters, numbers and special characters that can be recognised by a computer system.
How many characters/bits does the ASCII character set use?
128 characters / 7 bits
How many characters/bits does the Extended ASCII character set use?
256 characters / 8 bits
How many characters/bits does the Unicode character set use?
65,356 characters / 16 bits
What is sample rate measured in?
Frequency in Hertz
What is the sample rate?
How often the height is recorded (x-axis)
What is the sample resolution?
The accuracy to which the height is recorded (y-axis)
What is sample resolution “measured” in?
Bit depth
How to calculate file size of a sound file in bytes?
(Sample rate x Sample frequency x Length) / 8
What is the colour depth of an image?
The number of bits required to represent the number of colours in the image