address space
GATE CSE & IT · Process Management · 1991-2005
Study anchor
Galvin — Operating System Concepts
Processes, scheduling, memory, files, deadlocks
Practice action
Start latest PYQPYQs in this concept
All concepts →Consider the following code fragment: if (fork() == 0) { a = a + 5; printf("%d, %d \n", a, &a); } else { a = a - 5; printf ("%d, %d \n", a, &a); } Let $$u,v$$ be the values printed...
Which of the following is/are advantage of virtual memory?
In a virtual memory system the address space specified by the address lines of the $$CPU$$ must be __________ than the physical memory size and _______ than the secondary storage s...
State whether the following statement TRUE or FALSE. The amount of virtual memory available is limited by the availability of secondary storage.
The total size of address space in a virtual memory systems is limited by