0%

13-letter words containing o, c, t, f, i

  • diffractogram — An image produced by a diffractometer.
  • dignification — The act of dignifying; exaltation.
  • discomforting — an absence of comfort or ease; uneasiness, hardship, or mild pain.
  • disconformity — Geology. the surface of a division between parallel rock strata, indicating interruption of sedimentation: a type of unconformity.
  • discontentful — exhibiting a lack of contentment
  • disfunctional — dysfunction.
  • domestic fowl — a chicken.
  • domino effect — the cumulative effect that results when one event precipitates a series of like events.
  • dysfunctional — not performing normally, as an organ or structure of the body; malfunctioning.
  • ear infection — an infection that affects the ear
  • edison effect — the phenomenon of the flow of electric current when an electrode sealed inside the bulb of an incandescent lamp is connected to the positive terminal of the lamp.
  • eigenfunction — Each of a set of independent functions that are the solutions to a given differential equation.
  • facetiousness — (uncountable) The state of being facetious.
  • faction fight — a fight between rival Black groups, usually originating in tribal or clan feuds
  • factionalized — Simple past tense and past participle of factionalize.
  • factorisation — Alternative spelling of factorization.
  • factorization — Mathematics. to resolve into factors.
  • factory price — the price quoted for manufactured goods for pickup at the gate of a factory, before certain handling, shipping, and similar costs.
  • facts of life — any aspect of human existence that must be acknowledged or regarded as unalterable: Old age is a fact of life.
  • fait accompli — an accomplished fact; a thing already done: The enemy's defeat was a fait accompli long before the formal surrender.
  • falsification — to make false or incorrect, especially so as to deceive: to falsify income-tax reports.
  • family doctor — a general practitioner.
  • fantasmagoric — phantasmagoria.
  • fasciculation — a fascicular condition.
  • felicitations — an expression of good wishes; congratulation.
  • ferroelectric — pertaining to a substance that possesses spontaneous electric polarization such that the polarization can be reversed by an electric field.
  • ferromagnetic — noting or pertaining to a substance, as iron, that below a certain temperature, the Curie point, can possess magnetization in the absence of an external magnetic field; noting or pertaining to a substance in which the magnetic moments of the atoms are aligned.
  • fictionalised — Simple past tense and past participle of fictionalise.
  • fictionalized — to make into fiction; give a somewhat imaginative or fictional version of: to fictionalize a biography.
  • fictionalizes — Third-person singular simple present indicative form of fictionalize.
  • fighting cock — a gamecock.
  • filter coffee — coffee made by filtering hot water through ground coffee
  • filter factor — a number indicating the increased exposure that a particular film should receive when a photograph is taken using a particular filter.
  • firnification — the process by which snow changes into névé.
  • first officer — first mate.
  • flash fiction — very short works of fiction that are typically no longer than a couple of pages and may be as short as one paragraph.
  • floatcut file — file with rows of parallel teeth
  • floating dock — a submersible, floating structure used as a dry dock, having a floor that is submerged, slipped under a floating vessel, and then raised so as to raise the vessel entirely out of the water.
  • floccillation — a delirious picking of the bedclothes by the patient, as in certain fevers.
  • floricultural — Of or pertaining to floriculture.
  • floristically — In a floristic manner.
  • 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).
  • 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.
  • flying doctor — a doctor listed with local authorities as willing to be flown to remote areas to give emergency medical care.
  • 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.
  • folkloristics — folklore (def 2).
  • follicle mite — any mite of the family Demodicidae, parasitic in hair follicles of various mammals, including humans.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?