System Memory/ Types Flashcards

1
Q

What is the difference between RAM and ROM

A

Random Access Memory

  • Volatile (wiped when power is turned off)
  • Holds temporary data currently in use such as the operating system, programs and data that the programs are using
  • It is fast
  • Read and write memory

Read Only Memory

  • Non-volatile (Stays when power is turned off)
  • Holds permanent data like BIOS
  • Permanent form of memory where data is loaded in manufacturing
  • Slow memory
  • Read Only Memory
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is virtual memory?

A

Virtual memory is an extension of the RAM inside the secondary storage (HDD, SSD) which is only used when RAM is full and holds extra data or programs in use; this keep the computer working.

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

Primary storage examples

A

RAM and ROM

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

Secondary storage examples

A

Hard Disk Drive (HDD) and Solid State Drive (SSD)

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

Offline Secondary storage examples

A

CD, DVD, USB, flash drive, removable HDD, Magnetic tape.

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

What are the storage symbols and their value?

A
Byte (B) - 8 bits
Kilobyte (KB) - 1024 B
Megabyte (MB) - 1024 KB
Gigabyte (GB) - 1024  MB
Terabyte (TB)- 1024 GB
Petabyte (PB) - 1024 TB
Exabyte (EB) - 1024 PB
Zettabyte (ZB) - 1024 EB
Yottabyte (YB) - 1024 ZB
Terrible Peter Executed Zebras Yesterday
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are embedded systems?

A

A small computer than forms part of a larger system, device or machine.
Allows for:
- control of the device
- user interaction

They typically have one or a few tasks assigned to them .

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

What are the two types of embedded systems?

A
  • Real-time system- Reacts fast to events in the outside world to decide an output.
  • Standalone embedded system - it works by it’s self and is in a closed system.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Examples of Real-time systems (An embedded system)

A
  • Controlling heat
  • Elevators
  • Robots
  • Traffic control system
  • Radio, satellite and telephone communications
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Examples of standalone embedded systems

A
  • Microwave
  • MP3 player
  • Digital camera
  • Video game console
  • Temperature measurement system
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are the properties of an embedded system?

A
  • Low cost
  • Low power draw
  • Low memory
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the advantages of cloud storage? (4)

A
  • Data can be accessed on any device with an internet access
  • Unlimited storage (with money)
  • Takes up no space on own device
  • Other employees can access the documents easily allowing for collaborative work
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the disadvantages of cloud storage? (3)

A
  • Internet access maybe slow or unreliable
  • Customer maybe concerned about data security
  • Maybe too expensive (not justified by cost)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a fragmented file?

A

A file that has broken into fragments and stored in different parts of the disk (HDD)

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

What are the disadvantages of a fragmented file?

A
  • The file is slower to load as data is stored in different parts
  • Takes longer to read
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is a non-fragmented file?

A

A file where all data is stored on a continuous part of the disk

17
Q

What happens during defragmentation?

A

A defragmentation utility program reorganises the different file parts and rewrite them into one place on the disk