This explains the most common computerterms which you can encounter. This list was compiled from several sources. It does not explain HTML commands in detail because for this purpose another encyclopedia is available.The most recent update of this document can be found at: http://www.uithuizen.net/encyclopedia/terms.php
DAC Digital-to-Analog Converter. A hardwaredevice (in its simplest form, nothing more than a set of interconnected resistors) which converts a digital number into an analog signal whose voltage is proportional to the value of the digital number. VGA and later color video boards use DACs to convert color values into the analog signals sent to the display; sound boards normally use DACs as well. See also ADC
daemon A computer program or process that works automatically in the background without user intervention. Particularly a program that accomplishes a recurring system task, such as receiving and distributing e-mail or managing the print queue.
data communication Transmission and reception of data via modems, telephonelines, communications satellites, between computers in a network etc.
data glove A glove with sensors on it, linked to a computer. It translates the movements of the hand wearing it into digital coordinates so the computer can track what the hand is doing and give feedback. Information about the glove´s position in real space is fed into the computer. This stream of positional information allows interaction with a virtual world. The data glove is a different kind of interface than a computer mouse or keyboard. Sensory feedback may be provided through the glove, rather than through a monitor. As a telepresence technology, it creates possibilities for any hand-sensitive work, such as surgery or sign language, as well as realistic video-game interactions. There is a lot of development yet to go, including tactile feedback, before it can be effectively used.
database a collection of data ordered in different categories, like a telephone-guide.
DBA database Administrator. The DBA is responsible for authorizing access to the database, for coordinating and monitoring its use and for acquiring software and hardware resources as needed.
DC 1) Data Collection. 2) Data Communication. 3) Data Control. 4) device Control. 5) Direct Current.
DCA Acronym of Document Content Architecture. DCA defines the rules for specifying the form and meaning of a text document.
DCB Data Control Block.
DCC Digital Compact Cassette.
DCD Data Carrier Detect.
DCF 1) Data Communication Facility. 2) Data Compression Facility.
DD 1) Digital Display. 2) Double Density; a floppy disk on which the magnetic material is twice as dense as on the old-fashioned floppy disks, which makes it possible to store twice as much of data. All current floppy disks are of this type.
developer release Developer releases can be considered as the predecessors of the beta versions. These version are distributed to a small group of testers and will undergo a series of changes. In general the difference between a developer release and a beta version is huge.
device each internal or external apparatus coupled to a computer.
dial-up services Services such as news retrieval, database searches, electronic bulletin boards, and educational courses that are accessed by telephone or modem.
digital video Images converted from a videotape or live analog video to a digital information stream, either in real time or to a hard drive or other storage medium for later viewing.
digitization the art/science of converting analog video, images, or audio into digital format (i.e., 1s and 0s).
direct E-mail Sending of commercial messages or newsletters via E-mail to a large number of recipients. This is usually done by companies. See also LISTSERV.
Direct Sequence Spread Spectrum A technology used in 802.11.
directory a group of files under a common name on disk.
DMA Acronym for: Direct Memory Access; a type of I/O in which a special DMA controller, rather than the CPU, transfers data between main memory and the I/O devices.
DNS 1) Domain Name Server. A machine that performs the procedures of the Domain Name System. 2) Domain Name System. The applicationprotocol used in the TCP/IP suite to map the symbolic names used by humans into the equivalent fully-qualified network address.
Domain Name The unique name that identifies an Internet site. Domain Names always have 2 or more parts, separated by dots. The part on the left is the most specific, and the part on the right is the most general. A given machine may have more than one Domain Name but a given Domain Name points to only one machine. See also: IP Number.
DOS Disk Operating System; a program that manages the hard disk, it translate the input from the keyboard, manages the dataflow from and through the devices and it manages the organisation of data. The term is mainly associated with the (old) MS-DOS program of Microsoft. But there have been some other systems available.
dotpitch The distance between the center of the holes from the same color in the mask of a CRT. The smaller the dotpitch, the higher the resolution that can be displayed.
dpi Acronym for dots per inch; the amount of inkdots per inch. It is more or less a quality measurement for printers. The higher the dpi, the higher the quality of the printer. See resolution
DPM Dynamic Power Management.
DPMI DOS Protected-Mode Interface. An API which provides basic services for protected-mode programs to allocate memory, invoke real-mode software, etc. See also VCPI
DPMS 1) Display Power Management Support. 2) Display Power Management Signalling. A communication standard by VESA that defines how a screen can be controlled during the power savings mode.
drag The term for moving a screenobject with the mouse; usually via the following procedure: Select a object by clicking on it, then drag the object to the new location without releasing the mousebutton and release it on the new location (drag-and-drop). This procedure is also used to highlight or outline an area, so that some special operation (such as cut or paste) can be performed on the area you select.
DRAM Dynamic Random Access Memory. RAM memory which essentially consists of a tiny capacitor for each bit of memory. so they lose their contents when power is disrupted. Since capacitors do not hold a charge indefinitely, DRAM must be constantly refreshed to avoid losing its contents. Also, the process of reading the contents of the memory are destructive, meaning extra time must be spent restoring the contents of memory addresses which are accessed, so DRAM is slower than SRAM.
DVORAK A person who designed keyboards with a different layout than the standard QWERTY layout. This different layout can be used by people with a physical limitation (for example people who can type with only one hand).
DWORD Doubleword; four bytes. Commonly used to hold a 32-bit segment:offset or selector:offset address.
This encyclopedia is for informational purposes only. All (registered) trademarks mentioned are property of their respective owners. No infringement of third party rights intended. The author cannot garantuee that the information presented is complete or that it contains no errors.