0%

20-letter words containing f, e, s, t, c

  • feast of tabernacles — Sukkoth.
  • feather in one's cap — one of the horny structures forming the principal covering of birds, consisting typically of a hard, tubular portion attached to the body and tapering into a thinner, stemlike portion bearing a series of slender, barbed processes that interlock to form a flat structure on each side.
  • federal constitution — Constitution of the United States.
  • file descriptor leak — (programming)   (Or "fd leak" /F D leek/) A kind of programming bug analogous to a core leak, in which a program fails to close file descriptors ("fd"s) after file operations are completed, and thus eventually runs out of them. See leak.
  • financial instrument — A financial instrument is a document or contract that can be traded in a market, that represents an asset to one party and a liability or equity to the other.
  • financial statements — Financial statements are all of the reports that show how a company is performing for a certain period.
  • finite state machine — (mathematics, algorithm, theory)   (FSM or "Finite State Automaton", "transducer") An abstract machine consisting of a set of states (including the initial state), a set of input events, a set of output events, and a state transition function. The function takes the current state and an input event and returns the new set of output events and the next state. Some states may be designated as "terminal states". The state machine can also be viewed as a function which maps an ordered sequence of input events into a corresponding sequence of (sets of) output events. A deterministic FSM (DFA) is one where the next state is uniquely determinied by a single input event. The next state of a nondeterministic FSM (NFA) depends not only on the current input event, but also on an arbitrary number of subsequent input events. Until these subsequent events occur it is not possible to determine which state the machine is in. It is possible to automatically translate any nondeterministic FSM into a deterministic one which will produce the same output given the same input. Each state in the DFA represents the set of states the NFA might be in at a given time. In a probabilistic FSM [proper name?], there is a predetermined probability of each next state given the current state and input (compare Markov chain). The terms "acceptor" and "transducer" are used particularly in language theory where automata are often considered as abstract machines capable of recognising a language (certain sequences of input events). An acceptor has a single Boolean output and accepts or rejects the input sequence by outputting true or false respectively, whereas a transducer translates the input into a sequence of output events. FSMs are used in computability theory and in some practical applications such as regular expressions and digital logic design. See also state transition diagram, Turing Machine.
  • firearms certificate — a certificate that entitles the holder to own and keep a firearm
  • first earl of cromer1st Earl of, Evelyn Baring.
  • first-cause argument — an argument for the existence of God, asserting the necessity of an uncaused cause of all subsequent series of causes, on the assumption that an infinite regress is impossible.
  • five-elements school — Yin-Yang School.
  • fontainebleau school — a group of artists, many of them Italian and Flemish, who worked on the decorations of the palace of Fontainebleau in the 16th century.
  • for sb's delectation — If you do something for someone's delectation, you do it to give them enjoyment or pleasure.
  • frosting on the cake — a sweet mixture, cooked or uncooked, for coating or filling cakes, cookies, and the like; icing.
  • fundamental constant — a physical constant, such as the gravitational constant or speed of light, that plays a fundamental role in physics and chemistry and usually has an accurately known value
  • fundamental research — research carried out to deepen understanding of the fundamental or basic principles of something
  • fundamental sequence — an infinite sequence, x 1 , x 2 , …, whose terms are points in Ek, in which there exists a point y such that the limit as n goes to infinity of xn = y if and only if for every ε>0, there exists a number N such that i > N and j > N implies | xi − xj |< ε. Also called Cauchy sequence, convergent sequence. Compare complete (def 10b).
  • heat of condensation — the heat liberated by a unit mass of gas at its boiling point as it condenses to a liquid: equal to the heat of vaporization.
  • in a class by itself — unique
  • infectious hepatitis — hepatitis A.
  • instruction prefetch — (architecture)   A technique which attempts to minimise the time a processor spends waiting for instructions to be fetched from memory. Instructions following the one currently being executed are loaded into a prefetch queue when the processor's external bus is otherwise idle. If the processor executes a branch instruction or receives an interrupt then the queue must be flushed and reloaded from the new address. Instruction prefetch is often combined with pipelining in an attempt to keep the pipeline busy. By 1995 most processors used prefetching, e.g. Motorola 680x0, Intel 80x86.
  • isochronous transfer — isochronous
  • joint life insurance — life insurance covering two or more persons, the benefits of which are paid after the first person dies.
  • joule-thomson effect — the change of temperature that a gas exhibits during a throttling process, shown by passing the gas through a small aperture or porous plug into a region of low pressure.
  • justice of the peace — a local public officer, usually having jurisdiction to try and determine minor civil and criminal cases and to hold preliminary examinations of persons accused of more serious crimes, and having authority to administer oaths, solemnize marriages, etc.
  • justifiable homicide — murder committed under extenuating circumstances
  • keep a straight face — look serious, avoid smiling
  • lafayette escadrille — a contingent of American aviators who in 1916 served as volunteers (Escadrille Américaine) in the French air force and in 1918 became the 103rd Pursuit Squadron of the U.S. Army.
  • last of the mohicans — a historical novel (1826) by James Fenimore Cooper.
  • life-support machine — A life-support machine is the equipment that is used to keep a person alive when they are very ill and cannot breathe without help.
  • lighthouse coffeepot — a coffeepot of the late 17th and 18th centuries, having a tapering, circular body with a domed lid.
  • like a ton of bricks — (used esp of the manner of punishing or reprimanding someone) with great force; severely
  • lost property office — room for mislaid objects
  • manufacturer's agent — an agent representing one or more manufacturers in selling related but noncompeting goods, usually on a commission basis and in a particular territory.
  • margaret of scotland — Saint. 1045–93, queen consort of Malcolm III of Scotland. Her piety and benefactions to the church led to her canonization (1250). Feast days: June 10, Nov 16
  • mary, queen of scots — family name Stuart. 1542–87, queen of Scotland (1542–67); daughter of James V of Scotland and Mary of Guise. She was married to Francis II of France (1558–60), her cousin Lord Darnley (1565–67), and the Earl of Bothwell (1567–71), who was commonly regarded as Darnley's murderer. She was forced to abdicate in favour of her son (later James VI of Scotland) and fled to England. Imprisoned by Elizabeth I until 1587, she was beheaded for plotting against the English crown
  • master of ceremonies — a person who directs the entertainment at a party, dinner, nightclub, radio or television broadcast, or the like, acting as host and introducing the speakers or performers. Abbreviation: M.C., MC.
  • microsoft networking — (networking)   Microsoft's name for the networking subsystems of Windows 95 and later. Not to be confused with The Microsoft Network. Microsoft networking uses the SMB file sharing protocol. It is implemented as file system drivers i.e. "installable file systems" (IFS). The network redirector "Client for Microsoft Networks", is implemented in the VREDIR.VXD virtual device driver. Peer resource sharing is provided by "File and Printer Sharing for Microsoft Networks" (VSERVER.VXD). Windows 95's support for Netware (NCP) networks is provided in a similar way via NWREDIR.VXD and NWSERVER.VXD.
  • microsoft sql server — (database)   A relational database management system (RDBMS) which is part of Microsoft's BackOffice family of servers. SQL Server was designed for client/server use and is accessed by applications using SQL. It runs on Windows NT version 3.5 or higher and is compliant with the ANSI SQL-92 and FIPS 127-2 SQL standards. SQL Server supports symmetric multiprocessing hardware; SNMP, ODBC, and major open standard communications protocols. It has Internet integration, data replication, and data warehousing features. Microsoft SQL Server was originally developed by Sybase Corporation but the cooperation was broken sometime [when?] before version 6.0.
  • mitral insufficiency — abnormal closure of the mitral valve resulting in regurgitation of blood into the atrium and leading to reduced heart function or heart failure.
  • music of the spheres — a music, imperceptible to human ears, formerly supposed to be produced by the movements of the spheres or heavenly bodies.
  • no lack of something — If you say there is no lack of something, you are emphasizing that there is a great deal of it.
  • norwegian forest cat — a breed of long-haired cat with a long bushy tail and a long mane
  • obfuscated c contest — (programming)   The International Obfuscated C Code Contest (IOCCC) is an annual contest run since 1984 over Usenet by Landon Curt Noll and friends. The overall winner is whoever produces the most unreadable, creative, and bizarre (but working) C program. Various other prizes are awarded at the judges' whim. C's terse syntax and macro-preprocessor facilities give contestants a lot of maneuvering room. The winning programs often manage to be simultaneously funny, breathtaking works of art and horrible examples of how *not* to code in C. This relatively short and sweet hello, world program demonstrates obfuscated C: /* HELLO WORLD program * by Jack Applin and Robert Heckendorn, 1985 */ main(v,c)char**c;{for(v[c++]="Hello, world!\n)"; (!!c)[*c]&&(v--||--c&&execlp(*c,*c,c[!!c]+!!c,!c)); **c=!c)write(!!*c,*c,!!**c);} Here's another good one: /* Program to compute an approximation of pi * by Brian Westley, 1988 */ #define _ -F<00||--F-OO--; int F=00,OO=00; main(){F_OO();printf("%1.3f\n",4.*-F/OO/OO);}F_OO() { _-_-_-_ _-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_ _-_-_-_ } Note that this program works by computing its own area. For more digits, write a bigger program.
  • occupation franchise — the right of a tenant to vote in national and local elections
  • official secrets act — law: legislation protecting state secret
  • olfactory anesthesia — absence or loss of the sense of smell.
  • ousterhout's fallacy — Ousterhout's dichotomy
  • paper qualifications — qualifications gained through official examinations, etc, rather than through experience
  • peaceful coexistence — competition without war, or a policy of peace between nations of widely differing political systems and ideologies, especially between Communist and non-Communist nations: peaceful coexistence between the U.S. and the Soviet Union.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?