2 Flashcards

1
Q

ASCII

A
  • The character encoding system which assigns numeric values to textual data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Logical shift

A
  • Replaces all the spaces with 0s
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Arithmetic left shift

A
  • Exactly the same as logical shift - fill in the spaces with 0s
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Arithmetic right shift

A
  • Moves each position to right but fills in spaces with 1s
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Hexadecimal

A
  • Number system designed to help humans handle large binary numbers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Pixel

A
  • Picture element - a single block of colour that makes up an image
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Size of bitmap image

A
  • Length x width
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Resolution

A
  • Pixels per inch
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Colour depth

A
  • Number of bits used to encode the colour of each pixel
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

File size of image

A
  • Width x height x colour depth
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Sampling rate

A
  • Number of sound samples per second
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Bit depth

A
  • The number of bits used to encode each sound sample
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

File size of sound file

A
  • Sample rate x bit depth x duration
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Compression

A
  • Algorithms that reduce file size by repackaging or removing some of their data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Lossy data + file formats

A
  • Permanently deletes some of the data that is not needed (as it makes no different to our eyes)
  • JPEG for images
  • MP3 for sound files