0%

13-letter words containing u, t, i

  • fatiguability — Alternative form of fatigability.
  • fatigue limit — the maximum stress to which a material can be subjected without failing.
  • fatigue party — a group of soldiers undertaking fatigues
  • fatigue ratio — the ratio between the fatigue limit and the tensile strength of a material.
  • fault breccia — angular rock fragments produced by fracture and grinding during faulting and distributed within or adjacent to the fault plane.
  • fault-finding — the act of pointing out faults, especially faults of a petty nature; carping.
  • faunistically — in a faunistic manner
  • fermentitious — of a fermenting nature
  • ferrotitanium — a ferroalloy containing up to 45 percent titanium.
  • feudalization — to make feudal; bring under the feudal system.
  • feuilletonism — The light, entertaining writing style associated with feuilletons.
  • feuilletonist — a part of a European newspaper devoted to light literature, fiction, criticism, etc.
  • fidus achates — a faithful friend or companion
  • filibustering — Present participle of filibuster.
  • filibusterism — (dated) Piracy, freebooting; the waging of unauthorised war.
  • filibusterous — resembling a filibuster or the actions of a filibuster
  • fill-out form — (programming)   A type of user interface used, for example, on the web, to organise a set of questions or options for the user so that it resembles a traditional paper form that is filled out. Typical query types are: fill-in-the-blank (text), menu of options, select zero or more, or select exactly one ("radio buttons"). Most web browsers support fill-out forms. Overview.
  • film industry — all the companies, studios, people etc involved in making commercial films collectively
  • final curtain — end of a theatre performance
  • fine adjuster — (jargon, tool, humour)   A tool used for percussive maintenance, also known as a "hammer".
  • finger buffet — a buffet meal at which food that may be picked up with the fingers (finger food), such as canapés or vol-au-vents, is served
  • finger puppet — a miniature puppet fitting over and manipulated by one finger.
  • finite clause — a clause with a finite verb in its predicate.
  • first quarter — the instant, approximately one week after a new moon, when one half of the moon's disk is illuminated by the sun.
  • first refusal — If someone has first refusal on something that is being sold or offered, they have the right to decide whether or not to buy it or take it before it is offered to anyone else.
  • 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
  • flash picture — a photograph made using flash photography.
  • flight number — the identifying number of a scheduled flight
  • flirtatiously — given or inclined to flirtation.
  • floatcut file — file with rows of parallel teeth
  • 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).
  • 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.
  • 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.
  • fluoroplastic — any of the plastics, as Teflon, in which hydrogen atoms of the hydrocarbon chains are replaced by fluorine atoms.
  • fluoroscopist — One who carries out fluoroscopy.
  • fn tunnelling — Fowler-Nordheim tunnelling
  • 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.
  • 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.
  • 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.
  • form function — (jargon)   The shape of something designed. This term is currently (Feb 1998) in vogue among marketroids.
  • formularistic — relating to formularization
  • fort moultrieWilliam, 1730–1805, U.S. general.
  • fortitudinous — having or showing fortitude; marked by bravery or courage.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?