00:01
Okay, here we go with this question.
00:03
We've got four megabytes of main memory, and each cell is going to be holding one byte of information.
00:11
So i drew on the right, i drew a little sample of what main memory will look like.
00:15
Our first cell is always going to be zero, zero.
00:18
That's where we start counting, and we stop counting at the hexadecimal representation for 15.
00:24
That's f.
00:25
So in this case, using two digits, we can go from zero to 255, which leaves us with 256 bytes used or 256 cells.
00:36
Now that's pretty good, 256 bytes, but this one's going to be a lot bigger.
00:40
This is 4 million bytes.
00:43
So let's get started with this.
00:46
We need to take that number 4 million and divide it down into hexadecimal representation.
00:52
Actually, what i'm going to do is i'm going to start with this number.
00:56
It is one less than 1 million, one less than 4 million.
00:59
The reason i'm doing this is because we need to remember our first cell is 0 -0.
01:07
So that's important to start with.
01:10
Divide by 16 to get our hexadecimal representation.
01:14
If you've got your calculator, you can punch this in and see your answer is 249 ,999.
01:23
And here is our remainder.
01:26
In a fraction form is 1516s.
01:28
Now what is hexadecimal representation of 15? it's f right here...