1.2 Memory And Storage (1.2.4 Data Storage) Flashcards
1
Q
What is a character set?
A
A defined list of characters recognised by the computer
2
Q
Examples of character sets
A
ASCII and Unicode
3
Q
ASCII
A
- 7 bit binary code
- represents 128 different characters
4
Q
Unicode
A
- 24 bit character set
- covers all major languages
5
Q
Storing images
A
- stored as a series of pixels
- colour of each pixel is represented by a binary code
- more bits = more colours
6
Q
Colour depth
A
- colour depth is the number of bits used for each pixel
- most devices use a 24-bit colour depth
- number of pixels in the image is the image resolution
7
Q
File size (in bits)
A
Image resolution (width x height) x colour depth
8
Q
Metadata
A
- information stored in an image file
- e.g. file format, height, width, colour depth, and resolution
9
Q
Storing sound
A
- sound is recorded as an analogue signal
- analogue is converted into digital data
- this is called sampling
10
Q
Factors affecting size and quality of sound files
A
- sample rate
- bit depth
11
Q
Compressions
A
- lossy
- lossless
12
Q
Advantages of compressing data
A
- smaller files take up less storage space
- allows web pages to load more quickly in web browsers
- streaming and downloading files from the internet is quicker as they take up less bandwidth
13
Q
Lossy
A
- permanently removing data from file - lossy files are worse quality than the original
- takes up less bandwidth
- commonly used - lots of software can read lossy files
- examples are MP3 and JPEG
14
Q
Lossless compression
A
- makes file smaller by temporarily removing data to store the file
- no reduction in quality
- only a slight reduction in file size, so lossless files still take up space on a device
- examples are PNG and FLAC