Computer Science, asked by rockgirijesh8267, 1 year ago

what is difference between copying text and moving text ?

Answers

Answered by uneq95
6
suppose you have some text at address 1

If you move the text from address 1 to address 2, then the text is removed from address 1 and stored to address 2. now you wont find the text in address 1.

when you copy text from address 1 to address 2, the text will be present in both the addresses.
Answered by satyamjoshi74
0

Answer:

the copying command is used to make a duplicate copy of the file the moving command is used to cut the file and drag into other location

Similar questions