0%

13-letter words containing f, c, i

  • floristically — In a floristic manner.
  • 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.
  • fluorographic — of or pertaining to fluorography
  • fluoroplastic — any of the plastics, as Teflon, in which hydrogen atoms of the hydrocarbon chains are replaced by fluorine atoms.
  • fluoroscoping — Present participle of fluoroscope.
  • fluoroscopist — One who carries out fluoroscopy.
  • flying boxcar — a large airplane designed to carry cargo.
  • flying circus — a squadron of airplanes operating together, especially any of several squadrons of famous World War I aviators.
  • flying colorswith flying colors, with an overwhelming victory, triumph, or success: He passed the test with flying colors.
  • flying column — (formerly) a force of troops equipped and organized to move swiftly and independently of a principal unit to which it is attached.
  • flying doctor — a doctor listed with local authorities as willing to be flown to remote areas to give emergency medical care.
  • flying picket — (in industrial disputes) a member of a group of pickets organized to be able to move quickly from place to place
  • flying saucer — any of various disk-shaped objects allegedly seen flying at high speeds and altitudes, often with extreme changes in speed and direction, and thought by some to be manned by intelligent beings from outer space.
  • flying tackle — a tackle made by hurling one's body through the air at the player carrying the ball.
  • focal seizure — an epileptic manifestation arising from a localized anomaly in the brain, as a small tumor or scar, and usually involving a single motor or sensory mechanism but occasionally spreading to other areas and causing convulsions and loss of consciousness.
  • 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.
  • folding chair — a chair that can be collapsed flat for easy storage or transport.
  • folk medicine — health practices arising from superstition, cultural traditions, or empirical use of native remedies, especially food substances.
  • folkloristics — folklore (def 2).
  • follicle mite — any mite of the family Demodicidae, parasitic in hair follicles of various mammals, including humans.
  • fonctionnaire — a civil servant
  • fondant icing — icing made from fondant
  • food security — an economic and social condition of ready access by all members of a household to nutritionally adequate and safe food: a household with high food security.
  • footing piece — one of a series of horizontal transverse timbers supporting a platform or staging.
  • for a kickoff — the beginning of something
  • for chrissake — for Christ's sake
  • for-instances — an instance or example: Give me a for-instance of what you mean.
  • force a smile — to make oneself smile
  • forcing house — a place where growth or maturity (as of fruit, animals, etc) is artificially hastened
  • fore clipping — a word formed by omitting the first part of the form from which it is derived.
  • foreconscious — the preconscious.
  • form function — (jargon)   The shape of something designed. This term is currently (Feb 1998) in vogue among marketroids.
  • formicivorous — ant-eating.
  • formulaically — made according to a formula; composed of formulas: a formulaic plot.
  • formularistic — relating to formularization
  • fort victoria — a former name of Masvingo.
  • fortification — the act of fortifying or strengthening.
  • fowling piece — a shotgun for shooting wildfowl.
  • 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.
  • fractionating — Present participle of fractionate.
  • fractionation — the act or process of fractionating.
  • fractiousness — refractory or unruly: a fractious animal that would not submit to the harness.
  • franchisement — a privilege of a public nature conferred on an individual, group, or company by a government: a franchise to operate a bus system.
  • francis baconFrancis (Baron Verulam, Viscount St. Albans) 1561–1626, English essayist, philosopher, and statesman.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?