Memory and Storage Flashcards

1
Q

What is the purpose of memory?

A

Memory is where data and programs are stored either permanently or temporarily.

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

Why is RAM used to store running programs rather than the hard disk?

A

The hard disk is slower to access than the RAM. If programs that were running had to be fetched from the hard drive all the time the computer performance would be a lot slower.

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

What is meant by volatile memory?

A

Volatile memory loses its data once power to the memory chip is interrupted or lost.

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

RAM is a read/write type of memory. What does this mean?

A

Read/write memory is when the CPU can read data from the memory and also write data into it.

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

What does the random part of RAM refer to?

A

The CPU can access any memory location, at any time, in any order. Also any location can be used to store data. Because of this, programs held in RAM can run very quickly.

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

Describe how DRAM temporarily retains data.

A

DRAM requires a constant refresh signal to keep its capacitors charged, otherwise data is lost.

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

Where are you most likely to find DRAM being used in a computer system?

A

In RAM.

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

Where is SRAM most likely to be used for in a computer system?

A

In cache.

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

What are the differences between SRAM and DRAM?

A

SRAM is faster to access than DRAM.
SRAM is more expensive than DRAM.
DRAM requires a refresh signal to keep data intact, where as SRAM doesn’t.

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

Define ROM.

A

ROM is read only memory. It cannot be changed, overwritten or removed, only read. It stores the computers boot up instructions. It’s non-volatile.

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

What are the differences between RAM and ROM?

A

RAM is volatile, where as ROM is non-volatile.
RAM holds data and instructions, where as ROM is used to hold computer hardware settings.
You can read and overwrite RAM, whereas you can only read ROM.

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

What is the purpose of flash memory?

A

Flash memory is a non-volatile memory chip used for storage and for transferring data between a PC and digital devices. It has the ability to be electronically reprogrammed and erased. It is often found in USB flash drives, MP3 players and digital cameras.

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

What are three differences between flash memory and a hard disk?

A

Flash memory is faster and more reliable.
Flash memory has no moving parts, unlike a hard disk.
Flash memory degrades a little every time data is written or erased so eventually is will wear out.

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

What is the purpose of virtual memory?

A

As RAM fills up to capacity, the OS can temporarily mark sections of the hard disk to use as virtual memory to stop the computer crashing.

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

What are three tasks that the BIOS does during the boot up phase?

A

It carries out a number of basic checks (self-diagnostic tests) on the system, such as is the memory ok, does the hard disk work.
It loads the OS.
It provides a basic user interface.

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

Why is there a requirement for secondary storage with any computer system?

A

As main memory is volatile, another system is needed to keep data long term. And secondary storage solves this problem.

17
Q

What is the difference between storage devices and storage media?

A

A secondary storage device is the physical hardware that carries out the storage action, eg DVD writer. Storage media is the physical object used to store the data.

18
Q

What are some examples of magnetic storage?

A

Hard disks, floppy disks, magnetic tape.

19
Q

What are the advantages of magnetic storage?

A

It has a huge storage capacity, it’s the cheapest and data can be stored for a long time.

20
Q

What are the three types of technology used for storage media?

A

Magnetic storage, optical storage, flash storage (solid state).

21
Q

What are the disadvantages of magnetic storage?

A

Parts can fail so data can be lost, magnetic fields can corrupt data, it’s not portable (large and would have to be physically removed), it’s the slowest.

22
Q

What are some examples of optical storage?

A

CD, DVD, Blu Ray.

23
Q

What are the advantages of optical storage?

A

It’s more portable than magnetic storage, it’s cheaper than flash storage, it’s immune to magnetic fields.

24
Q

What are the disadvantages of optical storage?

A

It’s not very robust and can be easily scratched or broken, it really slow to write to.

25
Q

What are some examples of flash storage?

A

USB drives and SD cards.

26
Q

What are the advantages of flash storage?

A

It’s not mechanical and has no moving parts (very durable), very portable, quick to access data, silent.

27
Q

What are the disadvantages of flash storage?

A

It has a limited number of erase/write cycles, expensive compared to hard disks of similar capacity.

28
Q

What are the comparison factors when comparing types of storage media?

A

Capacity, speed, portability, durability, reliability, cost.

29
Q

What is meant by cloud storage?

A

Cloud storage is a service offered by specialist companies, which store and manage your data at a remote site. To gain access to your data you connect to the cloud storage servers over a network.

30
Q

Name two types of media used for cloud storage?

A

Magnetic hard disks and solid state drives.

31
Q

What are the advantages of cloud storage?

A

Data is safely backed up at a remote location so if you had a disaster, such as a fire, there will always be a secure back up of your files.
You can access your files from anywhere with a network connection.

32
Q

What are the advantages of cloud storage for companies?

A

They don’t have to hire IT staff for managing data.
They do not have to purchase expensive in-house servers.
They do not have to pay energy costs of running a large server.
They do not have to rent or buy local office space to house servers.
Data backup can be automatic with daily or even hourly backup runs.

33
Q

What are the disadvantages of cloud storage?

A

The network connection has to be reliable, as if it’s not you might not be able to access your files.
If the data company goes out of business, you data stored on their servers may be lost.
It usually costs money to store data in the cloud.
Organisations may be charged for making large data backups or for retrieving large files from the cloud back to their network.
You will need to remember a login and username in order to access your data remotely.