0%

13-letter words containing c, u, l, t, i

  • double-action — (of a firearm) requiring only one pull of the trigger to cock and fire it.
  • dramaturgical — the craft or the techniques of dramatic composition.
  • dualistically — of, relating to, or of the nature of dualism.
  • ducking stool — a former instrument of punishment consisting of a chair in which an offender was tied to be plunged into water.
  • duplicability — The quality of being duplicable.
  • duplicitously — In a duplicitous, two-faced manner.
  • 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.
  • electric blue — Something that is electric blue is very bright blue in colour.
  • electric flux — the product of the electric displacement and the area across which it is displaced in an electric field
  • electrocuting — Present participle of electrocute.
  • electrocution — The accidental death or suicide by electric shock.
  • encapsulating — Present participle of encapsulate.
  • encapsulation — The act of enclosing in a capsule; the growth of a membrane around (any part) so as to enclose it in a capsule.
  • enculturating — Present participle of enculturate.
  • enculturation — The gradual acquisition of the characteristics and norms of a culture or group by a person, another culture, etc.
  • equilibristic — Of or pertaining to equilibristics.
  • equinoctially — In an equinoctial manner; relative to the equinox.
  • eucharistical — Alternative form of eucharistic.
  • 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
  • euphemistical — Archaic form of euphemistic.
  • excludability — The ability to be excluded.
  • exclusionists — Plural form of exclusionist.
  • extrajudicial — (of a sentence) not legally authorized.
  • facial tissue — a soft, disposable paper tissue especially for cleansing the face or for use as a handkerchief.
  • facultatively — In a facultative manner.
  • fasciculation — a fascicular condition.
  • fault breccia — angular rock fragments produced by fracture and grinding during faulting and distributed within or adjacent to the fault plane.
  • faunistically — in a faunistic manner
  • final curtain — end of a theatre performance
  • finite clause — a clause with a finite verb in its predicate.
  • flame cutting — a method of cutting ferrous metals in which the metal is heated by a torch to about 800°C and is oxidized by a stream of oxygen from the torch
  • flash picture — a photograph made using flash photography.
  • floatcut file — file with rows of parallel teeth
  • floricultural — Of or pertaining to floriculture.
  • floutingstock — a laughing-stock; the object of mockery or flouting
  • flow function — The flow function is the relationship between the strength of a compact and the degree of compaction.
  • fluctuational — Of, pertaining to, or resulting from fluctuation(s).
  • fluid-extract — a liquid preparation, containing alcohol as a solvent or as a preservative, that contains in each cubic centimeter the medicinal activity of one gram of the crude drug in powdered form.
  • fluoroplastic — any of the plastics, as Teflon, in which hydrogen atoms of the hydrocarbon chains are replaced by fluorine atoms.
  • fluoroscopist — One who carries out fluoroscopy.
  • 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.
  • formularistic — relating to formularization
  • fuel injector — injector (def 2b).
  • fuel-injected — (of an engine) having fuel injection.
  • fulbright act — an act of Congress (1946) by which funds derived chiefly from the sale of U.S. surplus property abroad are made available to U.S. citizens for study, research, and teaching in foreign countries as well as to foreigners to engage in similar activities in the U.S.
  • functionalise — to make functional.
  • functionalism — (usually initial capital letter) Chiefly Architecture, Furniture. a design movement evolved from several previous movements or schools in Europe in the early 20th century, advocating the design of buildings, furnishings, etc., as direct fulfillments of material requirements, as for shelter, repose, or the serving of food, with the construction, materials, and purpose clearly expressed or at least not denied, and with aesthetic effect derived chiefly from proportions and finish, purely decorative effects being excluded or greatly subordinated. the doctrines and practices associated with this movement. Compare rationalism (def 4).
  • functionalist — a person who advocates, or works according to, the principles of functionalism.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?