Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

distinguish between paging and swapping?

Answer Posted / mohit chandila

Swapping is when a process is completely put out of
Physical memory to Swap Space when memory is required for
some other process.

Paging is the term used when only a part of this process is
put out of the physical memory to the secondary storage,
with some part of the process still in physical memory.
Since it is only the pages being swapped in and out this
operation is called paging.

Is This Answer Correct ?    19 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a command that will display files in the current directory, in a colored, long format.

1153


When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system. How can i findthe right soluion??? My pgm: #include # include int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

2201


Is command prompt unix?

1093


Enlist some filename manipulation commands in unix.

1082


How does shebang work?

1015


What is grep r?

1041


What is a command and examples?

1150


What is the unix command to confirm a remote host is alive or not?

1135


Explain ‘system calls’ with respect to unix commands?

1038


What is the use of the tee command?

1050


What are some command words?

1081


How do I open a port?

1033


What does sed command do in unix?

1113


Explain the steps that a shell follows while processing a command.

1161


What do chgrp command do?

1139