~D~

disk buffer-through-Document Style Semantics and Specification Language

A/B Switch box ~ America On-line  AMI BIOS ~ Arithmetic Operation  ARP ~ AVI  Backbone ~ Bit Image  Bit Map ~ Boot Disk  Boot Drive ~ Bytes Per Inch  C++ ~ Carrier Frequency  carrier system ~ certification  CGI ~ Chooser extension  cipher ~ Clipper Chip  clock ~ color  color bits ~ communications satellite  communications server ~ computer security  CON ~ copy  copy program ~ cycle time  daemon ~ defragmentation  demand paging ~ digitize  DikuMUD ~ disk  disk buffer ~ Document Style Semantics and Specification Language  document window ~ dynamic Web page  Easter egg ~ erase  erase head ~ ezine  F2F ~ finger2  firewall ~ font suitcase  footer ~ FYI  Game Control Adapter ~ GUI  HAL ~ hot key1  hot key2 ~ Hz  i486DX ~ internal modem  internet ~ ISO 9660  ISO/OSI model ~ just-in-time  K1 ~ knowledge base  L1 cache ~ LU  luggable computer ~ LZW compression  MAC ~ MILNET  mime ~ msec  MTBF ~ MYOB  named anchor ~ network drive  Network File System ~ number crunching  object ~ overwrite mode  P5 ~ PC/XT keyboard  PDA ~ pipeline processing  piracy ~ preventive maintenance  preview ~ pwd  quasi-language ~ QWERTY keyboard  R&D ~ registration marks  Registry ~ RFI  RF shielding ~ run-time library  SAA ~ server error  server push-pull ~ soft return  software ~ style sheet  stylus ~ System  T1 ~ ToggleKeys  token ~ typography  UART ~ uupc  V.120 ~ view2  viewer ~ VxD  w3 ~ WinG  WINS ~ WWW  X.25 ~ X Windows  Yahoo! ~ yotta-  Z39.50 standard ~ Zulu time

Return to Index  Home

disk buffer

n. A small amount of memory set aside for the purpose of storing data read from, or soon to be written to, a disk. Because disk devices are slow compared with the CPU, it is not efficient to access the disk for only one or two bytes of data. Instead, during a read, a large chunk of data is read and stored in the disk buffer. When the program wants information, it is copied from the buffer. Many requests for data can be satisfied by a single disk access. The same technique can be applied to disk writes. When the program has information to store, it writes it into the disk buffer area in memory. When the buffer has been filled, the entire contents of the buffer are written to the disk in a single operation.

disk cache

n. A portion of a computer's random access memory (RAM) set aside for temporarily holding information read from disk. A disk cache does not hold entire files, as does a RAM disk (a portion of memory that acts as if it were a disk drive). Instead, a disk cache is used to hold information that either has recently been requested from disk or has previously been written to disk. If the required information remains in a disk cache, access time is considerably faster than if the program must wait for the disk drive mechanism to fetch the information from disk. See also cache. Compare disk buffer.

disk controller

n. A special-purpose chip and associated circuitry that directs and controls reading from and writing to a computer's disk drive. A disk controller handles such tasks as positioning the read/write head, mediating between the drive and the microprocessor, and controlling the transfer of information to and from memory. Disk controllers are used with floppy disk drives and hard disks and can either be built into the system or be part of a card that plugs into an expansion slot.

disk copy

n. The process of duplicating a source disk's data and the data's organizational structure onto a target disk. See also backup.

disk crash

n. The failure of a disk drive. See also crash1.

disk drive

n. An electromechanical device that reads from and writes to disks. The main components of a disk drive include a spindle on which the disk is mounted, a drive motor that spins the disk when the drive is in operation, one or more read/write heads, a second motor that positions the read/write head(s) over the disk, and controller circuitry that synchronizes read/write activities and transfers information to and from the computer. Two types of disk drives are in common use: floppy disk drives and hard disk drives. Floppy disk drives are designed to accept removable disks in either 5.25-inch or 3.5-inch format; hard disk drives are faster, high-capacity storage units that are completely enclosed in a protective case.

disk driver

n. A device driver that is added to a system to support a specific manufacturer's disk device. See also device driver.

disk interface

n. 1. The circuitry that connects a disk drive to a computer system. 2. A standard for connecting disk drives and computers. The ST506 standard for connecting hard disks to computers is a disk interface standard.

diskless workstation

n. A station on a computer network that is not equipped with a disk drive and that uses files stored in a file server. See also file server.

disk mirroring

n. A technique in which all or part of a hard disk is duplicated onto one or more other hard disks, each of which ideally is attached to its own controller. With disk mirroring, any change made to the original disk is simultaneously made to the other disks, so that if the original disk becomes damaged or corrupted, the mirror disks will contain a current, undamaged collection of the data from the original disk. Also called disk duplexing. See also fault tolerance.

disk partition

n. A logical compartment on a physical disk drive. A single disk might have two or more logical disk partitions, each of which would be referenced with a different disk drive name. Multiple partitions are divided into a primary (boot) partition and one or more extended partitions.

disk striping

n. The procedure of combining a set of same-size disk partitions that reside on separate disks (from 2 to 32 disks) into a single volume, forming a virtual "stripe" across the disks that the operating system recognizes as a single drive. Disk striping enables multiple I/O operations in the same volume to proceed concurrently, thus offering enhanced performance. See also disk striping with parity, input/output.

disk striping with parity

n. The technique of maintaining parity information across a disk stripe so that if one disk partition fails, the data on that disk can be recreated using the information stored across the remaining partitions in the disk stripe. See also disk striping, fault tolerance, parity.

display

n. The visual output device of a computer, which is commonly a CRT-based video display. With portable and notebook computers, the display is usually an LCD-based or a gas plasma-based flat-panel display. See also flat-panel display, liquid crystal display, video adapter, video display.

display background

n. In computer graphics, the portion of an on-screen image that remains static while other elements change; for example, window borders on a screen, or a palette of shapes or patterns in a drawing program.

display image

n. The collection of elements displayed together at a single time on a computer screen.

display screen

n. The part of a video unit on which images are shown. See also CRT. Distance Vector Multicast Routing Protocol n. An Internet routing protocol that provides an efficient mechanism for connectionless datagram delivery to a group of hosts across an Internet network. It is a distributed protocol that dynamically generates IP multicast delivery trees using a technique called Reverse Path Multicasting (RPM). Acronym: DVMRP.

distortion

n. An undesirable change in the waveform of a signal. Distortion can occur during signal transmission, as when a radio broadcast becomes garbled, or when a signal passes through a circuit, as when a stereo system is turned up too loud. Distortion often results in loss of information. It is mainly a problem in analog signals; digital signals are not affected by moderate distortion.

Distributed Computing Environment

n. A set of standards from the Open Group (formerly the Open Software Foundation) for development of distributed applications that can operate on more than one platform. See also distributed processing. Acronym: DCE.

distributed database

n. A database implemented on a network. The component partitions are distributed over various nodes (stations) of the network. Depending on the specific update and retrieval traffic, distributing the database can significantly enhance overall performance. See also partition (definition 2).

distributed file system

n. A file management system in which files may be located on multiple computers connected over a local or wide area network.

distributed network

n. A network in which processing, storage, and other functions are handled by separate units (nodes) rather than by a single main computer.

distributed processing

n. A form of information processing in which work is performed by separate computers linked through a communications network. Distributed processing is usually categorized as either plain distributed processing or true distributed processing. Plain distributed processing shares the workload among computers that can communicate with one another. True distributed processing has separate computers perform different tasks in such a way that their combined work can contribute to a larger goal. The latter type of processing requires a highly structured environment that allows hardware and software to communicate, share resources, and exchange information freely.

Distributed System Object Model

n. IBM's System Object Model (SOM) in a shared environment, where binary class libraries can be shared between applications on networked computers or between applications on a given system. The Distributed System Object Model complements existing object-oriented languages by allowing SOM class libraries to be shared among applications written in different languages. See also SOM. Acronym: DSOM.

distribution list

n. A list of recipients on an e-mail mailing list. This can be in the form of either a mailing list program, such as LISTSERV, or an alias in an e-mail program for all recipients of an e-mail message. See also alias (definition 2), LISTSERV, mailing list.

distributive sort

n. An ordering process in which a list is separated into parts and then reassembled in a particular order. See also sort algorithm. Compare bubble sort, insertion sort, merge sort, quicksort.

dithering

n. A technique used in computer graphics to create the illusion of varying shades of gray on a monochrome display or printer, or additional colors on a color display or printer. Dithering relies on treating areas of an image as groups of dots that are colored in different patterns. Akin to the print images called halftones, dithering takes advantage of the eye's tendency to blur spots of different colors by averaging their effects and merging them into a single perceived shade or color. Depending on the ratio of black dots to white dots within a given area, the overall effect is of a particular shade of gray. Dithering is used to add realism to computer graphics and to soften jagged edges in curves and diagonal lines at low resolutions. See also aliasing, halftone.

divergence

n. A moving apart or separation. On computer displays, divergence occurs when the red, green, and blue electron beams in a color monitor do not collectively light the same spot on the screen. Within a program, such as a spreadsheet, divergence can occur when a circular set of formulas is repeatedly recalculated (iterated), with the results of each iteration moving further from a stable solution. Compare convergence.

division by zero

n. An error condition caused by an attempt to divide a number by zero, which is mathematically undefined, or by a number that is sufficiently near to zero that the result is too large to be expressed by the machine. Computers do not allow division by zero, and software must provide some means of protecting the user from program failure on such attempts.

DLC

n. Acronym for Data Link Control. An error-correction protocol in the Systems Network Architecture (SNA) responsible for transmission of data between two nodes over a physical link. See also HDLC, SNA.

DNS

n. 1. Acronym for Domain Name System. The system by which hosts on the Internet have both domain name addresses (such as bluestem.prairienet.org) and IP addresses (such as 192.17.3.4). The domain name address is used by human users and is automatically translated into the numerical IP address, which is used by the packet-routing software. See also domain name address, IP address. 2. Acronym for Domain Name Service. The Internet utility that implements the Domain Name System (see definition 1). DNS servers, also called name servers, maintain databases containing the addresses and are accessed transparently to the user.

DNS server

n. A computer that can answer Domain Name Service (DNS) queries. The DNS server keeps a database of host computers and their corresponding IP addresses. Presented with the name apex.com, for example, the DNS server would return the IP address of the hypothetical company Apex. See also DNS (definition 2), IP address.

dock

vb. To connect a laptop or notebook computer to a docking station. See also docking station, laptop, portable computer.

docking mechanism

n. The portion of a docking station that physically connects the portable computer with the station. See also docking station.

docking station

n. A unit for housing a laptop or notebook computer that contains a power connection, expansion slots, and connections to peripherals, such as a monitor, printer, full-sized keyboard, and mouse. The purpose of a docking station is to turn the laptop or notebook computer into a desktop machine and allow users the convenience of using such peripherals as a monitor and a full-sized keyboard. See also expansion slot, laptop, peripheral, portable computer.

doctype

n. A declaration at the beginning of an SGML document that gives a public or system identifier for the document type definition (DTD) of the document. See also SGML.

document1

n. Any self-contained piece of work created with an application program and, if saved on disk, given a unique filename by which it can be retrieved. Documents are generally thought of as word-processed materials only. To a computer, however, data is nothing more than a collection of characters, so a spreadsheet or a graphic is as much a document as is a letter or report. In the Macintosh environment in particular, a document is any user-created work named and saved as a separate file.

document2

vb. To explain or annotate something, such as a program or a procedure.

documentation

n. The set of instructions shipped with a program or a piece of hardware. Documentation usually includes necessary information about the type of computer system required, setup instructions, and instructions on the use and maintenance of the product.

document-centric

adj. Of, pertaining to, or characteristic of an operating system in which the user opens document files and thus automatically invokes the applications (such as word processors or spreadsheet programs) that process them. Many graphical user interfaces, such as the Macintosh Finder, as well as the World Wide Web, are document-centric. Compare application-centric.

document file

n. A user-created file that represents the output of a program. Also called data file. Compare program file.

document image processing

n. A system for storing and retrieving information for an enterprise in the form of bitmapped images of paper documents input with a scanner rather than in the form of text and numeric files. Document image processing takes more memory than purely electronic data processing, but it more readily incorporates signatures, drawings, and photographs and can be more familiar to users without computer training. See also paperless office.

document management

n. The full spectrum of electronic document creation and distribution within an organization.

document retrieval

n. A capability built into some application programs that enables the user to search for specific documents by specifying items of information, such as date, author, or previously assigned keywords. Document retrieval depends on an indexing scheme that the program maintains and uses. Depending on the program's capabilities, document retrieval might allow the user to specify more than one condition to refine a search.

document source

n. The plain-text HTML form of a World Wide Web document, with all tags and other markup displayed as such rather than being formatted. Also called document source, source. See also HTML.

Document Style Semantics and Specification Language

n. An ISO standard under preparation addressing the semantics of high-quality composition in a manner independent of particular formatting systems or processes. It is intended as a complementary standard to SGML for the specification of semantics. See also ISO, SGML. Acronym: DSSSL.

A/B Switch box ~ America On-line  AMI BIOS ~ Arithmetic Operation  ARP ~ AVI  Backbone ~ Bit Image  Bit Map ~ Boot Disk  Boot Drive ~ Bytes Per Inch  C++ ~ Carrier Frequency  carrier system ~ certification  CGI ~ Chooser extension  cipher ~ Clipper Chip  clock ~ color  color bits ~ communications satellite  communications server ~ computer security  CON ~ copy  copy program ~ cycle time  daemon ~ defragmentation  demand paging ~ digitize  DikuMUD ~ disk  disk buffer ~ Document Style Semantics and Specification Language  document window ~ dynamic Web page  Easter egg ~ erase  erase head ~ ezine  F2F ~ finger2  firewall ~ font suitcase  footer ~ FYI  Game Control Adapter ~ GUI  HAL ~ hot key1  hot key2 ~ Hz  i486DX ~ internal modem  internet ~ ISO 9660  ISO/OSI model ~ just-in-time  K1 ~ knowledge base  L1 cache ~ LU  luggable computer ~ LZW compression  MAC ~ MILNET  mime ~ msec  MTBF ~ MYOB  named anchor ~ network drive  Network File System ~ number crunching  object ~ overwrite mode  P5 ~ PC/XT keyboard  PDA ~ pipeline processing  piracy ~ preventive maintenance  preview ~ pwd  quasi-language ~ QWERTY keyboard  R&D ~ registration marks  Registry ~ RFI  RF shielding ~ run-time library  SAA ~ server error  server push-pull ~ soft return  software ~ style sheet  stylus ~ System  T1 ~ ToggleKeys  token ~ typography  UART ~ uupc  V.120 ~ view2  viewer ~ VxD  w3 ~ WinG  WINS ~ WWW  X.25 ~ X Windows  Yahoo! ~ yotta-  Z39.50 standard ~ Zulu time

Return to Index  Home