Category Archives: 6. External Sites

Memory Calculations – in your head

Right then, after digging out my calculator and going back over everything, I have it again 🙂

I did miss out a step, here is the worked example

32 bit Address Bus – 64 bit Data Bus

  • 2Address Bus * Data Bus
  • 232 * 64 bits is equivalent to
  • 232 * 8 Bytes
  • 8 * 232 is equivalent to
  • 8 * 22 * 230
  • 8 * 4 * 230
  • 32 * 230 Bytes

230 is a GigaByte so the answer is 32GB

Remember

FAQ – Functions of a single user Operating System

Description and exemplification of the main functions of a single user operating system :

  • interpreting users commands
  • file management
  • memory  management
  • input/output management
  • resource allocation
  • managing processes

Continue reading FAQ – Functions of a single user Operating System