01 / 12
You cannot have speed and size at once
Inside a computer are several kinds of component for remembering data. Making them all "the fastest kind" would feel good, but that is not how it is, because fast components are very expensive and cannot be made in quantity.
Every storage component shares the same relation.
- Fast ones are small and expensive
- Large ones are slow and cheap
This is not because the technology is immature; it comes from the mechanisms themselves. So computer design went not towards "picking one" but towards combining components of different character to get, somehow, both speed and size.
How that combining is done is the subject of this lesson.