0%

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

  • 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
  • accommodation party — the guarantor who signs an accommodation bill
  • accommodation train — a local train that stops at small stations along a route
  • 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).
  • algorithmic trading — trading on international stock exchanges using computers that have been programmed to buy and sell shares according to fixed rules
  • 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
  • anarcho-syndicalist — syndicalism.
  • 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
  • antigua and barbuda — a state in the Caribbean, comprising the islands of Antigua, Barbuda, and Redonda: gained independence in 1981: a member of the Commonwealth. Official language: English. Religion: Christian majority. Currency: East Caribbean dollar. Capital: St John's. Pop: 90 156 (2013 est). Area: 442 sq km (171 sq miles)
  • 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
  • artificial daylight — artificial light having approximately the same spectral characteristics as natural daylight
  • astra digital radio — (audio)   Digital Radio over satellite, compatible with analog television transmissions. Alternatively the normal TV subcarriers can be modulated by a MPEG-1 Layer-2 48 kHz 192 kbps signal. Quality is better than analog carriers and only needs half the bandwidth (analog stereo = 2 carrier, digital stereo = 1 carrier). Quality is limited and the data rate can't be increased.
  • 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
  • ballistocardiograph — an instrument that records the slight recoil of the body, while on a special bed, caused by the contractions of the heart: used to measure cardiac pumping power and the elasticity of the aorta
  • 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.
  • binding arbitration — dispute resolution
  • binocular disparity — the small differences in the positions of the parts of the images falling on each eye that results when each eye views the scene from a slightly different position; these differences make stereoscopic vision possible

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