2 Flashcards
1
Q
ASCII
A
- The character encoding system which assigns numeric values to textual data
2
Q
Logical shift
A
- Replaces all the spaces with 0s
3
Q
Arithmetic left shift
A
- Exactly the same as logical shift - fill in the spaces with 0s
4
Q
Arithmetic right shift
A
- Moves each position to right but fills in spaces with 1s
5
Q
Hexadecimal
A
- Number system designed to help humans handle large binary numbers
6
Q
Pixel
A
- Picture element - a single block of colour that makes up an image
7
Q
Size of bitmap image
A
- Length x width
8
Q
Resolution
A
- Pixels per inch
9
Q
Colour depth
A
- Number of bits used to encode the colour of each pixel
10
Q
File size of image
A
- Width x height x colour depth
11
Q
Sampling rate
A
- Number of sound samples per second
12
Q
Bit depth
A
- The number of bits used to encode each sound sample
13
Q
File size of sound file
A
- Sample rate x bit depth x duration
14
Q
Compression
A
- Algorithms that reduce file size by repackaging or removing some of their data
15
Q
Lossless + file formats
A
- Reduces file size while retaining the exact meaning of the originial data - identifies and removed redundant data i.e. reoccuring text that can be put back in
- PNG for images
- FLAC for audio
- ZIP for archiving