0%

13-letter words starting with fo

  • focal seizure — an epileptic manifestation arising from a localized anomaly in the brain, as a small tumor or scar, and usually involving a single motor or sensory mechanism but occasionally spreading to other areas and causing convulsions and loss of consciousness.
  • foerstner bit — a bit for drilling blind holes, guided from the rim rather than from the center to permit it to enter the wood at an oblique angle.
  • 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.
  • folded dipole — a type of aerial, widely used with television and VHF radio receivers, consisting of two parallel dipoles connected together at their outer ends and fed at the centre of one of them. The length is usually half the operating wavelength
  • folding chair — a chair that can be collapsed flat for easy storage or transport.
  • folding money — paper money.
  • folding press — a fall in wrestling won by folding one's opponent's legs up to his head and pressing his shoulders to the floor
  • 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.
  • foliage plant — any plant grown chiefly for its attractive leaves.
  • folk medicine — health practices arising from superstition, cultural traditions, or empirical use of native remedies, especially food substances.
  • folkloristics — folklore (def 2).
  • follicle mite — any mite of the family Demodicidae, parasitic in hair follicles of various mammals, including humans.
  • fonctionnaire — a civil servant
  • fondant icing — icing made from fondant
  • fons et origo — the source and origin
  • fontainebleau — a town in N France, SE of Paris: famous palace, long a favorite residence of French kings; extensive forest.
  • food additive — additive (def 4).
  • food industry — the industry surrounding the production of food
  • food security — an economic and social condition of ready access by all members of a household to nutritionally adequate and safe food: a household with high food security.
  • food shopping — shopping to buy food
  • food supplies — food obtained for a household or for a country, an expedition, etc
  • fool's errand — a completely absurd, pointless, or useless errand.
  • foolhardiness — recklessly or thoughtlessly bold; foolishly rash or venturesome.
  • foolheartedly — Foolishly. In a foolhardy manner. Without thinking about the consequences.
  • fooling about — the act of speaking or acting in a playful, teasing, or jesting manner
  • foot the bill — pay the costs
  • foot-dragging — reluctance or failure to proceed or act promptly.
  • foot-in-mouth — (of a statement) inappropriate, insensitive, or imprudent.
  • football game — soccer match
  • footing piece — one of a series of horizontal transverse timbers supporting a platform or staging.
  • for a kickoff — the beginning of something
  • for chrissake — for Christ's sake
  • for dear life — the condition that distinguishes organisms from inorganic objects and dead organisms, being manifested by growth through metabolism, reproduction, and the power of adaptation to environment through changes originating internally.
  • for one thing — the first reason is
  • for sb's part — When you are describing people's thoughts or actions, you can say for her part or for my part, for example, to introduce what a particular person thinks or does.
  • for sb's sake — When you do something for someone's sake, you do it in order to help them or make them happy.
  • for the birds — any warm-blooded vertebrate of the class Aves, having a body covered with feathers, forelimbs modified into wings, scaly legs, a beak, and no teeth, and bearing young in a hard-shelled egg.
  • for the world — If you say that you would not do something for the world, you are emphasizing that you definitely would not do it.
  • for the worse — into a less desirable or inferior state or condition
  • for values of — (jargon)   A common rhetorical maneuver at MIT is to use any of the canonical random numbers as placeholders for variables. "The max function takes 42 arguments, for arbitrary values of 42". "There are 69 ways to leave your lover, for 69 = 50". This is especially likely when the speaker has uttered a random number and realises that it was not recognised as such, but even "non-random" numbers are occasionally used in this fashion. A related joke is that pi equals 3 - for small values of pi and large values of 3. This usage probably derives from the programming language MAD (Michigan Algorithm Decoder), an ALGOL-like language that was the most common choice among mainstream (non-hacker) users at MIT in the mid-1960s. It had a control structure FOR VALUES OF X = 3, 7, 99 DO ... that would repeat the indicated instructions for each value in the list (unlike the usual FOR that generates an arithmetic sequence of values). MAD is long extinct, but similar for-constructs still flourish (e.g. in Unix's shell languages).
  • for-instances — an instance or example: Give me a for-instance of what you mean.
  • foramen ovale — the small, oval opening in the wall that separates the atria of the heart in a normal fetus: it allows blood to bypass the nonfunctioning fetal lungs until the time of birth when it gradually closes up
  • foraminiferal — Of, pertaining to, or resembling the foraminifers; foraminiferous.
  • foraminiferan — any chiefly marine protozoan of the sarcodinian order Foraminifera, typically having a linear, spiral, or concentric shell perforated by small holes or pores through which pseudopodia extend.
  • forbiddenness — a past participle of forbid.
  • force a smile — to make oneself smile
  • force majeure — an unexpected and disruptive event that may operate to excuse a party from a contract.
  • forced labour — labour done because of force; compulsory labour
  • forcing house — a place where growth or maturity (as of fruit, animals, etc) is artificially hastened
  • fore clipping — a word formed by omitting the first part of the form from which it is derived.

On this page, we collect all 13-letter words starting with FO. It’s easy to find right word with a certain length. It is the easiest way to find 13-letter word that beginning with FO 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?