turkey3_scratch :
2048 I think is an iconic number, correct? Isn't 1GB RAM actually 1024Mb of memory addresses? 2048 is 2* that. I just feel like the number 2048 is just one of, you know, those numbers.
Anyway, I still run the Windows Tech preview. I guess I'll be getting this update. Phew, I thought it was going to shut down on me soon 😛
Computer Science follows a sort of doubling numbering system, in groups of 8. They go like this:
0 = 1
0 = 2
0 = 4
0 = 8
0 = 16
0 = 32
0 = 64
0 = 128
As a whole, they add up to 256. Essentially everything in computers follows this. Similar to CPU evolution, starting with 4-bit CPUs, then 8, 16, 32, and 64. Using this numbering system, you can essentially reach any number, but companies tend to stick to 16-256 for things. This is also why a Gigabyte of storage isn't 1000 MB, it is 1024 MB.