- A dictionary can store 1 billion of entries and under 100GB
Approximately 100 bytes per line of text, what is the total storage requirement for 1 billion lines of text?
$$10^9 \times 100 \approx 10^{11}$$ bytes
Converted to GB, it is approximately:
$$\frac{10^{11}}{1024 \times 1024 \times 1024} \approx 93.13$$ GB