0%

13-letter words containing f, i, c, n

  • fibre channel — (storage, networking, communications)   An ANSI standard originally intended for high-speed SANs connecting servers, disc arrays, and backup devices, also later adapted to form the physical layer of Gigabit Ethernet. Development work on Fibre channel started in 1988 and it was approved by the ANSI standards committee in 1994, running at 100Mb/s. More recent innovations have seen the speed of Fibre Channel SANs increase to 10Gb/s. Several topologies are possible with Fibre Channel, the most popular being a number of devices attached to one (or two, for redundancy) central Fibre Channel switches, creating a reliable infrastructure that allows servers to share storage arrays or tape libraries. One common use of Fibre Channel SANs is for high availability databaseq clusters where two servers are connected to one highly reliable RAID array. Should one server fail, the other server can mount the array itself and continue operations with minimal downtime and loss of data. Other advanced features include the ability to have servers and hard drives seperated by hundreds of miles or to rapidly mirror data between servers and hard drives, perhaps in seperate geographic locations.
  • fickle-minded — (of a person) prone to casual change; inconstant.
  • 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.
  • field captain — a member of a team taking active part in a game who is authorized to make decisions for the team, especially in regard to planning plays, deciding whether to accept penalties called by an official against the opponents, etc.
  • field kitchen — the place at which the food for a unit of soldiers in the field is prepared
  • fighting cock — a gamecock.
  • film sequence — a short piece of film or extract from a film, depicting a specific action or event
  • fin de siecle — the end of the 19th century.
  • final curtain — end of a theatre performance
  • financing gap — the difference between a country's requirements for foreign exchange to finance its debts and imports and its income from overseas
  • finback whale — rorqual
  • fingal's cave — a cave on the island of Staffa, in the Hebrides, Scotland. 227 feet (69 meters) long; 42 feet (13 meters) wide.
  • fingerpicking — Present participle of fingerpick.
  • finisher card — (in manufacturing fibers) the last card in the carding process, for converting stock into roving.
  • finite clause — a clause with a finite verb in its predicate.
  • fire watching — the job of watching for fires, especially those caused by aerial bombardment
  • firnification — the process by which snow changes into névé.
  • fishing smack — any of various fore-and-aft-rigged fishing vessels of rather large size, often containing a well to keep the catch alive.
  • flame cutting — a method of cutting ferrous metals in which the metal is heated by a torch to about 800°C and is oxidized by a stream of oxygen from the torch
  • 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.
  • 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.
  • floor cushion — a cushion placed on the floor of a room for people to sit on
  • floorcovering — A covering for a floor.
  • 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).
  • fluoroscoping — Present participle of fluoroscope.
  • flying boxcar — a large airplane designed to carry cargo.
  • flying circus — a squadron of airplanes operating together, especially any of several squadrons of famous World War I aviators.
  • flying colorswith flying colors, with an overwhelming victory, triumph, or success: He passed the test with flying colors.
  • flying column — (formerly) a force of troops equipped and organized to move swiftly and independently of a principal unit to which it is attached.
  • flying doctor — a doctor listed with local authorities as willing to be flown to remote areas to give emergency medical care.
  • flying picket — (in industrial disputes) a member of a group of pickets organized to be able to move quickly from place to place
  • flying saucer — any of various disk-shaped objects allegedly seen flying at high speeds and altitudes, often with extreme changes in speed and direction, and thought by some to be manned by intelligent beings from outer space.
  • flying tackle — a tackle made by hurling one's body through the air at the player carrying the ball.
  • 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.
  • fonctionnaire — a civil servant
  • fondant icing — icing made from fondant
  • footing piece — one of a series of horizontal transverse timbers supporting a platform or staging.
  • for-instances — an instance or example: Give me a for-instance of what you mean.
  • 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.
  • foreconscious — the preconscious.
  • form function — (jargon)   The shape of something designed. This term is currently (Feb 1998) in vogue among marketroids.
  • fortification — the act of fortifying or strengthening.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?