.tar. Tape ARchive format. Aka tarball. A file archived using the UNIX archiving utility called tar. These files are usually expanded with the following syntax: tar xvf filename.tar. tar archives (turns many files into one) but does not compress (turns one file into a smaller file).
.txt. A file containing just ASCII code, i.e. unformatted words, numbers, or characters. A text file is especially not a binary file, which is composed of 0s and 1s, or an executable program, which contains coding geared to execute commands.. A text file may be read as is or it may have data that is coded for interpretation by an application. EG: HTML files (.htm) are text files that are interpreted by browsers. A text file differs from a document file or an executable file. Other common text files include .ini, .dat, .log, and .bat..tif or .tiff. Tagged Image File Format. A graphic file format often used by DTPs. It is good for high resolution rasterized images, especially scanned images and drawings. It can save in 1 bit (monochrome, usu. black and white), 8 bit (grayscale or 256 colors), or 24 bit (true color at 16.7 million colors). In 24 b images, TIFF supports transparency by designating an alpha channel to be transparent, i.e. the color will change to the background color.
(1) The smallest lexical component of a programming language. EGs: A keyword, an operator, a variable, a scalar. In C, the six kinds of tokens are keywords, operators, punctuators, identifiers, constants, and string constants. Tokens are separated by positioning, whitespace, or syntax. A compiler typically groups all the characters into tokens and then checks to see if the tokens follow the syntax of the language.
(2) A special series of bits that travels around a token-ring network. Only one token exists on the network and the computer that possesses it is the only one that can transmit.

.tts. Text To Speech. The translation of text to a computer audio impersonation of a human voice. Voice may be impersonated by computer voice synthesis or by diaphone concatenation. Computer speech synthesis generates sounds like the necessary phonemes. Diaphone concatenation is hours of recorded beginning and ending phoneme units, eg "hello" is silence-h h-eh eh-l l-o o-silence.TeleVision. A mechanical version of the TV was invented by German Paul Gottlieb Nipkow in 1884. In the 1920s the MTV was further developed by John Logie Baird for Britain and Charles Francis Jenkins for the US. German Karl Braun invented the CRT (Cathode Ray Tube), i.e. the electronic TV in 1897. The CRT was further developed by Russian Dr. Vladimir Kosma Zworykin in 1929. Philo T. Farnsworth was the first to transmit TV signals in 1927. See also my article on Video.
1 in = 6 pc = 72 pt = 1440 twip 1/6 in = 1 pc = 12 pt = 240 twip 1/72 in = 1/12 pc = 1 pt = 20 twip 1/1440 in = 1/240 pc = 1/20 pt = 1 twip
.dll, a .exe, or as a stand alone binary file.2007-10-18 17:32:59Z