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.