0%

13-letter words containing f, l, u, c, t

  • fluorescently — In a fluorescent manner; using fluorescence.
  • fluoroacetate — a toxic chemical compound, C2H2FNaO2, occurring naturally in certain plants, and commonly used as rat poison
  • 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.
  • 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.
  • formularistic — relating to formularization
  • fractocumulus — low ragged slightly bulbous cloud, often appearing below nimbostratus clouds during rain
  • fuel injector — injector (def 2b).
  • fuel-injected — (of an engine) having fuel injection.
  • fulbright act — an act of Congress (1946) by which funds derived chiefly from the sale of U.S. surplus property abroad are made available to U.S. citizens for study, research, and teaching in foreign countries as well as to foreigners to engage in similar activities in the U.S.
  • 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.
  • functionalise — to make functional.
  • functionalism — (usually initial capital letter) Chiefly Architecture, Furniture. a design movement evolved from several previous movements or schools in Europe in the early 20th century, advocating the design of buildings, furnishings, etc., as direct fulfillments of material requirements, as for shelter, repose, or the serving of food, with the construction, materials, and purpose clearly expressed or at least not denied, and with aesthetic effect derived chiefly from proportions and finish, purely decorative effects being excluded or greatly subordinated. the doctrines and practices associated with this movement. Compare rationalism (def 4).
  • functionalist — a person who advocates, or works according to, the principles of functionalism.
  • functionality — of or relating to a function or functions: functional difficulties in the administration.
  • functionalize — to make functional.
  • futtock plate — a metal plate placed perpendicular to the top of a ship's lower mast to hold the futtock shrouds.
  • futurological — Pertaining to futurology.
  • genuflections — Plural form of genuflection.
  • gulf of kutch — an inlet of the Arabian Sea in India. Length: about 159 kilometres (99 miles)
  • half-educated — having undergone education: educated people.
  • hubble effect — redshift
  • ichthyofaunal — relating to ichthyofauna
  • impactfulness — The quality of being impactful.
  • in difficulty — If you are in difficulty or in difficulties, you are having a lot of problems.
  • ineffectually — not effectual; without satisfactory or decisive effect: an ineffectual remedy.
  • infructuously — in an infructuous or unfruitful manner; fruitlessly
  • liquefacients — Plural form of liquefacient.
  • liquefactions — Plural form of liquefaction.
  • liquification — Alternative form of liquefaction.
  • loss function — (in decision theory) a function that expresses the loss incurred when a decision is made in terms of various factors.
  • lucifer match — friction match.
  • magnetic flux — the total magnetic induction crossing a surface, equal to the integral of the component of magnetic induction perpendicular to the surface over the surface: usually measured in webers or maxwells.
  • malfunctional — Not functioning as intended.
  • malfunctioned — Simple past tense and past participle of malfunction.
  • miracle fruit — the berrylike fruit of either of two African shrubs, Synsepalum dulcificum or Thaumatococcus daniellii, that, when chewed, causes sour substances to taste sweet.
  • multi-faceted — having many facets, as a gem.
  • multifactoral — Involving multiple factors.
  • multifunction — the kind of action or activity proper to a person, thing, or institution; the purpose for which something is designed or exists; role.
  • noncolourfast — (of a fabric) having a colour that tends to fade when washed or worn
  • nonfunctional — Not having any particular purpose or function.
  • nullification — an act or instance of nullifying.
  • perfunctorily — performed merely as a routine duty; hasty and superficial: perfunctory courtesy.
  • prefunctional — of or relating to a function or functions: functional difficulties in the administration.
  • qualification — a quality, accomplishment, etc., that fits a person for some function, office, or the like.
  • qualificative — That which qualifies, modifies, or restricts; a qualifying term or statement.
  • qualificatory — That serves as qualification.
  • scathefulness — the state or quality of being harmful or injurious
  • schutzstaffel — an elite military unit of the Nazi party that served as Hitler's bodyguard and as a special police force. Abbreviation: SS.
  • self-checkout — A self-checkout is a checkout where customers scan, pack and pay for their goods in a store without being served by a sales associate.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?