With 1,800 definitions and an abundance of Internet and online terms, this dictionary is perfect for new and intermediate computer users. The entries range from basic to advanced computer terminology and include historical terms and software concepts. The reference even defines and illustrates concepts and terminology for several graphics applications. This pocket-sized dictionary is packed with illustrations, charts, and examples and the comprehensive cross-referencing and clear language make it easy to use. Off- the-shelf software users will find this guide particularly useful.
From Book News, Inc.
Covering approximately 2500 terms related to business software, personal computers, the Internet, computer architecture, and binary arithmetic, this dictionary provides definitions, offers clues to usage, and notes slang and jargon when they appear. A visual dictionary of characters and symbols is also included. This edition features 200 new entries.Book News, Inc.®, Portland, OR
Book Description
Computer technology is constantly developing, which is why this title has undergone a complete revision, making it a virtually brand new quick-reference book for all computer users. The authors have expanded it to include more than 2,500 alphabetically arranged computer-related terms and definitions. They emphasize what they call the ?human side? of computing, explaining terms as well as defining them in clear non-technical language wherever possible. Filled with enlightening illustrations, diagrams, and tables.
Dictionary of Computer and Internet Terms, Eighth Edition FROM THE PUBLISHER
Computer technology is constantly developing, which is why this title has undergone a complete revision, making it a virtually brand new quick-reference book for all computer users. The authors have expanded it to include more than 2,500 alphabetically arranged computer-related terms and definitions. They emphasize what they call the “human side” of computing, explaining terms as well as defining them in clear non-technical language wherever possible. Filled with enlightening illustrations, diagrams, and tables.
More than 2,500 key terms defined and explained, many with helpful illustrations and tables
A major revision covering the latest developments and systems, including Windows 2000 and XP, .NET, MacOS, Linux, and much more
Programming examples in Java, C, Pascal, HTML, JavaScript, and other languages
Includes new media, digital photography and audio, and Internet culture and humor
Sample Entry:
DATA COMPRESSION the storage of data in a way that makes it occupy less space than if it were stored in its original form. For example, long sequences of repeated characters can be replaced with short codes that mean "The following character is repeated 35 times," or the like. A more thorough form of data compression involves using codes of different lengths for different character sequences so that the most common sequences take up less space.
Most text files can be compressed to about half their normal size. Digitized images can often be compressed to 10 percent of their original size (or even more if some loss of fine detail can be tolerated), but machine-language programs sometimes cannot be compressed at all because they contain no recurrent patterns. See also ZIP FILE; STUFFIT; PCX; JPEG; MPEG.