0%

19-letter words containing d, e, l, g, a, t

  • accelerated program — a course of study which allows students to progress through their education more quickly than usual
  • acknowledgment slip — a piece of paper that you sign as proof of having received a letter, parcel, payment, etc
  • aerial top dressing — the process of spreading lime, fertilizer, etc over farmland from an aeroplane
  • aggravated burglary — a burglary made more serious by its violent circumstances
  • alexander the great — 356–323 bc, king of Macedon, who conquered Greece (336), Egypt (331), and the Persian Empire (328), and founded Alexandria
  • algebraic data type — (programming)   (Or "sum of products type") In functional programming, new types can be defined, each of which has one or more constructors. Such a type is known as an algebraic data type. E.g. in Haskell we can define a new type, "Tree": data Tree = Empty | Leaf Int | Node Tree Tree with constructors "Empty", "Leaf" and "Node". The constructors can be used much like functions in that they can be (partially) applied to arguments of the appropriate type. For example, the Leaf constructor has the functional type Int -> Tree. A constructor application cannot be reduced (evaluated) like a function application though since it is already in normal form. Functions which operate on algebraic data types can be defined using pattern matching: depth :: Tree -> Int depth Empty = 0 depth (Leaf n) = 1 depth (Node l r) = 1 + max (depth l) (depth r) The most common algebraic data type is the list which has constructors Nil and Cons, written in Haskell using the special syntax "[]" for Nil and infix ":" for Cons. Special cases of algebraic types are product types (only one constructor) and enumeration types (many constructors with no arguments). Algebraic types are one kind of constructed type (i.e. a type formed by combining other types). An algebraic data type may also be an abstract data type (ADT) if it is exported from a module without its constructors. Objects of such a type can only be manipulated using functions defined in the same module as the type itself. In set theory the equivalent of an algebraic data type is a discriminated union - a set whose elements consist of a tag (equivalent to a constructor) and an object of a type corresponding to the tag (equivalent to the constructor arguments).
  • alphonse and gaston — marked by a ritualistic courtliness in which two often competing participants graciously but stubbornly defer to each other: a kind of Alphonse and Gaston act in which each man insisted the other go through the doorway first.
  • ambassador-at-large — an ambassador with special duties who may be sent to more than one government
  • applied linguistics — linguistic theory as applied to such fields as lexicography, psychology, the teaching of reading, the creation of orthographies, and especially language teaching.
  • battle-ground state — a state of the U.S. in which the Democratic and Republican candidates both have a good chance of winning and that is considered key to the outcome of a presidential election: the swing states of Ohio and Indiana.
  • bilingual education — schooling in which those not fluent in the standard or national language are taught in their own language.
  • black-tailed godwit — a large wading bird with a very long beak, Limosa limosa, found in W and Central Europe, Africa, Asia, and Australasia
  • blue-tongued lizard — a large Australian lizard, Tiliqua scincoides, characterized by having a cobalt-blue tongue.
  • boat-tailed grackle — a large grackle, Quiscalus major, of the southeastern U.S., that folds its tail into a shape resembling the keel of a boat.
  • bulbourethral gland — Cowper's gland
  • cable-stayed bridge — a type of suspension bridge in which the supporting cables are connected directly to the bridge deck without the use of suspenders
  • celestial longitude — the angular distance measured eastwards from the vernal equinox to the intersection of the ecliptic with the great circle passing through a celestial body and the poles of the ecliptic
  • circulating decimal — repeating decimal
  • complete quadrangle — a plane figure consisting of four points connected by six lines
  • 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
  • crystallized ginger — sugar-coated ginger
  • 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
  • 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.
  • design in real time — (programming)   (Dirt) A user interface builder for the X Window System by R. Hesketh.
  • 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.
  • 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
  • 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.
  • dominant wavelength — the wavelength of monochromatic light that would give the same visual sensation if combined in a suitable proportion with an achromatic light
  • don't make me laugh — Some people reply to other people's comments or opinions by saying 'Don't make me laugh' when they disagree with them and think they are foolish or inaccurate.
  • duplicating machine — a duplicator, especially one for making identical copies of documents, letters, etc.
  • 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.
  • 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.
  • galactic coordinate — Usually, galactic coordinates. a member of a system of coordinates that define the position of a celestial body with reference to the Milky Way.
  • gentile da fabriano — 1370?–1427, Italian painter.
  • geothermal gradient — the increase in temperature with increasing depth within the earth.
  • geraldton waxflower — an evergreen shrub, Chamelaucium uncinatum, native to W Australia, cultivated for its pale pink flowers
  • glacial acetic acid — acetic acid of at least 99.5 percent concentration, solidifying at 16.7°C.
  • goldbach conjecture — an unproved theorem that every even integer greater than 2 can be written as the sum of two prime numbers.
  • golden lion tamarin — a monkey, Leontopithecus rosalia rosalia, of tropical rain forests of southeastern Brazil, having a silky golden coat and a long golden mane: threatened with extinction.
  • grandfather's clock — a pendulum floor clock having a case as tall as or taller than a person; tall-case clock; long-case clock.
  • grandmother's clock — a pendulum clock similar to a grandfather's clock but shorter.
  • gravitational field — the attractive effect, considered as extending throughout space, of matter on other matter.
  • great-grandchildren — a grandchild of one's son or daughter.

On this page, we collect all 19-letter words with D-E-L-G-A-T. It’s easy to find right word with a certain length. It is the easiest way to find 19-letter word that contains in D-E-L-G-A-T to use in Scrabble or Crossword puzzles

Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?