Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. Operating Systems Exam Revision: Part 1: Memory: (img: https://i.gyazo.com/bd7a71da5d7339631748d14df9140d55.png)
  2. - Primary memory: This includes: Registers, cache and main memory (the RAM: random access memory). While the memory size of these are small, they can be accessed very quickly. The bigger the RAM, the faster and better your CPU will perform!
  3.  
  4. - Secondary memory: This includes: Electronic disk, magnetic disk, optical disk, and magnetic tapes. This memory is considered 'secondary storage', and as such they are capable of holding far more memory, but accessing them takes a lot of time.
  5.  
  6. - to execute programs, all the information required needed will eventually need to be loaded into the main memory. All data is stored in the secondary memory.
  7.  
  8. - primary memory is considered 'volatile', as when the CPU is turned off, it will lose all memory that was stored inside it. Conversely, secondary memory is considered 'non-volatile', because it retains memory even when the CPU is off.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement