๐ก 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.
0 comments