00:01
All right.
00:01
Let's continue this cs journey.
00:04
So we all know with our very complex neural network brains that we can store memories.
00:10
And if someone asks us to add up two and seven, we get nine, and then they tell us to take that answer and add five to it, we can remember the nine and we can add five to it and get 14.
00:20
And that's awesome.
00:21
How does a computer do that? well, more specifically, how does the cpu do that? because it's also going to get past instructions that are going to require it to store or remember information from previous instructions.
00:34
So in order to do this, there's a piece of hardware that it relies on, and it's called memory.
00:41
And so when we talk about memory, people confuse sometimes with secondary storage, which is where we would store like our files and our pictures and all that stuff.
00:50
Memory in a computer is something that's accessed by the cpu.
00:54
It's something that's accessed by your computer, not something that we directly go in and used for storage...