Question 1
A standard RGB image of size 256×256 is stored as 8-bit unsigned integers per channel. What is the total memory (in bytes) to store the raw image (no compression)?
256×256 = 65,536 bytes
256×256×2 = 131,072 bytes
256×256×3 = 196,608 bytes
256×256×3×8 = 1,572,864 bytes