Science Fair Projects Ideas - File copying

All Science Fair Projects

      

Science Fair Project Encyclopedia for Schools!

  Search    Browse    Forum  Coach    Links    Editor    Help    Tell-a-Friend    Encyclopedia    Dictionary     

Science Fair Project Encyclopedia

For information on any area of science that interests you,
enter a keyword (eg. scientific method, molecule, cloud, carbohydrate etc.).
Or else, you can start by choosing any of the categories below.

File copying

File copying is creation of a new file which has the same content as an existing file.

All operating systems include file copying in the user interface, like cp in Unix and copy in MS-DOS; operating systems with GUIs usually provide copy-and-paste or drag-and-drop methods of file copying.  File managers, too, provide an easy way of copying files.

Internally, however, while some systems have specialized APIs for copying files (like CopyFile and CopyFileEx in Windows API), others (like Unix and MS-DOS) fall back to simply reading the contents of the old file and writing it to the new file. This makes little difference with local files, but provide an interesting situation when both the source and target files are located on a remote file server.  Operating systems with specialized file copying APIs are usually able to tell the server to perform the copying locally, without sending file contents over the network, thus greatly improving performance.  Those systems that have no comparable APIs, however, have to read the file contents over the network, and then to send them back, again over the network.  Sometimes remote file copying is performed with a specialized command, like ncopy in MS-DOS clients for Novell NetWare.

Even more complicated situation arises when one needs to copy files between two remote servers.  The simple way is to read data from one server, and then to write them to the second server.  The tricky way is to tell both servers to exchange data directly (and this is hardly implemented anywhere).

10-26-2009 08:16:03
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details
Science kits, science lessons, science toys, maths toys, hobby kits, science games and books - these are some of many products that can help give your kid an edge in their science fair projects, and develop a tremendous interest in the study of science. When shopping for a science kit or other supplies, make sure that you carefully review the features and quality of the products. Compare prices by going to several online stores. Read product reviews online or refer to magazines.

Start by looking for your science kit review or science toy review. Compare prices but remember, Price $ is not everything. Quality does matter.
Science Fair Coach
What do science fair judges look out for?
ScienceHound
Science Fair Projects for students of all ages
All Science Fair Projects.com Site
All Science Fair Projects Homepage
Search | Browse | Links | From-our-Editor | Books | Help | Contact | Privacy | Disclaimer | Copyright Notice