1.2 Memory and Storage Flashcards

1
Q

Primary Storage

A

A computer system uses primary storage (also known as main memory) to hold data and programs that are currently being used and processed.

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

Non-volatile Memory

A

It is permanent memory - it keeps its content even when it has no power.

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

Volatile Memory

A

It is temporary memory. It requires power to retain its data

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

Random Access Memory (RAM)

A

Used as the main memory in a computer. It can be read and written to. RAM is volatile.
Purpose: temporary store of currently executing instructions and their data. E.g. applications and the operating system in use.

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

What is stored in RAM?

A
  • Programs currently in use
  • Data currently in use
  • Operating system currently in use
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Why might we need additional RAM?

A
  • The current amount of RAM may not meet the requirements of the software we want to run.
  • The computer may be running slowly.
  • We may want to run more programs at once.
  • It may be constantly using virtual memory
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Read Only Memory (ROM)

A

Non-volatile memory. Read only.

Purpose: stores instructions for starting the computer called the bootstrap.

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

What are the differences of RAM and ROM?

A
  • ROM is non-volatile and RAM is volatile.
  • RAM loses memory when the computer is switched off, ROM doesn’t.
  • RAM is easily expandable, ROM size is usually fixed for a given computer.
  • Contents of RAM change frequently, contents of ROM hardly ever change
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Virtual memory

A

Virtual memory is a section of volatile memory created temporarily on the storage drive. It is created when a computer is running many processes at once and RAM is running low.

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

How does virtual memory work?

A

Part of the secondary storage used when RAM is full.
Data can be moved from RAM when it is full to the VM so the RAM can be filled with data.
When you need the data, it is transferred back from VM to RAM

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

Why is virtual memory needed?

A
  • When you need to run more applications on the computer than RAM can support. (too many applications or a memory-intensive application)
  • More memory can be used than there is in the system
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Disadvantages of virtually memory

A

Applications may run slower if the system is using virtual memory.
Likely takes more time to switch between applications.

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

Secondary Storage

A
  • it is not directly accessible by the CPU
  • the types of storage are hard disk drive (HDD) and solid state drive (SDD)
  • it is non-volatile
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Common types of secondary storage

A
  • Optical
  • Magnetic
  • Solid State
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Optical storage

A

Use: music, films and archive files.

Low capacity. Slow access speed. High portability. Prone to scratches. Low cost.”

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