문제

With a 4GB size RAM, do you have 2^32 address space in the physical memory? Then what would be the size of virtual memory?

도움이 되었습니까?

해결책

Yes, 4GB of RAM is 2^32. 2^32/1024/1024/1024 = 4.

Virtual memory isn’t connected to physical memory size. It’s limited by the available storage space.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top