๐ก Activity Solution
๐ก Activity Solution
1๏ธโฃ Draw a block diagram with Input, Output, Primary Memory, Secondary Storage, CPU (ALU, CU, Cache/Registers) and label each.
2๏ธโฃ Given: โLoad image from SSD โ process filter โ display on monitor.โ Map each step to units and indicate where the data resides at each step.
- SSD (secondary) โ RAM (primary) โ CPU/Cache/Registers for filter โ GPU/CPU renders โ Monitor outputs.
3๏ธโฃ Your PC has 8 GB RAMโexplain why a 64-bit OS is recommended and what happens if a 32-bit OS is installed.
- 64-bit OS: can address >4 GB; 32-bit OS limited to ~4 GB, so it canโt fully utilize 8 GB. A 64-bit CPU + 64-bit OS uses the memory effectively.


0 comments