An important difference is probably that human memory works by making associations between concepts. When you recall something, let's say a hamburger,
you immediately recall many things that are associated with it. It's taste and smell, its spelling and pronunciation, the place you buy them at, it
being 'fast food', the other things you often eat with it, etc.
When you try to retrieve information, you follow a path of such associations to get to the memory you need. e.g. you see someones face, and you recall
his name.
Computer memory ofcourse doesn't work like that and it should not. It just recalls a byte of data from a given address. Always the same data from the
same address, and no other bytes that are associated with it. |