Computer Science, asked by bhosale5959, 1 year ago

What is the differrnce between cut paste and copy paste

Answers

Answered by RobotSingh
0
in copy paste the file is not permanently removed from location of file but in cut paste the file is permanently removed from location
Answered by Anonymous
0

Answer:

what is copy and cut ?

copy is a command that is used to create a duplicate of the selected text by keeping it in the clipboard.

cut is also a command in which data is similarily kept in the clipboard and the command removes the selected data also.

difference between cut and copy ?

cut removes the item and stores to clipboard whereas copy does not remove the item and stores to clipboard

shortcut key for cut is ctrl+x whereas shortcut key for copy is ctrl + c

extra info:

paste is a useful command. it is used for pasting something that is stored in clipboard. shortcut key for paste is ctrl+v.

to copy or cut something we need to select or highlight it and right click on the highlighted info. then you can copy, cut, paste.

Similar questions