English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-10-15 21:27:26 · 13 answers · asked by Sourav 1 in Computers & Internet Programming & Design

13 answers

(m)


(1) To replace pages or segments of data in memory. Swapping is a useful technique that enables a computer to execute programs and manipulate data files larger than main memory. The operating system copies as much data as possible into main memory, and leaves the rest on the disk. When the operating system needs data from the disk, it exchanges a portion of data (called a page or segment ) in main memory with a portion of data on the disk.
DOS does not perform swapping, but most other operating systems, including OS/2, Windows, and UNIX, do.

Swapping is often called paging.

(2) In UNIX systems, swapping refers to moving entire processes in and out of main memory.

2006-10-15 21:43:25 · answer #1 · answered by mallimalar_2000 7 · 2 0

Swaping is a good concept in Operating system.

Using swapping u can execute more bytes in less proccessor memorry

Actually there will be a temporary memorry space and a main processor. Now u have to execute a programand the program is bis than the processor memorry. even then u can execute the program. it can be done this way. Some modules or part of the program will be stored in the procesor memory and some in temporary memory. whenever the processor need the data which is in the temporary space then it would send some data or part of the program to that tempoary space and take the required data from temporary space. THIS CONCEPT OF EXCHENGING IS SWAPPING.

I hape it is clear. If not Please mail me ur doubts.
I am here to clear it.
My id is vettri_selvan2002@yahoo.com

2006-10-16 05:15:21 · answer #2 · answered by vettri s 1 · 0 0

Swapping is used in a lot of places.
i first dont understand which swapping you are talking about.

Swapping of variables or Article swapping or page swapping.

Article swapping is explained earlier.

Page swapping is done by the OS during memory management and executuon of pages

2006-10-16 04:33:54 · answer #3 · answered by Pandian 3 · 0 0

The strategy for swapping bytes depends on the format of the data; there is no universal routine that can take care of all byte ordering differences. Any program that needs to swap data must know the data type, the source data endian order, and the host endian order.

2006-10-17 07:57:08 · answer #4 · answered by veerabhadrasarma m 7 · 0 0

Article Swapping refers to the sharing of information on the World Wide Web (WWW).
swapping wiki
http://en.wikipedia.org/wiki/Swap

2006-10-16 04:31:04 · answer #5 · answered by Anonymous · 0 0

Swapping algorithm:

To swap two variables of similar type: say a and b
Use another variable c of same type.
Copy contents of a or b into c
Copy contents of b or a into a or b
Copy contents of c into b or a

2006-10-16 06:11:55 · answer #6 · answered by Rahul Ghose 4 · 0 0

It type of shifting working shifts

For Eg: If you want holiday on Tuesday but your holiday is on Friday and one of your friend is having holiday on tuesday and want leave on friday you both can exchange.

This normally happens in Call Centers, and Big software companies which work 365 days issusing holidays to some of them in week days.

2006-10-16 04:50:56 · answer #7 · answered by priya r 2 · 0 0

Trading and Bartering, in person or on a website like http://www.caretotrade.com

2006-10-17 23:46:20 · answer #8 · answered by whoawhoawhoa 3 · 0 0

In actual sense it simply means interchanging of one thing with another.

2006-10-16 07:18:54 · answer #9 · answered by Simar b 1 · 0 0

To trade or exchange with one thing for another.

2006-10-16 04:45:50 · answer #10 · answered by kamal 1 · 0 0

fedest.com, questions and answers