0%

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

  • country fever — malaria.
  • county family — an old family that has lived in a particular county for several generations
  • crowd surfing — the practice of being passed over the top of a crowd of people such as an audience at a pop concert
  • curve fitting — the determination of a curve that fits a specified set of points: The method of least squares is commonly used for curve fitting.
  • cut-off point — the limit at which something is no longer applicable
  • cutting fluid — a liquid or gas for cooling or lubricating a cutting tool and a piece of work at their point of contact.
  • deceitfulness — given to deceiving: A deceitful person cannot keep friends for long.
  • demanufacture — A process of recycling that involves the dismantling and/or disassembly of an item to gain the maximum amount of recyclable materials.
  • difficultness — The state or quality of being difficult.
  • discontentful — exhibiting a lack of contentment
  • disfunctional — dysfunction.
  • dysfunctional — not performing normally, as an organ or structure of the body; malfunctioning.
  • effectualness — The state or condition of being effectual.
  • eigenfunction — Each of a set of independent functions that are the solutions to a given differential equation.
  • facetiousness — (uncountable) The state of being facetious.
  • fasciculation — a fascicular condition.
  • fault current — A fault current is a current that results from a fault.
  • faunistically — in a faunistic manner
  • ferociousness — savagely fierce, as a wild beast, person, action, or aspect; violently cruel: a ferocious beating.
  • film sequence — a short piece of film or extract from a film, depicting a specific action or event
  • 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
  • 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.
  • 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.
  • fluorocarbons — Plural form of fluorocarbon.
  • fluoroscoping — Present participle of fluoroscope.
  • flying circus — a squadron of airplanes operating together, especially any of several squadrons of famous World War I aviators.
  • 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 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.
  • 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.
  • forcing house — a place where growth or maturity (as of fruit, animals, etc) is artificially hastened
  • foreconscious — the preconscious.
  • fork luncheon — déjeuner à la fourchette.
  • form function — (jargon)   The shape of something designed. This term is currently (Feb 1998) in vogue among marketroids.
  • fractiousness — refractory or unruly: a fractious animal that would not submit to the harness.
  • fracture zone — a long, narrow rift on the ocean floor, separating areas of differing depth: where such a zone crosses a mid-ocean ridge, it displaces the ridge by faulting.
  • french guiana — an overseas department of France, on the NE coast of South America: formerly a French colony. 35,135 sq. mi. (91,000 sq. km). Capital: Cayenne.
  • french guinea — former name of Guinea.
  • fruit machine — gambling: slot machine
  • frumentaceous — of the nature of or resembling wheat or other grain.
  • fuel injector — injector (def 2b).
  • fuel-injected — (of an engine) having fuel injection.
  • fugaciousness — (obsolete) fugacity.
  • full sentence — any sentence the form of which exemplifies the most frequently used structural pattern of a particular language, as, in English, any sentence that contains a subject and a predicate; a sentence from which elliptical sentences may be derived by grammatical transformations.
  • fulminic acid — an unstable acid, CNOH, isomeric with cyanic acid, and known only in the form of its salts.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?