in Operating System
345 views
0 votes
0 votes
It's given that New, suspended states are in secondary memory. Does it mean Virtual memory or Secondary memory ?
in Operating System
345 views

2 Comments

its a secondary memory ...
0
0
It's secondary memory. Virtual memory comes in play, when available free space is less than a process size. That is, A process is unable to fit into memory. To solve this issue, Virtual Memory is used.
1
1

1 Answer

0 votes
0 votes
Actually virtual memory is actually a virtual concept...there is nothing like virtual memory in implementation in terms of disk size or hard disk

Related questions