0%

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

  • deculturation — to cause the loss or abandonment of culture or cultural characteristics of (a people, society, etc.).
  • deduplication — (computing) The elimination of redundant duplicate data.
  • deep discount — a discount far larger than normally offered.
  • deep-discount — a discount far larger than normally offered.
  • denticulation — a denticulate structure
  • dentosurgical — relating to or used in both dentistry and surgery
  • denunciations — Plural form of denunciation.
  • destructional — of or pertaining to destruction
  • difficultness — The state or quality of being difficult.
  • discontentful — exhibiting a lack of contentment
  • discontiguity — the quality of being discontiguous
  • discontiguous — disconnected or without contact
  • discontinuing — Present participle of discontinue.
  • discontinuity — lack of continuity; irregularity: The plot of the book was marred by discontinuity.
  • discontinuous — not continuous; broken; interrupted; intermittent: a discontinuous chain of mountains; a discontinuous argument.
  • discount card — a card that entitles the holder to buy goods from a seller at a discount
  • discount rate — the rate of interest charged in discounting commercial paper.
  • disfunctional — dysfunction.
  • disjunctively — In a disjunctive manner.
  • dna computing — (architecture)   The use of DNA molecules to encode computational problems. Standard operations of molecular biology can then be used to solve some NP-hard search problems in parallel using a very large number of molecules. The exponential scaling of NP-hard problems still remains, so this method will require a huge amount of DNA to solve large problems.
  • documentalist — a specialist in documentation; a person working strictly with information and record-keeping.
  • documentarian — Movies, Television. a filmmaker, producer, etc., who specializes in documentaries.
  • documentaries — Plural form of documentary.
  • documentarily — Also, documental [dok-yuh-men-tl] /ˌdɒk yəˈmɛn tl/ (Show IPA). pertaining to, consisting of, or derived from documents: a documentary history of France.
  • documentarist — Movies, Television. a filmmaker, producer, etc., who specializes in documentaries.
  • documentarize — to put in the form of a documentary
  • documentation — the use of documentary evidence.
  • documentative — Of or pertaining to documents or documentation.
  • double-acting — (of a reciprocating engine, pump, etc.) having pistons accomplishing work in both directions, fluid being admitted alternately to opposite ends of the cylinders. Compare single-acting.
  • double-action — (of a firearm) requiring only one pull of the trigger to cock and fire it.
  • duck shooting — duck hunting with a gun
  • ducking stool — a former instrument of punishment consisting of a chair in which an offender was tied to be plunged into water.
  • 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.
  • dzibilchaltun — a large, ancient Mayan ceremonial and commercial center near Mérida, Mexico, founded perhaps as early as 3000 b.c. and in continuous use until the 16th century.
  • 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.
  • fuel-injected — (of an engine) having fuel injection.
  • 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).
  • in difficulty — If you are in difficulty or in difficulties, you are having a lot of problems.
  • 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.
  • inarticulated — Not articulated; not connected by a joint.
  • indirect jump — (programming)   A jump via an indirect address, i.e. the jump instruction contains the address of a memory location that contains the address of the next instruction to execute. The location containing the address to jump to is sometimes called a vector. Indirect jumps make normal code hard to understand because the jump target is a run-time property of the program that depends on the execution history. They are useful for, e.g. allowing user code to replace operating system code or setting up event handlers.
  • indisturbance — Freedom from disturbance; calmness; repose.
  • indolebutyric — as in indolebutyric acid, a synthetic plant growth regulator
  • inductothermy — the production of fever by means of electromagnetic induction.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?