0%

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

  • codifiability — the quality of being codifiable
  • commodifiable — to turn into a commodity; make commercial.
  • 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.
  • 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.
  • factionalized — Simple past tense and past participle of factionalize.
  • family doctor — a general practitioner.
  • 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.
  • 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.
  • 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.
  • 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.
  • orchid family — the plant family Orchidaceae, characterized by terrestrial or epiphytic herbaceous plants having simple, parallel-veined, usually alternate leaves, complex and often large and showy flowers pollinated primarily by insects, and fruit in the form of a capsule containing numerous minute seeds, and including calypso, fringed orchis, lady's-slipper, pogonia, rattlesnake plantain, vanilla, as well as numerous tropical orchids such as those of the genera Cattleya, Cymbidium, Dendrobium, Phalaenopsis, and Vanda.
  • rock-fill dam — a dam built mainly of rocks of various sizes fitted compactly together.
  • 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.
  • scottish fold — a breed of medium-sized short-haired cat with folded ears
  • second fiddle — a secondary role: to play second fiddle to another person.
  • self-occupied — to take or fill up (space, time, etc.): I occupied my evenings reading novels.
  • spadicifloral — having flowers borne on a spadix
  • 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.
  • 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 D-I-C-O-F-L. It’s easy to find right word with a certain length. It is the easiest way to find 13-letter word that contains in D-I-C-O-F-L 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?