Intermediate Numbers & Data #storage #memory #data-sizes

💾 Storage Units Vocabulary

5 exercises — practice KB, MB, GB, TB in technical context: disk vs. memory, "fits in memory", working sets, and the vocabulary for reasoning about data sizes.

0 / 5 completed
Key storage vocabulary for IT conversations
  • "Working set — the hot subset of data that's actively read; if it fits in RAM, disk I/O is avoided."
  • "Fits in memory means the working set can be cached in the buffer pool or page cache."
  • "64GB of what?" — always clarify RAM vs. disk; they have very different speed, cost, and persistence."
  • "2TB / 50MB per hour = 40,000 hours ≈ 4.5 years (assuming no rotation)."
  • "OS overhead is typically 1-2GB RAM — factor this in before declaring you have 'enough' RAM."
1 / 5
A product manager asks: "Will 16GB RAM be enough for our application?" Your profiling shows the app uses about 2.4GB at peak. Which response is most accurate?