0%

13-letter words containing f, u

  • 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.
  • floor-through — occupying the entire depth of a building: a floor-through apartment.
  • floricultural — Of or pertaining to floriculture.
  • flourishingly — In a flourishing way; tending to succeed and grow.
  • 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).
  • flugelhornist — One who plays the flugelhorn.
  • 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.
  • fluidized bed — a bed of fluidized solids used as a heat exchanger or mass transfer medium
  • flunitrazepam — a powerful benzodiazepine sedative, C 16 H 12 FN 3 O 3 , that causes semiconsciousness and memory blackouts: has been implicated in date rapes and is illegal in the U.S.
  • fluophosphate — fluorophosphate.
  • 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
  • fluorohydride — (inorganic chemistry) An compound formed by the addition of the elements of hydrogen fluoride.
  • 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.
  • flutter wheel — a waterwheel at the bottom of a chute, turned by the falling water.
  • flutterboards — Plural form of flutterboard.
  • 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.
  • fn tunnelling — Fowler-Nordheim tunnelling
  • 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.
  • fontainebleau — a town in N France, SE of Paris: famous palace, long a favorite residence of French kings; extensive forest.
  • food industry — the industry surrounding the production of food
  • 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.
  • food supplies — food obtained for a household or for a country, an expedition, etc
  • fooling about — the act of speaking or acting in a playful, teasing, or jesting manner
  • foot-in-mouth — (of a statement) inappropriate, insensitive, or imprudent.
  • for values of — (jargon)   A common rhetorical maneuver at MIT is to use any of the canonical random numbers as placeholders for variables. "The max function takes 42 arguments, for arbitrary values of 42". "There are 69 ways to leave your lover, for 69 = 50". This is especially likely when the speaker has uttered a random number and realises that it was not recognised as such, but even "non-random" numbers are occasionally used in this fashion. A related joke is that pi equals 3 - for small values of pi and large values of 3. This usage probably derives from the programming language MAD (Michigan Algorithm Decoder), an ALGOL-like language that was the most common choice among mainstream (non-hacker) users at MIT in the mid-1960s. It had a control structure FOR VALUES OF X = 3, 7, 99 DO ... that would repeat the indicated instructions for each value in the list (unlike the usual FOR that generates an arithmetic sequence of values). MAD is long extinct, but similar for-constructs still flourish (e.g. in Unix's shell languages).
  • force majeure — an unexpected and disruptive event that may operate to excuse a party from a contract.
  • forced labour — labour done because of force; compulsory labour
  • forcing house — a place where growth or maturity (as of fruit, animals, etc) is artificially hastened
  • foreconscious — the preconscious.
  • foregrounding — Present participle of foreground.
  • forgetfulness — apt to forget; that forgets: a forgetful person.
  • fork luncheon — déjeuner à la fourchette.
  • forked tongue — lying or deceitful talk
  • form function — (jargon)   The shape of something designed. This term is currently (Feb 1998) in vogue among marketroids.
  • formicivorous — ant-eating.
  • formula algol — An ALGOL extension for symbolic mathematics, strings and lists, developed by A.J. Perlis and R. Iturriaga at Carnegie for the CDC G-20 in 1962.
  • formulaically — made according to a formula; composed of formulas: a formulaic plot.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?