1.2 Units of Information Flashcards

1
Q

What does Primary storage do

A

It holds the data and instructions which the CPU needs access to while a computer is running.

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

What does Primary Storage Consist of

A

Random Access Memory (RAM)
Read Only Memory (ROM)
Registers & Cache

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

What is RAM

A
  • Holds the operating system, programs and data in use by the CPU when the computer is running.
  • Volatile (contents lost when the power is turned off).
  • Read and write.
  • Large in comparison to ROM.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is ROM

A
  • Holds the first instructions for when the computer is first turned on known as the bootstrap.
  • Programs may by stored in ROM in embedded systems.
  • Non-volatile (contents remains when power is turned off)
  • Read only
  • Small in comparison to RAM
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Virtual Memory used for

A
  • Virtual memory is needed when there is not enough physical RAM to store the open programs.
  • Virtual memory is held on the hard disk.
  • Programs are transferred out to virtual memory from the RAM when they are not currently being executed.
  • Programs are transferred back to RAM from virtual memory when they are needed.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is secondary storage needed for

A
  • Secondary storage is needed because ROM is ready only and RAM is volatile.
  • Second storage is needed for:
    Storage of programs and data when the power is turned off. Semi-permanent storage of data that can change.
    Backup of data files.
    Archive of data files.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the common types of Storage

A

Optical (CD-R, DVD-R)
Magnetic (Hard disk drive)
Solid state (SSD, Memory stick)

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

What are qualities of Optical storage

A

Low capacity compared to other types of storage.
Slow to access data.
Thin, lightweight and portable.

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

What are qualities of Magnetic Storage

A

High storage capacity.
Quick to access data.
Has moving parts, which eventually fail.
Hard disks perform better if they are defragmented

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

What are qualities of Solid-State Storage

A

Medium storage capacity.
Very quick to access data.
No noise. No moving parts, very reliable.
Low power.
No need to defragment.
Limited number of read/write cycles.
Expensive compared to other types of storage.

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

How do you calculate text file size

A

Bits per character x number of character

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

How do you calculate image file size

A

Colour depth x image height px x image width px

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

How do you calculate sound file size

A

sample rate x duration in second x bit depth

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

Why do computers use Binary

A
  • Easier to manufacture
  • cheaper
  • more reliable
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a character set

A

a defined list of characters recognised by the computer

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

What is ASCII

A

7 bit character set with 128 characters (2^7)

17
Q

What is Extended ASCII

A

8 bit character set with 256 characters (2^8)

18
Q

What is UNICODE

A

24 bit character set with > 6 million characters (2^24)

19
Q

What can images be stored as in binary

A

Bitmap
Vector

20
Q

What are Bitmap pictures

A

Pictures constructed from coloured squares called pixels

21
Q

What are Vector pictures

A

Pictures that store the mathematics to draw coloured shapes

22
Q

What is the general formula to find the number of colours

A

2^n (n=number of bits for each pixel)

23
Q

What is metadata

A

additional data stored with the image to define the width, height, colour depth, and colour palette

24
Q

How do you calculate a sound file size

A

number of samples per second x number of bits per sample x length of sample in seconds

25
Q

What is a sound file

A

the total number of bits in a sound

26
Q

What is bit depth

A

The number of bits stored per sample

27
Q

What is sample rate

A

The number of samples stored per second

28
Q

What is compression

A

Reducing the number of bits in a file
Making the storage capacity of the file lower
Making data transfer of the file quicker

29
Q

What is lossy compression

A

Some of the data is lost and cannot be recovered.
Greatly reduces the file size.
Reduces the quality of the image/sound.
Suitable for images, sound and video.
Cannot be used on text and executable files.

30
Q

What is lossless compression

A

None of the data is lost, it is encoded differently.
Can be turned back into original format.
Can be used on all types of data.
Is usually less effective than lossy compression at reducing the file size.
Most suitable for documents and executable files.