Difference between revisions of "Copy and Paste"

From Market Ruler Help
Jump to: navigation, search
m
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
'''Copy''' and '''Paste''' refers to the long-standing ability to move information between [[Desktop Application|desktop application]]s. Originally introduced in the Apple Macintosh in 1984, its use is commonplace today.
 
'''Copy''' and '''Paste''' refers to the long-standing ability to move information between [[Desktop Application|desktop application]]s. Originally introduced in the Apple Macintosh in 1984, its use is commonplace today.
  
The concept is borrowed from the how page layout was done prior to desktop publishing: publishers would literally use scissors to '''cut''' an article's page from a printout, and use '''paste''' (as in glue) to actually put it on a page. Through repeated '''cuttting''' and '''pasting''', a final page would be put together and finally shipped to a printer for mass reproduction.
+
The concept is borrowed from the how page layout was done prior to desktop publishing: publishers would literally use scissors or blades to '''cut''' an article's page from a printout, and use '''paste''' (as in glue) to actually put it on a page. Through repeated '''cutting''' and '''pasting''', a final page would be put together and finally shipped to a printer for mass reproduction.
  
 
Both '''Copy''' and '''Cut''' use a single, common '''[[Clipboard]]''' which is managed by the computer operating system, and handles storing and retrieving information between applications.
 
Both '''Copy''' and '''Cut''' use a single, common '''[[Clipboard]]''' which is managed by the computer operating system, and handles storing and retrieving information between applications.
Line 25: Line 25:
 
* [[Cut and Paste]]
 
* [[Cut and Paste]]
 
* [[Clipboard]]
 
* [[Clipboard]]
 +
 +
[[Category: Glossary]]

Latest revision as of 16:22, 8 February 2019

Copy and Paste refers to the long-standing ability to move information between desktop applications. Originally introduced in the Apple Macintosh in 1984, its use is commonplace today.

The concept is borrowed from the how page layout was done prior to desktop publishing: publishers would literally use scissors or blades to cut an article's page from a printout, and use paste (as in glue) to actually put it on a page. Through repeated cutting and pasting, a final page would be put together and finally shipped to a printer for mass reproduction.

Both Copy and Cut use a single, common Clipboard which is managed by the computer operating system, and handles storing and retrieving information between applications.

Copy is similar to Cut, however, it does not remove the original content when selected, it merely puts a copy of the content on the Clipboard.

The analogy is extended within computers, as most modern computers support cut, copy and paste of a variety of media: Files, Pictures, Rich Text, and even Audio.

How to copy and paste

On a Windows Computer

  1. Using a mouse, select a range of text you'd like to copy
  2. Type Ctrl-C (Copy)
  3. Switch between applications (using Alt-Tab) to the place you'd like to paste
  4. Type Ctrl-V (Paste)

On a Mac OS X Computer

  1. Using a mouse, select a range of text you'd like to copy
  2. Type Command-C (Copy)
  3. Switch between applications (using Command-Tab) to the place you'd like to paste
  4. Type Command-V (Paste)

Related