What is memory? What is storage?
Are they the same?
Completed
Encryption vs Encoding
Cryptography in History
Revisit Info Theory Concept
About Control Flow
Finish our Caesar Cipher
Today
About Memory
Upcoming
Flux
Quiz eventually
Let's revisit compression for a moment before launching into Memory.
When people are talking about computers, and they say memory... they might mean the RAM (random access memory), or they might mean their hard drive where data is stored. We often use the terms interchangeably, and a good number of people don't understand the difference or understand the hardware related to these.
First, let's make sure we understand the basic difference between a memory and storage.
Let's talk a bit about memory and storage in relation to programming.
I mentioned that we would need to write the data to a file if we want it to persist after the program finishes running. Let's see how we can do that, while also playing a little with compression. Follow along and create your own.