0%

13-letter words containing c, l, o, n, i, t

  • exclamational — Relating to, or having the form of, an exclamation.
  • exclusionists — Plural form of exclusionist.
  • excoriatingly — So as to excoriate.
  • expectational — of or relating to an expectation or expectations
  • explicitation — (rare, possibly nonstandard) The process or fact of becoming explicit or of causing to be explicit; that which makes something explicit.
  • factionalized — Simple past tense and past participle of factionalize.
  • falsification — to make false or incorrect, especially so as to deceive: to falsify income-tax reports.
  • fasciculation — a fascicular condition.
  • felicitations — an expression of good wishes; congratulation.
  • fictionalised — Simple past tense and past participle of fictionalise.
  • fictionalized — to make into fiction; give a somewhat imaginative or fictional version of: to fictionalize a biography.
  • fictionalizes — Third-person singular simple present indicative form of fictionalize.
  • flash fiction — very short works of fiction that are typically no longer than a couple of pages and may be as short as one paragraph.
  • floating dock — a submersible, floating structure used as a dry dock, having a floor that is submerged, slipped under a floating vessel, and then raised so as to raise the vessel entirely out of the water.
  • floccillation — a delirious picking of the bedclothes by the patient, as in certain fevers.
  • 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).
  • flying doctor — a doctor listed with local authorities as willing to be flown to remote areas to give emergency medical care.
  • 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.
  • fractionalise — Alt form fractionalize.
  • fractionalism — the state of being separate or inharmonious
  • fractionalist — an advocate or supporter of fractionalism
  • fractionalize — Divide (someone or something) into separate groups or parts.
  • friction pile — a pile depending on the friction of surrounding earth for support.
  • fuel injector — injector (def 2b).
  • 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.
  • functionality — of or relating to a function or functions: functional difficulties in the administration.
  • functionalize — to make functional.
  • galactosamine — an amino sugar that is a major component of glycolipids and chondroitin.
  • galvanometric — Of or pertaining to galvanometry.
  • gastronomical — the art or science of good eating.
  • genotypically — With reference to a genotype.
  • genuflections — Plural form of genuflection.
  • gesticulation — the act of gesticulating.
  • giant scallop — sea scallop.
  • glocalisation — (British spelling) Alternative form of glocalization.
  • glocalization — The practice of conducting business according to both local and global considerations.
  • glorification — a glorified or more splendid form of something.
  • glycoproteins — Plural form of glycoprotein.
  • glycosylation — (chemistry, biochemistry) The reaction of a saccharide with a hydroxy or amino functional group to form a glycoside; especially the reaction with a protein or lipid to form a glycoprotein or glycolipid.
  • goliath crane — a gantry crane for heavy work, as in steel mills.
  • gopher client — (networking)   A program which runs on your local computer and provides a user interface to the Gopher protocol and to gopher servers. Web browsers can act as Gopher clients and simple Gopher-only clients are available for ordinary terminals, the X Window System, GNU Emacs, and other systems.
  • graticulation — the division of a design, plan, etc into squares in order to improve the accuracy of enlargement or reduction
  • great council — (in Norman England) an assembly composed of the king's tenants in chief that served as the principal council of the realm and replaced the witenagemot.
  • gynaecologist — (UK, Canada, dated in US) A physician who specialises in diseases of the female reproductive system.
  • gynecologists — Plural form of gynecologist.
  • hallucination — a sensory experience of something that does not exist outside the mind, caused by various physical and mental disorders, or by reaction to certain toxic substances, and usually manifested as visual or auditory images.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?