0%

19-letter words containing d, i, a, t, r, e

  • a drop in the ocean — If you say that something is a drop in the ocean, you mean that it is a very small amount which is unimportant compared to the cost of other things or is so small that it has very little effect on something.
  • a straw in the wind — an indication of what may happen
  • abstinence syndrome — the withdrawal symptoms that occur after abstinence from a drug, especially a narcotic, to which one is addicted.
  • accident prevention — avoidance of the occurrence of an accident
  • accident protection — a form of insurance which pays out in the event of an accident when driving
  • accommodation paper — a bill of exchange cosigned by one party as maker, acceptor, or endorser without requiring collateral or a fee, in order to lend his or her credit reputation to the second party
  • according to cocker — reliable or reliably; correct or correctly
  • accredited investor — An accredited investor is an organization or a wealthy individual that is considered to be financially knowledgeable, and can buy securities that are not registered with the SEC.
  • adjustment disorder — a mental disorder that occurs as a maladaptive reaction to an episode of psychological, social, or physical stress, as divorce or a natural disaster.
  • adrenocorticotropic — that can stimulate the cortex of the adrenal glands
  • adrenocorticotropin — ACTH.
  • advanced revelation — (database)   (AREV) A database development environment for personal computers available from Revelation Software since 1982. Originally based on the PICK operating system, there are over one million users worldwide in 1996.
  • advertising account — account (def 11c).
  • aerial top dressing — the process of spreading lime, fertilizer, etc over farmland from an aeroplane
  • agitated depression — severe depression accompanied by extreme anxiety and agitation
  • aladdin enterprises — (company)   A small, privately owned, US software consulting and development company, founded in 1986, best known as the original developer of Ghostscript. Address: San Francisco Peninsula, California, USA. Not to be confused with Aladdin Systems, Inc..
  • alexander technique — a technique for developing awareness of one's posture and movement in order to improve it
  • 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).
  • american directoire — a style of American furniture making and related crafts from c1805 to c1815, corresponding to the French Directoire and English Regency styles.
  • anaerobic digestion — the conversion of biodegradable waste matter into compost in the absence of oxygen
  • angioneurotic edema — swelling that occurs just beneath the surface of the skin or mucous membranes.
  • anno urbis conditae — in a (specified) year from the founding of the city: the ancient Romans reckoned dates from Rome's founding, c. 753 b.c.
  • anterograde amnesia — amnesia caused by brain damage in which the memory loss relates to events occurring after the damage
  • antimony trisulfide — a black or orange-red crystalline compound, Sb2S3, used as a pigment, in pyrotechnics and matches, for fireproofing fabrics and paper, etc.
  • appetite depressant — a product which reduces one's appetite
  • armed response unit — (in Britain) a unit of police officers who are trained to use firearms in situations where unarmed police officers would be in danger
  • arsenic trichloride — a colorless or yellow, oily, poisonous liquid, AsCl 3 , used chiefly as an intermediate in the manufacture of organic arsenicals.
  • articulated vehicle — a large vehicle (esp a lorry) made in two separate sections, a tractor and a trailer, connected by a pivoted bar
  • artificial additive — artificial flavouring, colouring or preservatives
  • at one's discretion — as one wishes
  • attachment disorder — an emotional and behavioral disorder arising from a failure to form a strong bond with one’s primary caregiver in early childhood and affecting one’s social relationships in later childhood and adulthood. See also attachment (def 3a).
  • attendance register — an official list of people who are present at an institution such as a school
  • audio response unit — a device that enables a computer to give a spoken response by generating sounds similar to human speech.
  • bacillary dysentery — shigellosis.
  • backward compatible — backward compatibility
  • balfour declaration — the statement made by Arthur Balfour in 1917 of British support for the setting up of a national home for the Jews in Palestine, provided that the rights of "existing non-Jewish communities" in Palestine could be safeguarded
  • barometric gradient — pressure gradient
  • batterie de cuisine — cooking utensils collectively; pots and pans, etc
  • baudotbetical order — (algorithm)   /baw do bet' i k*l/ Sorted into an order where numerics and special characters are intermixed by sorting a 5-bit Baudot code file ignoring the numeric shift and unshift codes.
  • bicarbonate of soda — Bicarbonate of soda is a white powder which is used in baking to make cakes rise, and also as a medicine for your stomach.
  • bit-paired keyboard — (hardware)   (Obsolete, or "bit-shift keyboard") A non-standard keyboard layout that seems to have originated with the Teletype ASR-33 and remained common for several years on early computer equipment. The ASR-33 was a mechanical device (see EOU), so the only way to generate the character codes from keystrokes was by some physical linkage. The design of the ASR-33 assigned each character key a basic pattern that could be modified by flipping bits if the SHIFT or the CTRL key was pressed. In order to avoid making the thing more of a Rube Goldberg kluge than it already was, the design had to group characters that shared the same basic bit pattern on one key. Looking at the ASCII chart, we find: high low bits bits 0000 0001 0010 0011 0100 0101 0110 0111 1000 1001 010 ! " # $ % & ' ( ) 011 0 1 2 3 4 5 6 7 8 9 This is why the characters !"#$%&'() appear where they do on a Teletype (thankfully, they didn't use shift-0 for space). This was *not* the weirdest variant of the QWERTY layout widely seen, by the way; that prize should probably go to one of several (differing) arrangements on IBM's even clunkier 026 and 029 card punches. When electronic terminals became popular, in the early 1970s, there was no agreement in the industry over how the keyboards should be laid out. Some vendors opted to emulate the Teletype keyboard, while others used the flexibility of electronic circuitry to make their product look like an office typewriter. These alternatives became known as "bit-paired" and "typewriter-paired" keyboards. To a hacker, the bit-paired keyboard seemed far more logical - and because most hackers in those days had never learned to touch-type, there was little pressure from the pioneering users to adapt keyboards to the typewriter standard. The doom of the bit-paired keyboard was the large-scale introduction of the computer terminal into the normal office environment, where out-and-out technophobes were expected to use the equipment. The "typewriter-paired" standard became universal, "bit-paired" hardware was quickly junked or relegated to dusty corners, and both terms passed into disuse.
  • blue-breasted quail — a small, brightly colored quail, Coturnix chinensis, of southern Asia and Australia, widely kept as a cage bird.
  • blue-tongued lizard — a large Australian lizard, Tiliqua scincoides, characterized by having a cobalt-blue tongue.
  • board certification — the process of certifying that a physician has passed an examination and met the standards of a professional organization representing a particular medical specialty.
  • board of trade unit — a unit of electrical energy equal to 1 kilowatt-hour
  • 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.
  • brush-tailed possum — any of several widely-distributed Australian possums of the genus Trichosurus
  • 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
  • capital expenditure — expenditure on acquisitions of or improvements to fixed assets
  • cat scratch disease — a disorder characterized by fever and swelling of the lymph glands, caused by a viral infection resulting from the scratch or bite of a cat.

On this page, we collect all 19-letter words with D-I-A-T-R-E. 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-I-A-T-R-E 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?