|
Related Questions |
View Answer |
|
What are the entities that are swapped out of the main memory while swapping the process out of the main memory?
|
View Answer
|
|
What do you mean by u-area (user area) or u-block?
|
View Answer
|
|
8. Is the Process before and after the swap are the same? Give reason.
|
View Answer
|
|
7. What are the events done by the Kernel after a process is being swapped out from the main memory?
|
View Answer
|
|
6. What is a Region?
|
View Answer
|
|
5. What scheme does the Kernel in Unix System V follow while choosing a swap device among the multiple swap devices?
|
View Answer
|
|
4. What is a Map?
|
View Answer
|
|
3. What is the main goal of the Memory Management?
|
View Answer
|
|
2. What is major difference between the Historic Unix and the new BSD release of Unix System V in terms of Memory Management?
|
View Answer
|
|
1. What is the difference between Swapping and Paging? Swapping
|
View Answer
|
|
18. What is IPC? What are the various schemes available?
|
View Answer
|
|
17. How do you execute one program from within another?
|
View Answer
|
|
What is an advantage of executing a process in background? The most common reason to put a process in the background is to allow you to do something else interactively without waiting for the process to complete. At the end of the command you add the special background symbol, &. This symbol tells your shell to execute the given command in the background. Example: cp *.* ../backup& (cp is for copy)
|
View Answer
|
|
How would you kill a process?
|
View Answer
|
|
What is 'ps' command for?
|
View Answer
|
|
What is a Daemon?
|
View Answer
|
|
What Happens when you execute a command?
|
View Answer
|
|
What is a shell?
|
View Answer
|
|
How does the inode map to data block of a file?
|
View Answer
|
|
Discuss the mount and unmount system calls
|
View Answer
|