0%

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

  • bounced flash — a flash bounced off a reflective surface, as a ceiling or wall, to illuminate a subject indirectly.
  • catch hold of — to take; seize; grasp
  • cloth of gold — cloth woven from silk threads interspersed with gold
  • cloth-of-gold — a garden plant, Crocus augustifolius, of the iris family, native to the Crimean mountains, having orange-red flowers.
  • 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.
  • codifiability — the quality of being codifiable
  • commodifiable — to turn into a commodity; make commercial.
  • 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.
  • coulomb field — the electrostatic field around an electrically charged body or particle
  • deconflicting — Present participle of deconflict.
  • deconfliction — The act or process of deconflicting.
  • deflectometer — An instrument that measures the deflection of structures when loads are applied.
  • discontentful — exhibiting a lack of contentment
  • disfunctional — dysfunction.
  • domestic fowl — a chicken.
  • dysfunctional — not performing normally, as an organ or structure of the body; malfunctioning.
  • electroformed — Produced, or modified by electroforming.
  • factionalized — Simple past tense and past participle of factionalize.
  • faculty board — the governing body of a faculty
  • family doctor — a general practitioner.
  • federal court — a court of a federal government, especially one established under the Constitution of the United States.
  • feedback loop — the path by which some of the output of a circuit, system, or device is returned to the input.
  • feeder school — a junior school whose pupils go to a specific secondary school
  • 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.
  • field officer — an officer holding a field grade.
  • film recorder — a photographic device for producing a sound strip on a motion-picture film.
  • firewall code — 1. The code you put in a system (say, a telephone switch) to make sure that the users can't do any damage. Since users always want to be able to do everything but never want to suffer for any mistakes, the construction of a firewall is a question not only of defensive coding but also of interface presentation, so that users don't even get curious about those corners of a system where they can burn themselves. 2. Any sanity check inserted to catch a can't happen error. Wise programmers often change code to fix a bug twice: once to fix the bug, and once to insert a firewall which would have arrested the bug before it did quite as much damage.
  • flesh-colored — Something that is flesh-colored is yellowish pink in color.
  • 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.
  • foldoc source — The source text of FOLDOC is a single plain text file. FOLDOC is also available on paper from your local printer but, at 700,000+ words, that would be about 2000 pages.
  • folk medicine — health practices arising from superstition, cultural traditions, or empirical use of native remedies, especially food substances.
  • forced labour — labour done because of force; compulsory labour
  • 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.
  • hydrosulfuric — (chemistry) Derived from hydrogen sulfide considered as hydrosulfuric acid.
  • 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.
  • office-holder — An office-holder is a person who has an important official position in an organization or government.
  • officeholders — Plural form of officeholder.

On this page, we collect all 13-letter words with F-O-L-D-C. 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-O-L-D-C 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?