Types of Memory Flashcards

1
Q

Explain RAM (include the types).

A
  • Random Access Memory
  • Temporary, volatile –> must be powered
  • Can be changed
  • Can be accessed in any order
  • Quick –> accessed by CPU
  • Types: DRAM, SRAM
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the differences between DRAM and SRAM?

A
  • DRAM used in RAM modules while SRAM used in the cache
  • DRAM is pricier
  • DRAM is faster
  • DRAM requires a refresh signal
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What happens when too much memory is being asked of RAM?

A

Theres a thing called virtual memory.

  • When too much for RAM
  • Marking out sections in secondary storage for CPU
  • secondary storage in Operating System –> still volatile
  • moves seamlessly through
  • Disk thrashing: too much use of this

How it works:
-Basically things that aren’t needed right now is put into virtual memory and what is used that is in the virtual memory (and within the scope of RAM’s responsibilities) gets put into the RAM

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

Explain ROM.

A
  • Read Only Memory
  • CPU and can be accessed in any order
  • Read only memory: data cant be changed, overwritten, or removed by running program
  • Non-volatile: will be kept with no power
  • eg. Hardware settings that should not be changed, initial boot up instructions for the computer, basically data that shouldn’t be changed
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Differences between RAM and ROM

A
  • ROM is read only, while RAM is read and write
  • ROM is volatile, while RAM is not
  • ROM chips are found on the motherboard, or on printed circuit. Not removable. RAM chips are removable and slotted into sockets on motherboard, easily removed and updated
  • ROM used to hold basic computer hardware settings, and in the past BIOS to boot up computer. RAM is used to hold both data and programs (main memory)
  • only a few MB usually for ROM and a few GB in RAM
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Whats Cache?

A
  • prioritising contents to speed up process

- Keep whatever u saw last (eg pics on a website) so can move back easier –> next time aldy there

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

Explain Mechanical Disks

A

A type is a magnetic hard drive:
Its an electro-mechanical data storage device that stores and retrieves digital data using magnetic storage and one or more rigid rapidly rotating platters coated with magnetic material. Cheap, but slower than RAM or Solid State Drives.

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

Explain Solid State Drives.

A

A solid-state drive is a solid-state storage device that stores data persistently, typically using flash memory, and functioning as secondary storage

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

How many bits/bytes are these:

- bit
    - Nibble
- byte
- kilobyte
- megabyte
- gigabyte
    - terabyte
A
  • bit: 1 bit
    • Nibble: half a byte
    • byte: 8 bits
    • kilobyte: 1000 bytes
    • megabyte: 1,000,000 bytes
    • gigabyte: 1,000,000,000 bytes
      • terabyte: 1,000,000,000,000 bytes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly