← Back to Dashboard

1.2(b) Units and Data Storage

GCSE Computer Science (J277)

Fill in the blanks with the correct words. Click "Check Answer" to see if you're right!

Term: Pixel

Definition:

The smallest part of an . A single dot which has one .
No attempts
Term: Bit

Definition:

The unit of storage, represented by either a binary 1 or 0.
No attempts
Term: Nibble

Definition:

Half a . bits.
No attempts
Term: Byte

Definition:

A collection of 8 .
No attempts
Term: Kilobyte (kB)

Definition:

One kilobyte is bytes.
No attempts
Term: Megabyte (MB)

Definition:

One megabyte is 1000 kilobytes (KB) or bytes
No attempts
Term: Gigabyte (GB)

Definition:

One is 1000 megabytes (MB) or 1000000000 bytes
No attempts
Term: Terabyte (TB)

Definition:

One terabyte is gigabytes (GB) or 1000000000000 bytes
No attempts
Term: Petabyte (PB)

Definition:

One petabyte is 1000 (TB) or 1000000000000000 bytes
No attempts
Term: Binary

Definition:

A base- number system. Only 2 possible values making it and reliable system for electronic systems.
No attempts
Term: Overflow

Definition:

The generation of a that is too to be represented by the device intended to store it.
No attempts
Term: Hexadecimal

Definition:

A base- number system. The 16 digits are 0–9 and the letters A–F. Translates easily to as 1 hex digit is bits. Used in computing as it is to work with than binary.
No attempts
Term: Binary shifts

Definition:

1 shift left will by 2. 1 shift right will by 2.
No attempts
Term: Character set

Definition:

Stores of the characters that the computer can represent. Each character is given a binary code. ASCII and are examples of character sets.
No attempts
Term: ASCII

Definition:

A character set that uses 7 bits to each character. This gives a possible different characters. Extended to 8 bits to give 256 possible characters.
No attempts
Term: Unicode

Definition:

A character set that uses 16-24 bits to represent each character. characters can be represented. Global represented. Can store emojis. However, larger file size than ASCII.
No attempts
Term: Metadata

Definition:

A collection of data that describes and provides about other data. For example, image files contain metadata about the and height of the image.
No attempts
Term: Colour depth

Definition:

The number of bits used to represent the colour of a single in an image. For example, an image with a 4 bit colour depth will contain a possible 16 different . Higher colour depth = higher and higher file size.
No attempts
Term: Resolution

Definition:

The total number of in an image. The higher the resolution the the quality of the image.
No attempts
Term: Image file size

Definition:

image file size in bits = (width in pixels × in pixels × colour in bits) + metadata (10%)
No attempts
Term: Sample frequency/rate

Definition:

The number of samples taken per . in Hertz.
No attempts
Term: Sample bit depth

Definition:

The number of bits available to store each . A bit depth of 4 would allow different levels of .
No attempts
Term: Sample duration

Definition:

How many of audio a sound file contains.
No attempts
Term: Playback quality

Definition:

The quality of the sound file when listened to. The higher the bit depth the the quality. The higher the sample , the better the quality.
No attempts
Term: Sound file size

Definition:

total size of sound file = (sample x sample bit depth x sample ) + metadata (10%)
No attempts
Term: Compression

Definition:

The process of reducing the size. Two types, Lossy Compression and Compression.
No attempts
Term: Lossy Compression

Definition:

File size is reduced significantly by removing data. The data removed may be unnoticeable. However the image will lose quality. For example, removing the number of different in an image.
No attempts
Term: Lossless Compression

Definition:

File size is by storing the data differently. Data is NOT deleted. The original file can be restored. No loss of . Suitable for text files and executable files.
No attempts