176k views
2 votes
Compare physical storage and virtual storage. Give an example of each and explain why one type allows computers to access data at a faster rate than the other.

User Nato
by
5.8k points

1 Answer

3 votes

RAM is the “physical memory”. RAM is used when any application is in need of execution. The system is faster only because of RAM because it loads all the data which is required by the application which needs to be executed. It is faster than the “virtual memory”.

“Virtual memory” is used when RAM runs out of space. “Virtual memory” is stored in hard disk. So operation from hard disk will be slower when compared to RAM. Since virtual memory is stored in hard disk, virtual memory operations are slow.

User Andrew Neilson
by
5.9k points