1.2: MEMORY AND STORAGE 3.0 Flashcards

1
Q

explain the effects of performing a 2 place right shift on a binary number:

A
  • divide by 4

- loss of accuracy/ precision (bits on the right are removed)

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

What is the purpose of data compression?

A

-reduces the size of a file stored on secondary storage.

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

Advantages of data compression: (2)

A
  • smaller files are easier to transmit across a network as they require fewer packets to be sent.
  • their reduced size means more files can be stored in the given area of storage.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the two types of compression?

A
  • lossy compression

- lossless compression

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

What happens with lossy compression? and what does it result in?

Lossy compression standards (file formats):

A
  • some data is removed and discarded, thereby reducing the overall amount of data and the size of the file.
  • JPEG, MPEG, MP3
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What happens with lossless compression?

lossless compression standards (file formats):

A
  • files are reduced in size without the loss of data

- PDF (text documents), GIF (image file format)

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

Give an example of how lossy compression can affect the quality of a file:

A

-reduction of colour depth in a JPEG image

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

what does a character set (as a group) assign? and what does it enable the computer to do (2)

A
  • group of code that assign a character to a unique bit pattern,
  • which enables the computer to understand and display it
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what does a character set consist of?

A

-all the letters, numbers and special characters that can be recognised by a computer system

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

2 common character sets:

A
  • ASCII

- Unicode

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

what does ASCII use and what does it provide?

A
  • 8 bits

- character set of 256 characters

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

what is a possible problem that might be encountered with ASCII?

A

-256 characters is far too small to hold every character in other languages or contain custom characters

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

what does Unicode use and what does it provide?

A
  • 16 bits

- character set of 65,536 characters

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

what does Unicode use that makes it more efficient?

what could Unicode’s larger character set be used to represent?

A
  • uses more bits, thereby providing a larger character set

- characters from foreign languages and custom characters

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

how are character sets ordered?

A

logically

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

what is the number of characters stored limited by?

A

of bits available

17
Q

what is a bitmap? and what happens to it when it is scaled up? (2)

A
  • image made of pixels

- it blurs when scaled up

18
Q

what are digital images made up of?

A

pixels.

19
Q

what is ‘pixel’ short for? what does each pixel have? and what is it encoded in?

A
  • picture element

- each pixel has a single colour which is encoded in binary.

20
Q

what is each pixel represented by?

A

a binary number.

21
Q

what does the number of bits determine? (in an image)

A

-the range of colours.

22
Q

what is resolution? and what is it expressed as?

what is resolution a measure of?

A
  • number of pixels that an image contains
  • height and width

-how tightly packed the pixels are.

23
Q

Describe how bitmap images are represented in binary: (3)

A
  • image is composed of/ split up into pixels.​
  • each pixel is encoded with a binary code which represents the colour of that pixel.​
  • each colour is assigned a unique bit pattern.​
24
Q

what is colour depth?

A

bits per pixel used to represent a colour

25
Q

what is the correlation between the colours an image requires and bit depth (bits per pixel). what does this result in and why? (2)

A
  • the more colours an image requires, the more bits per pixel are needed.
  • a larger file size as more data is stored
26
Q

what does higher resolution result in? and why?

A

a bigger file size as more data is stored

27
Q

characteristics of a low resolution image: (2)

A
  • has less pixels, which means that the pixels are larger and therefore, fewer are needed to fill the space.
  • this results in images that look blocky or pixelated (an image of lower quality)
28
Q

characteristics of a high resolution image: (2)

A
  • has more pixels, which means that the pixels are smaller and can provide a more accurate depiction of the image (as they can display all minute details-including the full range of colours-visible to the naked eye)
  • this results in the image appearing to be of higher quality, irrespective of whether it is enlarged or stretched.
29
Q

which factors affect the quality and size of an image?

A

resolution and colour depth

30
Q

what happens when colour depth and resolution are increased? and vice versa? (2)

A

increased: relative quality of image increases, but so does file size
decreased: relative quality of image decreases, but so does file size