๐Ÿ’ก Activity โ€” Solutions

๐Ÿ’ก Activity โ€” Solutions

1๏ธโƒฃ Convert each: 8 KB, 2 MB, 3 GB into bytes (use 1 KB = 1,024 bytes).

  • 8 KB = 8 ร— 1,024 = 8,192 bytes
  • 2 MB = 2 ร— 1,024 ร— 1,024 = 2,097,152 bytes
  • 3 GB = 3 ร— 1,024ยณ = 3,221,225,472 bytes


2๏ธโƒฃ Order these by fastest access: RAM, Registers, SSD, L1 Cache. Explain why.

  • Registers โ†’ L1 Cache โ†’ RAM โ†’ SSD (closest to farthest from CPU โ†’ fastest to slowest).


3๏ธโƒฃ Your laptop has 8 GB RAM and a 64-bit CPU, but a 32-bit OS installed. List two limitations youโ€™ll face.

  • You canโ€™t fully use > 4 GB RAM; you can run 32-bit apps only (no 64-bit software benefits).


4๏ธโƒฃ A CPU runs at 3.6 GHz. How many cycles per second is that? What happens during each cycle (at a high level)?

  • 3.6 GHz = 3.6 billion cycles/sec; during each cycle, the CPUโ€™s transistors switch, moving/processing data per the current instruction. 


Complete and Continue  
Discussion

0 comments