0%

16-letter words containing u, n, f, r

  • allele frequency — the frequency of occurrence or proportions of different alleles of a particular gene in a given population.
  • alternative fuel — An alternative fuel is any automotive fuel other than gasoline and diesel fuel.
  • amending formula — a specified process or procedure by which a constitution may be amended
  • american buffalo — bison (def 1).
  • aratus of sicyon — 271–213 b.c, Greek general: leader of the Achaean League.
  • audience figures — the number of people regularly watching a television programme or listening to a radio programme
  • audio conference — a meeting that is conducted by the use of audio telecommunications
  • autofluorescence — (biology, microscopy) Self-induced fluorescence.
  • autotransformers — Plural form of autotransformer.
  • autotransfusions — Plural form of autotransfusion.
  • backus-naur form — (language, grammar)   (BNF, originally "Backus Normal Form") A formal metasyntax used to express context-free grammars. Backus Normal Form was renamed Backus-Naur Form at the suggestion of Donald Knuth. BNF is one of the most commonly used metasyntactic notations for specifying the syntax of programming languages, command sets, and the like. It is widely used for language descriptions but seldom documented anywhere (how do you document a metasyntax?), so that it must usually be learned by osmosis (but see RFC 2234). Consider this BNF for a US postal address: ::= ::= | "." ::= [] | ::= [] ::= "," This translates into English as: "A postal-address consists of a name-part, followed by a street-address part, followed by a zip-code part. A personal-part consists of either a first name or an initial followed by a dot. A name-part consists of either: a personal-part followed by a last name followed by an optional "jr-part" (Jr., Sr., or dynastic number) and end-of-line, or a personal part followed by a name part (this rule illustrates the use of recursion in BNFs, covering the case of people who use multiple first and middle names and/or initials). A street address consists of an optional apartment specifier, followed by a street number, followed by a street name. A zip-part consists of a town-name, followed by a comma, followed by a state code, followed by a ZIP-code followed by an end-of-line." Note that many things (such as the format of a personal-part, apartment specifier, or ZIP-code) are left unspecified. These lexical details are presumed to be obvious from context or specified somewhere nearby. There are many variants and extensions of BNF, possibly containing some or all of the regexp wild cards such as "*" or "+". EBNF is a common one. In fact the example above isn't the pure form invented for the ALGOL 60 report. "[]" was introduced a few years later in IBM's PL/I definition but is now universally recognised. ABNF is another extension.
  • beef bourguignon — boeuf bourguignon
  • benzotrifluoride — a colorless, flammable liquid, C 7 H 5 F 3 , used chiefly as an intermediate in the manufacture of dyes and pharmaceuticals, and as a solvent.
  • bernoulli effect — the decrease in pressure as the velocity of a fluid increases.
  • binocular fusion — fusion (def 5a).
  • binocular-fusion — the act or process of fusing; the state of being fused.
  • binuclear family — a social unit composed of an extended family, usually the children and subsequent spouses of divorced parents.
  • blue dawn-flower — a tropical American vine, Ipomoea acuminata, of the morning glory family, having large, funnel-shaped flowers that turn from blue to pink.
  • board of inquiry — a group set up to inquire into accidents, etc
  • boeuf bourgignon — casserole of beef, vegetables, herbs, etc, cooked in red wine
  • brussels griffon — one of a Belgian breed of toy dogs having a thick, wiry, reddish-brown coat.
  • buckthorn family — the plant family Rhamnaceae, characterized by shrubs and trees having alternate, simple leaves, clusters of small flowers, and fruit in the form of a drupe or capsule, and including the buckthorn, cascara, and New Jersey tea.
  • bundle of nerves — a very nervous person
  • bundled software — software sold as part of a package with computers or other hardware or software
  • burgundy trefoil — alfalfa.
  • burn oneself out — to undergo rapid combustion or consume fuel in such a way as to give off heat, gases, and, usually, light; be on fire: The fire burned in the grate.
  • burnet saxifrage — a Eurasian umbelliferous plant of the genus Pimpinella, having umbrella-like clusters of white or pink flowers
  • california quail — a quail, Callipepla californica, of the western coast of the U.S., having grayish-brown plumage with black, white, and chestnut markings.
  • carbon bisulfide — carbon disulfide
  • carbon disulfide — a heavy, volatile, colorless liquid, CS2, highly flammable and poisonous, used as a solvent, insecticide, etc.
  • centrifugal pump — a pump having a high-speed rotating impeller whose blades throw the water outwards
  • chilean firebush — South American shrub with scarlet flowers
  • cholera infantum — an often fatal form of gastroenteritis occurring in infants, not of the same cause as cholera but having somewhat similar characteristics.
  • church suffering — the souls in purgatory.
  • configurationism — Gestalt psychology
  • confused elderly — old and no longer having mental abilities sufficient for independent living
  • contour feathers — feathers that form the surface plumage of a bird and determine the outer contour, including the wing and tail feathers
  • correction fluid — a fluid, usually white, that can be painted over a mistake in writing or typing so that the correct form can be written or typed on top
  • council of trent — the council of the Roman Catholic Church that met between 1545 and 1563 at Trent in S Tyrol. Reacting against the Protestants, it reaffirmed traditional Catholic beliefs and formulated the ideals of the Counter-Reformation
  • counterfactually — a conditional statement the first clause of which expresses something contrary to fact, as “If I had known.”.
  • counteroffensive — a series of attacks by a defending force against an attacking enemy
  • course of action — a way of proceeding
  • court of inquiry — A court of inquiry is a group of people who are officially appointed to investigate a serious accident or incident, or an official investigation into a serious accident or incident.
  • court of session — the supreme civil court in Scotland
  • cream of coconut — coconut cream (def 1).
  • cream-of-coconut — Also called cream of coconut. a creamy white liquid skimmed from the top of coconut milk that has been made by soaking grated coconut meat in water, used in East Indian cookery, mixed drinks, etc.
  • curried function — (mathematics, programming)   A function of N arguments that is considered as a function of one argument which returns another function of N-1 arguments. E.g. in Haskell we can define: average :: Int -> (Int -> Int) (The parentheses are optional). A partial application of average, to one Int, e.g. (average 4), returns a function of type (Int -> Int) which averages its argument with 4. In uncurried languages a function must always be applied to all its arguments but a partial application can be represented using a lambda abstraction: \ x -> average(4,x) Currying is necessary if full laziness is to be applied to functional sub-expressions. It was named after the logician Haskell Curry but the 19th-century logician, Gottlob Frege was the first to propose it and it was first referred to in ["Uber die Bausteine der mathematischen Logik", M. Schoenfinkel, Mathematische Annalen. Vol 92 (1924)]. Stefan Kahrs <[email protected]> reported hearing somebody in Germany trying to introduce "scho"nen" for currying and "finkeln" for "uncurrying". The verb "scho"nen" means "to beautify"; "finkeln" isn't a German word, but it suggests "to fiddle".
  • cutoff frequency — a frequency level above or below which a device fails to respond or operate efficiently
  • dandruff shampoo — a preparation of soap or detergent used to wash the hair and which helps to control and reduce dandruff
  • deboursification — (jargon)   Removal of irrelevant newsgroups from the Newsgroups header of a followup. The term applies particularly to the removal of frivolous groups added by one of the Kooks. See also: sneck.

On this page, we collect all 16-letter words with U-N-F-R. It’s easy to find right word with a certain length. It is the easiest way to find 16-letter word that contains in U-N-F-R to use in Scrabble or Crossword puzzles

Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?