Cut:
To remove an object from a document and place it in a buffer. In word processing, for example, cut means to move a section of text from a document to a temporary buffer. This is one way to delete text. However, because the text is transferred to a buffer, it is not lost forever. You can copy the buffer somewhere else in the document or in another document, which is called pasting. To move a section of text from one place to another, therefore, you need to first cut it and then paste it. This is often called cut-and- paste.
Copy:
To copy a piece of data to a temporary location. In word processing, for example, copying refers to duplicating a section of a document and placing it in a buffer (sometimes called a clipboard). The term copy differs from cut, which refers to actually removing a section of a document and placing it in a buffer. After cutting or copying, you can move the contents of the buffer by pasting it somewhere else.
Paste:
To copy an object from a buffer (or clipboard) to a file. In word processing, blocks of text are moved from one place to another by cutting and pasting. When you cut a block of text, the word processor removes the block from your file and places it in a temporary holding area (a buffer). You can then paste the material in the buffer somewhere else.
Clipboard:
A special file or memory area (buffer) where data is stored temporarily before being copied to another location. Many word processors, for example, use a clipboard for cutting and pasting. When you cut a block of text, the word processor copies the block to the clipboard; when you paste the block, the word processor copies it from the clipboard to its final destination. In Microsoft Windows and the Apple Macintosh operating system, the Clipboard (with a capital C) can be used to copy data from one application to another.
Temporary files:
Embedded objects:
In word processing, an embedded command is a sequence of special characters inserted into a document that affects the formatting of the document when it is printed. For example, when you change fonts in a word processor (by specifying bold type), the word processor inserts an embedded command that causes the printer to change fonts. Embedded commands can also control the display screen, causing it to display blinking characters or produce other special effects. Embedded commands are usually invisible when you edit a file, but many word processors support a special mode that lets you see these commands.
OLE:
Abbreviation of Object Linking and Embedding, pronounced as separate letters or as oh-leh. OLE is a compound document standard developed by Microsoft Corporation. It enables you to create objects with one application and then link or embed them in a second application. Embedded objects retain their original format and links to the application that created them.
linked objects
To paste a copy of an object into a document in such a way that it retains its connection with the original object. Updates to the original object can be reflected in the duplicate by updating the link. In spreadsheet programs, linking refers to the ability of a worksheet to take its data for particular cells from another worksheet. Two or more files are thus linked by common cells.
Import
To use data produced by another application in a second application. The ability to import data is very important in software applications because it means that one application can complement another. Many programs, for example, are designed to be able to import graphics in a variety of formats.
Export:
To format data in such a way that it can be used by another application. An application that can export data can create a file in a format that another application understands, enabling the two programs to share the same data. The two programs might be different types of word processors, or one could be a word processor while the other could be a database management system.
Source file:
A place from which data is taken. Many computer commands involve moving data. The place from which the data is moved is called the source, whereas the place it is moved to is called the destination or target. If you copy a file from one directory to another, for example, you copy it from the source directory to the destination directory. The source and destination can be files, directories, or devices (that is, printers or storage devices).
Destination file
Many computer commands move data from one file to another or from one storage device to another. This is referred to as moving the data from the source to the destination (or target). The term is also used as an adjective, as in destination file or destination device .
.rtf: Rich Text File
A standard formalized by Microsoft Corporation for specifying formatting of documents. RTF files are actually ASCII files with special commands to indicate formatting information, such as fonts and margins. Other document formatting languages include the Hypertext Markup Language (HTML), which is used to define documents on the World Wide Web, and the Standard Generalized Markup Language (SGML), which is a more robust version of HTML.
.gif: Graphics Interchange Format
Pronounced jiff or giff (hard g) stands for graphics interchange format, a bit-mapped graphics file format used by the World Wide Web, CompuServe and many BBSs. GIF supports color and various resolutions. It also includes data compression, but because it is limited to 256 colors, it is more effective for scanned images such as illustrations rather than color photos.
.txt: Text
A file saved as a text file is referred to .txt therefore there isnt any formatting just plain text.
.png: Portable Networks Graphics
Short for Portable Network Graphics, and pronounced ping, a new bit-mapped graphics format similar to GIF. In fact, PNG was approved as a standard by the World Wide Web consortium to replace GIF because GIF uses a patented data compression algorithm called LZW. In contrast, PNG is completely patent- and license-free. The most recent versions of Netscape Navigator and Microsoft Internet Explorer now support PNG.
.Jpeg: Joint Photographic Experts Group
Short for Joint Photographic Experts Group, and pronounced jay-peg. JPEG is a lossy compression technique for color images. Although it can reduce files sizes to about 5% of their normal size, some detail is lost in the compression.
Filters
A program that accepts a certain type of data as input, transforms it in some manner, and then outputs the transformed data. For example, a program that sorts names is a filter because it accepts the names in unsorted order, sorts them, and then outputs the sorted names. Utilities that allow you to import or export data are also sometimes called filters.