Computer Science, asked by Lousi8021, 1 year ago

what is the difference between copying and moving text

Answers

Answered by siddhartharao77
279
1)When you move the text, It is gone from the original location.

2) When you copy the text, The text also stays in the original location and then also gets copied to a new location.


1) Copying means creating a duplicate copy of the text.
2) Moving means removing the text from one place to another.


Answered by vinod04jangid
5

Answer:

The difference between copying and moving is that the copying command makes a duplicate of a file or directory to another location without affecting the original content while the moving command transfers the original file or directory to another location.

Explanation:

COPY TEXT :

1 Copy text will leave the source as it is and place a copy in the destination.

2 After copying the text avaliable in both source and destination locations

MOVE TEXT :

1 Moving text will shift the source to the destination.

2 After moving the text avaliable in destination location alone.

#SPJ2

Similar questions