Computer Science, asked by hiramani9464, 1 year ago

Distinguish between copying and moving the data

Answers

Answered by SohamPatil
1

Copying refers to duplicating an exact same copy of the file and moving that duplicate to any other location.

Moving the data refers to moving the original file from its location to another location.

Hope this helps you!

If it does then please mark this answer as BRAINLIEST!

Regards,

Soham Patil.

Answered by DIONJOHNSON
0

Copying means just taking an exact copy of the same data without changing its actual location and here it takes an extra space for storing that particular data.

Moving means it is changing actual location of the data and not creating another file of exact copy or location.

Similar questions