0%

13-letter words containing f, l, o, d, c, n

  • bounced flash — a flash bounced off a reflective surface, as a ceiling or wall, to illuminate a subject indirectly.
  • cloven-footed — having split hoofs, once assumed to represent the halves of a single undivided hoof, as in cattle.
  • cloven-hoofed — having split hoofs, once assumed to represent the halves of a single undivided hoof, as in cattle.
  • compound leaf — a leaf consisting of two or more leaflets borne on the same leafstalk
  • confoundingly — in a confounding manner
  • cornfield ant — a small, brown ant, Lasius alienus, that lives in cornfields and feeds on honeydew of the corn-root aphid.
  • deconflicting — Present participle of deconflict.
  • deconfliction — The act or process of deconflicting.
  • discontentful — exhibiting a lack of contentment
  • disfunctional — dysfunction.
  • dysfunctional — not performing normally, as an organ or structure of the body; malfunctioning.
  • factionalized — Simple past tense and past participle of factionalize.
  • female condom — a type of condom used by women and inserted into the vagina
  • 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.
  • 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.
  • flood control — the act or technique of controlling river flow with dams, dikes, artificial channels, etc., so as to minimize the occurrence of floods.
  • 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.
  • folding chair — a chair that can be collapsed flat for easy storage or transport.
  • folk medicine — health practices arising from superstition, cultural traditions, or empirical use of native remedies, especially food substances.
  • golden fleece — a fleece of pure gold, kept at Colchis by King Aeëtes from whom it was stolen by Jason and the Argonauts with the help of Aeëtes's daughter, Medea.
  • landing force — the ground forces of an amphibious task force that effect the assault landing in an amphibious operation.
  • lines of code — (programming, unit)   (LOC) A common measure of the size or progress of a programming project. For example, one can describe a completed project as consisting of 100,000 LOC; or one can characterise a week's progress as 5000 LOC. Using LOC as a metric of progress encourages programmers to reinvent the wheel or split their code into lots of short lines.
  • malfunctioned — Simple past tense and past participle of malfunction.
  • non-inflected — to modulate (the voice).
  • nonclassified — arranged or distributed in classes or according to class: We plan to review all the classified specimens in the laboratory.
  • sandwich loaf — a loaf of the type of soft white sliced bread often used to make sandwiches
  • school friend — A school friend is a friend of yours who is at the same school as you, or who used to be at the same school when you were children.
  • second fiddle — a secondary role: to play second fiddle to another person.
  • sulfonic acid — any of a large group of organic compounds of the structure RSO 2 OH, which are strong acids that give neutral sodium salts: used in the synthesis of phenols, dyes, and other substances.
  • uncamouflaged — the act, means, or result of obscuring things to deceive an enemy, as by painting or screening objects so that they are lost to view in the background, or by making up objects that from a distance have the appearance of fortifications, guns, roads, etc.: Was camouflage used extensively on fighter aircraft during World War I?
  • wolffian duct — a duct, draining the mesonephros of the embryo, that becomes the vas deferens in males and vestigial in females.

On this page, we collect all 13-letter words with F-L-O-D-C-N. It’s easy to find right word with a certain length. It is the easiest way to find 13-letter word that contains in F-L-O-D-C-N 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?