0%

19-letter words containing i, d, g

  • counterconditioning — the conditioning of a response that is incompatible with some previously learned response; for example, in psychotherapy an anxious person might be taught relaxation, which is incompatible with anxiety
  • counterpoise bridge — another name for bascule bridge
  • countervailing duty — an extra import duty imposed by a country on certain imports, esp to prevent dumping or to counteract subsidies in the exporting country
  • cracked gas cooling — Cracked gas cooling is a process in which the temperature of a cracked gas is reduced in order to separate it into different product streams.
  • criminal wrongdoing — the act of causing harm to a person or damage to his or her interests
  • crystallized ginger — sugar-coated ginger
  • cudgel one's brains — to think hard about a problem
  • dancing-lady orchid — any of numerous epiphytic orchids of the genus Oncidium, often grown as houseplants.
  • dangling participle — a participle intended to modify a noun but having the wrong grammatical relationship to it as for example having left in the sentence Having left Europe for good, Peter's future seemed bleak indeed
  • data link switching — (networking)   (DLSw) A standard for transporting IBM Systems Network Architecture (SNA) and network basic input/output system (NetBIOS) traffic over an Internet protocol network. Initially, in 1992, DLSw was proprietary to IBM. It was submitted to the IETF as RFC 1434 in 1993, later updated by RFC 1795.
  • de broglie equation — the postulate of wave mechanics that a particle of mass m moving at a velocity v will have the properties of a wave of wavelength h / mv (de Broglie wavelength) where h is Planck's constant.
  • debugging by printf — (programming)   The debugging technique where the programmer inserts print statements into a program so that when run the program leaves a "trail of breadcrumbs" allowing him to see which parts were executed. The information output may just be a short string to indicate that a particular point in the code has been reached or it might be a complete stack trace. The output typically just goes to the window or terminal in which the program is running or may be written to a log file.
  • deficiency judgment — a judgment in favor of a mortgagee for the remainder of a debt not completely cleared by foreclosure and sale of the mortgaged property
  • dendrochronological — Pertaining to dendrochronology.
  • descriptive grammar — an approach to grammar that is concerned with reporting the usage of native speakers without reference to proposed norms of correctness or advocacy of rules based on such norms.
  • design in real time — (programming)   (Dirt) A user interface builder for the X Window System by R. Hesketh.
  • diamond ring effect — a phenomenon, sometimes observed immediately before and after a total eclipse of the sun, in which one of Baily's beads is much brighter than the others, resembling a diamond ring around the moon.
  • dielectric strength — the maximum voltage that can be applied to a given material without causing it to break down, usually expressed in volts or kilovolts per unit of thickness.
  • diffraction grating — a band of equidistant, parallel lines, usually more than 5000 per inch (2000 per centimeter), ruled on a glass or polished metal surface for diffracting light to produce optical spectra.
  • dig one's own grave — If you say that someone is digging their own grave, you are warning them that they are doing something foolish or dangerous that will cause their own failure.
  • digital certificate — (communications, security)   An attachment to an electronic mail message used for security purposes, e.g. to verify that a user sending a message is who he or she claims to be, and to provide the receiver with the means to encode a reply. An individual wishing to send an encrypted message applies for a digital certificate from a certificate authority (CA). The CA issues an encrypted digital certificate containing the applicant's public key and a variety of other identification information. The CA makes its own public key readily available on the Internet. The recipient of an encrypted message uses the CA's public key to decode the digital certificate attached to the message, verifies it as issued by the CA and then obtains the sender's public key and identification information held within the certificate.
  • digital electronics — (electronics)   The implementation of two-valued logic using electronic logic gates such as and gates, or gates and flip-flops. In such circuits the logical values true and false are represented by two different voltages, e.g. 0V for false and +5V for true. Similarly, numbers are normally represented in binary using two different voltages to represented zero and one. Digital electronics contrasts with analogue electronics which represents continuously varying quantities like sound pressure using continuously varying voltages. Digital electronics is the foundation of modern computers and digital communications. Massively complex digital logic circuits with millions of gates can now be built onto a single integrated circuit such as a microprocessor and these circuits can perform millions of operations per second.
  • digital linear tape — (storage)   (DLT) A kind of magnetic tape drive originally developed by DEC and now marketed by Quantum. DLT drives implement the Digital Lempel Ziv 1 (DLZ1) compression algorithm in a combination of hardware and firmware. They use a popular chip by Stac (now hi/fn) to do the string searching. Counting, sorting and Huffman coding are done in firmware (with hardware support for the Huffman algorithm?). In April 1997 DLT drives can transfer 5 megabytes per second and can store 35 gigabytes on a single cartridge. Compression might roughly double these figures.
  • digital photography — the taking or manipulation of photographs that are stored as data files on a computer.
  • diminishing returns — any rate of profit, production, benefits, etc., that beyond a certain point fails to increase proportionately with added investment, effort, or skill.
  • direct grant school — (in Britain, formerly) a school financed by endowment, fees, and a state grant conditional upon admittance of a percentage of nonpaying pupils nominated by the local education authority
  • disadvantageousness — The state or quality of being disadvantageous.
  • disambiguation page — a page on a website that lists various websites or web pages that have or could have the same title. The user is able to select from the list that page, site etc that he or she actually wants
  • displacement engine — any engine employing the rectilinear motion of one or more pistons in cylinders.
  • display advertising — display ads taken collectively.
  • distinguishableness — The state or quality of being distinguishable.
  • ditty bag (or box) — a small bag (or box) used as by sailors for holding sewing equipment, toilet articles, etc.
  • diversified farming — the practice of producing a variety of crops or animals, or both, on one farm, as distinguished from specializing in a single commodity.
  • do not disturb sign — A do not disturb sign is a sign that a guest in a hotel hangs outside their room to tell other people not to knock the door or enter.
  • do the decent thing — If you say that someone should do the decent thing, you mean that they should do something which they do not really want to do, but which you think they ought to do.
  • dominant wavelength — the wavelength of monochromatic light that would give the same visual sensation if combined in a suitable proportion with an achromatic light
  • double-helical gear — herringbone gear.
  • drawing-room comedy — a light, sophisticated comedy typically set in a drawing room with characters drawn from polite society.
  • dry-bulk cargo ship — a ship that carries an unpackaged dry cargo such as coal or grain; bulk carrier
  • duplicating machine — a duplicator, especially one for making identical copies of documents, letters, etc.
  • dwight d eisenhowerDwight David ("Ike") 1890–1969, U.S. general and statesman: Chief of Staff 1945–48; 34th president of the U.S. 1953–61.
  • dynamic positioning — Dynamic positioning is the use of computers to control the position of a semi-submersible rig.
  • electrocardiographs — Plural form of electrocardiograph.
  • electrocardiography — The measurement of electrical activity in the heart and the recording of such activity as a visual trace (on paper or on an oscilloscope screen), using electrodes placed on the skin of the limbs and chest.
  • error-based testing — (programming)   Testing where information about programming style, error-prone language constructs, and other programming knowledge is applied to select test data capable of detecting faults, either a specified class of faults or all possible faults.
  • euclidean algorithm — Euclid's Algorithm
  • fault-based testing — (testing)   Software testing using test data designed to demonstrate the absence of a set of pre-specified faults; typically, frequently occurring faults. For example, to demonstrate that the software handles or avoids divide by zero correctly, the test data would include zero.
  • feather-tail glider — pygmy glider.
  • finite differencing — strength reduction
  • first degree murder — the most serious category of murder
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?