0%

13-letter words containing o, u, t, d, i, n

  • dutch auction — a method of auction consisting in the offer of a property at a price above the actual value and then at gradually reduced prices until a buyer is found.
  • dysfunctional — not performing normally, as an organ or structure of the body; malfunctioning.
  • dysregulation — A failure to regulate properly.
  • educationally — pertaining to education.
  • educationists — Plural form of educationist.
  • equiponderant — of the same weight; evenly balanced
  • equiponderate — To counterbalance.
  • eta reduction — eta conversion
  • eudaemonistic — Of or pertaining to eudaemonism.
  • eudicotyledon — any plant belonging to one of the two major groups of flowering plants, comprising over 60 per cent of all plants, normally having net-veined leaves and two cotyledons in the seed
  • feudalization — to make feudal; bring under the feudal system.
  • fold function — (programming)   In functional programming, fold or "reduce" is a kind of higher-order function that takes as arguments a function, an initial "accumulator" value and a data structure (often a list). In Haskell, the two flavours of fold for lists, called foldl and foldr are defined like this: foldl :: (a -> b -> a) -> a -> [b] -> a foldl f z [] = z foldl f z (x:xs) = foldl f (f z x) xs foldr :: (a -> b -> b) -> b -> [a] -> b foldr f z [] = z foldr f z (x:xs) = f x (foldr f z xs) In both cases, if the input list is empty, the result is the value of the accumulator, z. If not, foldl takes the head of the list, x, and returns the result of recursing on the tail of the list using (f z x) as the new z. foldr returns (f x q) where q is the result of recursing on the tail. The "l" and "r" in the names refer to the associativity of the application of f. Thus if f = (+) (the binary plus operator used as a function of two arguments), we have: foldl (+) 0 [1, 2, 3] = (((0 + 1) + 2) + 3 (applying + left associatively) and foldr (+) 0 [1, 2, 3] = 0 + (1 + (2 + 3)) (applying + right associatively). For +, this makes no difference but for an non-commutative operator it would.
  • food industry — the industry surrounding the production of food
  • fortitudinous — having or showing fortitude; marked by bravery or courage.
  • foundationary — the basis or groundwork of anything: the moral foundation of both society and religion.
  • fountainheads — Plural form of fountainhead.
  • fruiting body — an organ that produces spores; fructification.
  • function word — a word, as a preposition, article, auxiliary, or pronoun, that chiefly expresses grammatical relationships, has little semantic content of its own, and belongs to a small, closed class of words whose membership is relatively fixed (distinguished from content word).
  • godwin-austen — Also called Godwin Austen [god-win aw-stin] /ˈgɒd wɪn ˈɔ stɪn/ (Show IPA), Dapsang [duh p-suhng] /dəpˈsʌŋ/ (Show IPA). a mountain in N Kashmir, in the Karakoram range: second highest peak in the world. 28,250 feet (8611 meters).
  • good question — pertinent or insightful enquiry
  • grandiloquent — speaking or expressed in a lofty style, often to the point of being pompous or bombastic.
  • ground-to-air — (of weapons) designed to be fired at aircraft from the ground
  • groundnut oil — a mild-tasting oil extracted from peanuts and used in cooking
  • haemodilution — an increase in the fluid content of blood leading to a lower concentration of red blood cells
  • house-trained — housebroken.
  • housed string — a string of a stair (housed stair) receiving the ends of the risers or treads in a series of housings.
  • hudson strait — a strait connecting Hudson Bay and the Atlantic. 450 miles (725 km) long; 100 miles (160 km) wide.
  • hunting lodge — a house or hut in the country or in the mountains where people stay on holiday when they want to go hunting
  • hunting sword — a short, light saber of the 18th century, having a straight or slightly curved blade.
  • in default of — If something happens in default of something else, it happens because that other thing does not happen or proves to be impossible.
  • in the clouds — a visible collection of particles of water or ice suspended in the air, usually at an elevation above the earth's surface.
  • individuation — the act of individuating.
  • indolebutyric — as in indolebutyric acid, a synthetic plant growth regulator
  • inductothermy — the production of fever by means of electromagnetic induction.
  • industriously — working energetically and devotedly; hard-working; diligent: an industrious person.
  • inner product — Also called dot product, scalar product. the quantity obtained by multiplying the corresponding coordinates of each of two vectors and adding the products, equal to the product of the magnitudes of the vectors and the cosine of the angle between them.
  • inquisitioned — Simple past tense and past participle of inquisition.
  • insubordinate — not submitting to authority; disobedient: an insubordinate soldier.
  • introducement — (obsolete) introduction.
  • introductions — Plural form of introduction.
  • joint custody — custody, as of a child whose parents are separated, in which two or more people share responsibility.
  • junior doctor — a doctor in postgraduate training
  • jurisdictions — Plural form of jurisdiction.
  • leucitohedron — a trapezohedron
  • loft building — a building of several floors with large areas of unobstructed space, originally rented out for light industrial purposes and now frequently converted to residential occupancy.
  • magnitudinous — size; extent; dimensions: to determine the magnitude of an angle.
  • malfunctioned — Simple past tense and past participle of malfunction.
  • medicamentous — of or relating to medicaments
  • metatoluidine — a colorless, slightly water-soluble liquid, C 7 H 9 N, the meta isomer of toluidine, used in the manufacture of dyes and other organic compounds.
  • misunderstood — improperly understood or interpreted.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?