When you copy, the original is left where it is.
When you move, the file is first copied, then deleted from the original location.
Chat with our AI personalities
Insert means to put something in while copy means to take something and make a replica of it Insert means to put something in while copy means to take something and make a replica of it
Cut will take the original away, and Paste onto the destination. Copy take a copy of the original, and paste onto the destination. The difference is the original object (the text, the file, the folder, etc) remain in tack (no alternation) for Copy, the original be moved (the Cut)
When you do a save, the changes are applied to the document you originally opened. When you do a 'save as', you have to choose a name and a location where a copy of the document will be saved; this copy will have changes you are currently making to the document. You can then exit the document without saving, and your original document is unchanged. The copy that you 'save as' is still intact, with changes. You can also do a 'save as' without making any changes, just to have another copy of the document existing with a new name and/or location.
Move - it is like "cut" as in you move it and you don't have the document you moved in the folder you moved it from. Copy - You can copy and paste all you want and make many, many copies of the document and not lose it. What I'm trying to say is that move is like, the exact opposite of copy. *If you move, it remains to be one document. If you copy, it doesn't remain to be one document, you can make as many as you want, if you have enough memory. Btw, sorry if my explaination was too long and if you can't understand it well. I'm not really good at it, I'm still practising.
Use the FUP COPY command to move data one record at a time. COPY allows you to copy part of a file, and to copy records to and from devices other than disks,including tape drives, printers, and terminals. COPY also allows you to change file types by copying a file of one type into a target file of a different type. Use the FUP LOAD command to move data into a structured file. Data is transferred one record at a time from the source file and moved one block at a time into the destination file. The LOAD command has these advantages: • Loading files does not affect alternate-key values.Because data is written a block at a time, • LOAD is faster than COPY.