0%

13-letter words containing f, o, c, u

  • counterproofs — Plural form of counterproof.
  • counterreform — a reform which opposes or acts against another reform
  • countershafts — Plural form of countershaft.
  • country fever — malaria.
  • county family — an old family that has lived in a particular county for several generations
  • cowboy outfit — an outfit consisting of a cowboy hat, fringed waistcoat, trousers, scarf etc, worn either by children or adults
  • crosscut file — a file having two intersecting rows of teeth
  • crowd surfing — the practice of being passed over the top of a crowd of people such as an audience at a pop concert
  • cuckooflowers — Plural form of cuckooflower.
  • cup of elijah — Elijah's cup.
  • customer flow — Customer flow is the movement of customers around a store.
  • cut-off point — the limit at which something is no longer applicable
  • cut-off valve — a valve that terminates the flow of fluid in a system
  • discontentful — exhibiting a lack of contentment
  • disfunctional — dysfunction.
  • dysfunctional — not performing normally, as an organ or structure of the body; malfunctioning.
  • efficaciously — capable of having the desired result or effect; effective as a means, measure, remedy, etc.: The medicine is efficacious in stopping a cough.
  • eigenfunction — Each of a set of independent functions that are the solutions to a given differential equation.
  • facetiousness — (uncountable) The state of being facetious.
  • faculty board — the governing body of a faculty
  • false colours — a flag to which one is not entitled, flown esp in order to deceive
  • fasciculation — a fascicular condition.
  • feature shock — (jargon)   (From Alvin Toffler's "Future Shock") A user's confusion when confronted with a package that has too many features and poor introductory material.
  • federal court — a court of a federal government, especially one established under the Constitution of the United States.
  • ferociousness — savagely fierce, as a wild beast, person, action, or aspect; violently cruel: a ferocious beating.
  • ferrochromium — a ferroalloy containing up to 70 percent chromium.
  • fibromuscular — (anatomy) Of or pertaining to both fibrous and muscular tissue.
  • fibrovascular — composed of fibrous and conductive tissue, as in the vascular systems of higher plants: a fibrovascular bundle.
  • flag of truce — a white flag displayed as an invitation to the enemy to confer, or carried as a sign of peaceful intention by one sent to deal with the enemy.
  • floatcut file — file with rows of parallel teeth
  • floor cushion — a cushion placed on the floor of a room for people to sit on
  • floor furnace — a small self-contained furnace placed just below the floor of the space to be heated.
  • 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).
  • fluorescently — In a fluorescent manner; using fluorescence.
  • fluoroacetate — a toxic chemical compound, C2H2FNaO2, occurring naturally in certain plants, and commonly used as rat poison
  • fluorocarbons — Plural form of fluorocarbon.
  • fluorochromes — Plural form of fluorochrome.
  • 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 column — (formerly) a force of troops equipped and organized to move swiftly and independently of a principal unit to which it is attached.
  • 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.
  • foldoc source — The source text of FOLDOC is a single plain text file. FOLDOC is also available on paper from your local printer but, at 700,000+ words, that would be about 2000 pages.
  • 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.
  • force majeure — an unexpected and disruptive event that may operate to excuse a party from a contract.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?