0%

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

  • 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.
  • educationally — pertaining to education.
  • educationists — Plural form of educationist.
  • 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
  • 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.
  • 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).
  • god's country — an area or region supposed to be favored by God, especially a naturally beautiful rural area.
  • ground attack — an attack using ground forces, as opposed to air or naval forces
  • ground effect — the improvement to the aerodynamic qualities of a low-slung motor vehicle resulting from a cushion of air beneath it
  • ground tackle — equipment, as anchors, chains, or windlasses, for mooring a vessel away from a pier or other fixed moorings.
  • here document — (operating system)   Data included in a Unix shell script or Perl script using the "<<" syntax.
  • 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.
  • indolebutyric — as in indolebutyric acid, a synthetic plant growth regulator
  • inductothermy — the production of fever by means of electromagnetic induction.
  • 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.
  • 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
  • malfunctioned — Simple past tense and past participle of malfunction.
  • medicamentous — of or relating to medicaments
  • monodactylous — having only one digit or claw.
  • mononucleated — having a single nucleus
  • mundification — the act of cleansing a wound
  • neuroectoderm — (anatomy) The region of the ectoderm of an embryo that develops into the central nervous system and other nervous tissue.
  • niche product — sth of specific or limited consumer interest
  • non-conductor — a substance that does not readily conduct heat, sound, or electricity.
  • non-custodial — of or relating to custody.
  • non-deductive — based on deduction from accepted premises, as in deductive argument; deductive reasoning.
  • non-education — the act or process of imparting or acquiring general knowledge, developing the powers of reasoning and judgment, and generally of preparing oneself or others intellectually for mature life.
  • non-inductive — not inductive: a noninductive resistance.
  • nonconducting — That does not conduct (electricity or heat).
  • nonconduction — Failure to conduct (heat, electricity, etc.).
  • nonconductive — having the property or capability of conducting.
  • nonconjugated — not conjugated
  • noncultivated — relating to natural resources that are not under institutional or managed cultivation
  • nondeductible — Not allowable as a deduction from income for the calculation of taxes.
  • nonproduction — Absence of production.
  • nonproductive — not productive; unproductive.
  • nonstructured — not structured; unstructured
  • nudist colony — a place where group of nudists live together separated from the rest of the community
  • optical sound — sound recorded on and subsequently played back from an optical or photographic soundtrack, as opposed to a magnetic soundtrack.
  • outdistancing — Present participle of outdistance.
  • outrecuidance — (archaic) Presumption, arrogance, self-conceit.
  • overeducation — the act or process of imparting or acquiring general knowledge, developing the powers of reasoning and judgment, and generally of preparing oneself or others intellectually for mature life.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?