What is the difference between moving and copying a file . ( give at least 3 points )
Answers
Answered by
1
Answer:
Copying means just copy the particular data at another location and it remains intact at its previous location, while moving data means copying same data into another location and it gets removed from it's original location. Answer: ... Copying a file, folder or piece of content means duplicating it.
Answered by
2
Answer:
- copying makes a duplicate of a file or directory in another location without affecting the original content.
- moving transfers the original file or directory to another location.
- copying will not affect the original content.
- moving will delete the original content.
- copying is a command that allows creating a similar file in a new location.
- moving is a command that allows relocating the original file in new location.
Similar questions