0%

16-letter words containing f, e, n, t, o

  • council of state — a council that deliberates on high-level policies of a government.
  • 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 session — the supreme civil court in Scotland
  • cracked fraction — A cracked fraction is a petroleum fraction (= a portion separated according to a physical property) that has been broken down from a fraction with larger molecules.
  • craftspersonship — The body of activities, skills, techniques, knowledge, and expertise pertinent to (a) particular craft(s).
  • 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.
  • croydon facelift — the tightening effect on the skin of a woman's face caused by securing the hair at the back of the head in a tight ponytail
  • cry for the moon — to desire the unattainable
  • 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".
  • cut of one's jib — one's appearance or way of dressing
  • cutoff frequency — a frequency level above or below which a device fails to respond or operate efficiently
  • dark of the moon — the period during which the moon is not visible.
  • day of atonement — Yom Kippur
  • dead-man's float — a prone floating position, used especially by beginning swimmers, with face downward, legs extended backward, and arms stretched forward.
  • 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.
  • debt forgiveness — the action or process of forgiving people their debts
  • decimal fraction — a fraction whose denominator is some power of 10, usually indicated by a dot (decimal point or point) written before the numerator: as 0.4 = 4/10; 0.126 = 126/1000.
  • declassification — to remove the classification from (information, a document, etc.) that restricts access in terms of secrecy, confidentiality, etc. Compare classification (def 5).
  • deflationary gap — a situation in which total spending in an economy is insufficient to buy all the output that can be produced with full employment
  • deflecting force — the apparent deflection (Coriolis acceleration) of a body in motion with respect to the earth, as seen by an observer on the earth, attributed to a fictitious force (Coriolis force) but actually caused by the rotation of the earth and appearing as a deflection to the right in the Northern Hemisphere and a deflection to the left in the Southern Hemisphere.
  • dehumidification — Dehumidification is the removal of vapor from a gas-vapor mixture.
  • dentist's office — A dentist's office is the room or house where a dentist works.
  • descent function — If a recursive function is of the form f x = ... f (d x) ... then d is known as the descent function.
  • dictionary flame — [Usenet] An attempt to sidetrack a debate away from issues by insisting on meanings for key terms that presuppose a desired conclusion or smuggle in an implicit premise. A common tactic of people who prefer argument over definitions to disputes about reality. Compare spelling flame.
  • direction finder — a receiver with a loop antenna rotating on a vertical axis, used to ascertain the direction of incoming radio waves.
  • diversifications — Plural form of diversification.
  • documentary film — factual, informative film
  • dolce far niente — pleasing inactivity.
  • dorothy canfieldDorothy, Fisher, Dorothy Canfield.
  • drag coefficient — a measure of the drag of an object in a moving fluid, esp air
  • electronic flash — Photography
  • equation of time — the difference between apparent solar time and mean solar time, being at a maximum in February (over 14 minutes) and November (over 16 minutes)
  • exemplifications — Plural form of exemplification.
  • exhaust manifold — An exhaust manifold is a heat-resistant tube that connects an engine to an exhaust pipe.
  • extrinsic factor — vitamin B12
  • face recognition — the ability of a computer to scan, store, and recognize human faces for use in identifying people
  • fade-in fade-out — an optical effect in which a shot appears gradually out of darkness and then gradually disappears
  • father confessor — confessor (def 2).
  • federation wheat — an early-maturing drought-resistant variety of wheat developed by William Farrar in 1902
  • feedback control — (electronics)   A control system which monitors its effect on the system it is controlling and modifies its output accordingly. For example, a thermostat has two inputs: the desired temperature and the current temperature (the latter is the feedback). The output of the thermostat changes so as to try to equalise the two inputs. Computer disk drives use feedback control to position the read/write heads accurately on a recording track. Complex systems such as the human body contain many feedback systems that interact with each other; the homeostasis mechanisms that control body temperature and acidity are good examples.
  • feel constrained — If you feel constrained to do something, you feel that you must do it, even though you would prefer not to.
  • feulgen reaction — a reaction in which an aldehyde combines with a modified Schiff's reagent to produce a purplish compound: used especially to test for the presence of DNA
  • fifth-generation — denoting developments in computer design to produce machines with artificial intelligence
  • file composition — A typesetting language.
  • fill one's boots — to take or do as much of something as one wants
  • filter promotion — (algorithm)   In a generate and test algorithm, combining part of the filter with the generator in order to reduce the number of potential solutions generated. A trivial example: filter (< 100) [1..1000] ==> [1..99] where [1..n] generates the list of integers from 1 to n. Here the filter has been combined completely with the generator. This is an example of fusion.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?