State the difference between copying and …
CBSE, JEE, NEET, CUET
Question Bank, Mock Tests, Exam Papers
NCERT Solutions, Sample Papers, Notes, Videos
Posted by Chitralekha Khaund 5 years, 1 month ago
- 1 answers
Related Questions
Posted by Ansh Gautam 1 year, 3 months ago
- 0 answers
Posted by Saumya Singh 1 year, 4 months ago
- 0 answers
Posted by Rakesh Sarkar 1 year, 4 months ago
- 0 answers
Posted by Hamza Ansari 1 year, 1 month ago
- 0 answers
Posted by Moksh Sahu 1 year, 6 months ago
- 1 answers
Posted by Ketan Thakur 1 year, 2 months ago
- 3 answers
Posted by Suman Devi 1 year, 3 months ago
- 1 answers
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
Yogita Ingle 5 years, 1 month ago
Copy leaves the information in its original location and makes another copy of the information when you use Paste. But in moving it removes the information and pastes it to another location.
Usually, in computer science, "moving" is equivalent to "copying" something, then deleting the original. In other words, after copying something, you have two copies of the thing you copy; if you move something, only one, at the new place. However, specifically in Excel (and probably other spreadsheet programs as well), when you move a cell or a range, any formulae that refer to the cell (or to one of the cells in the range) will be updated; thus, in this sense, moving is no longer equivalent to "copy, then delete the original". For example: Cell B1 has the formula "=A1*10". If you move the contents of cell A1 to A5 (you can do this in several ways; one is by selecting the cell, and dragging the border), then the formula in B1 will change to "=A5*10".
0Thank You