| Noun | 1. | save - (sports) the act of preventing the opposition from scoring; "the goalie made a brilliant save"; "the relief pitcher got credit for a save" |
| Verb | 1. | save - save from ruin, destruction, or harm |
| 2. | save - to keep up and reserve for personal or special use; "She saved the old family photographs in a drawer" Synonyms: preserve | |
| 3. | save - bring into safety; "We pulled through most of the victims of the bomb attack" | |
| 4. | save - spend less; buy at a reduced price | |
| 5. | save - feather one's nest; have a nest egg; "He saves half his salary" | |
| 6. | save - make unnecessary an expenditure or effort; "This will save money"; "I'll save you the trouble"; "This will save you a lot of time" Synonyms: make unnecessary | |
| 7. | save - save from sins | |
| 8. | save - refrain from harming Synonyms: spare | |
| 9. | save - spend sparingly, avoid the waste of; "This move will save money"; "The less fortunate will have to economize now" | |
| 10. | save - retain rights to; "keep my job for me while I give birth"; "keep my seat, please"; "keep open the possibility of a merger" |
| 1. | SAVE - An assembler for the Burroughs 220 by Melvin Conway (see Conway's Law). The name "SAVE" didn't stand for anything, it was just that you lost fewer card decks and listings because they all had SAVE written on them. | ||
| 2. | (editor, programming, storage) | save - To copy data to a more
permanent form of storage. The term is commonly used for when
some kind of document editing application program writes the
current document from RAM to a file on hard disk at the
request of the user. The implication is that the user might
later load the file back into the editor again to view it,
print it, or continue editing it. Saving a document makes it
safe from the effects of power failure. The "document" might actually be anything, e.g. a word processor document, the current state of a game, a piece of music, a web site, or a memory image of some program being executed (though the term "dump" would probably be more common here). Data can be saved to any kind of (writable) storage: hard disk, floppy disk, CD-R; either locally or via a network. A program might save its data without any explicit user request, e.g. periodically as a precaution ("auto save"), or if it forms part of a pipeline of processes which pass data via intermediate files. In the latter case the term suggests all data is written in a single operation whereas "output" might be a continuous flow, in true pipeline fashion. When copying several files from one storage medium to another, the terms "back-up", "dump", or "archive" would be used rather than "save". The term "store" is similar to "save" but typically applies to copying a single item of data, e.g. a number, from a processor's register to RAM. |
About this site and copyright information - Online Dictionary Home