1.2.4 Data Storage Flashcards

(20 cards)

1
Q

What does binary shift do?

A

Binary shifts multiply or divide a binary number by 2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is an overflow error?

A

Occurs when a computer program or system tries to store more data in a fixed-size location than it can handle, resulting in data loss or corruption.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does ASCII stand for?

A

American Standard Code for Information Interchange

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How many bits is ASCII?

A

8 bits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How much storage does it take to store one character?

A

1 byte per character

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a character set?

A

A collection of characters that a computer system recognises and uses to represent text.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is unicode?

A
  • A very popular 2 byte (16 bit) encoding standard
  • Can represent between 65536 characters and over 4 billion
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a bitmap image?

A

A bitmap image file represents an image as a series of pixels.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does each pixel have?

A

A colour, represented by a specific code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the colour depth of an image?

A

The number of bits per pixel used to represent a colour is called colour depth.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is resolution?

A

Image resolution is the number of pixels per inch. The higher the number of pixels (dpi) the greater the resolution.
Higher resolution makes a higher quality image

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is metadata?

A

Metadata is the information that is stored about each image.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Give examples of metadata.

A
  • Width in pixels
  • Height in pixels
  • Horizontal resolution in dpi
  • Vertical resolution in dpi
  • Colour (bit) depth
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is sound measured in?

A

Measured in ‘cycles per second’ or ‘Hertz’. This is the frequency of sound. The higher the frequency, the higher-pitched it sounds.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is sampling?

A

Sampling is a method of converting an analogue sound signal into a set of binary numbers that are then stored in a digital file.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is duration?

A

How many seconds of audio the sound file contains

17
Q

What is bit depth?

A

Number of bits available to store each sample

18
Q

What is sample rate?

A

This is the rate at which samples are taken

19
Q

How do you find bit rate?

A

sample rate x bit depth x number of channels

20
Q

Examples of metadata in sound?

A

Sample rate
Bit rate
Duration
Codec