0%

22-letter words containing f, a, i

  • contingent beneficiary — a person who becomes the beneficiary if the primary beneficiary dies or is otherwise disqualified.
  • coronary insufficiency — inadequate circulation of blood through the coronary arteries, characterized by attacks of angina pectoris
  • crankshaft end bearing — The crankshaft end bearing is the bearing between the connecting rod and the crankshaft of an internal combustion engine.
  • curvature of the spine — a condition in which the spine is abnormally curved
  • cycle of reincarnation — A term coined by Ivan Sutherland ca. 1970 to refer to a well-known effect whereby function in a computing system family is migrated out to special-purpose peripheral hardware for speed, then the peripheral evolves toward more computing power as it does its job, then somebody notices that it is inefficient to support two asymmetrical processors in the architecture and folds the function back into the main CPU, at which point the cycle begins again. Several iterations of this cycle have been observed in graphics-processor (blitter) design, and at least one or two in communications and floating-point processors. Also known as "the Wheel of Life", "the Wheel of Samsara" and other variations of the basic Hindu/Buddhist theological idea.
  • damn with faint praise — If someone damns something with faint praise, they say something about it which sounds quite nice but is not enthusiastic, and shows that they do not have a high opinion of it.
  • days of wine and roses — a period of happiness and prosperity.
  • decimal classification — a system of classifying books in libraries by the use of numbers with decimals
  • director of admissions — a member of a university staff who is in overall charge of admissions to the university and its courses
  • dog's dinner/breakfast — You describe something as a dog's breakfast or dog's dinner in order to express your disapproval of it, for example because it is very untidy, badly organized, or badly done.
  • draft-quality printing — low-quality, high-speed output in printed form from a printer linked to a word processor
  • east african community — an association established in 1967 by Kenya, Uganda, and Tanzania to promote closer economic and social ties between member states: dissolved in 1977, but reformed in 1999, and joined in 2007 by Burundi and Rwanda
  • existential quantifier — quantifier
  • extended affix grammar — (language, grammar)   (EAG) A formalism for describing both the context free syntax and the context sensitive syntax of languages. EAGs belong to the family of two-level grammars. They are very closely related to two-level van Wijngaarden grammars. EAG can be used as a specification formalism, specifying in relations rather than functions, or as a relational programming language like PROLOG.
  • facsimile transmission — an international system of transmitting a written, printed, or pictorial document over the telephone system by scanning it photoelectrically and reproducing the image after transmission
  • fall prey to something — To fall prey to something bad means to be taken over or affected by it.
  • fallacy of composition — the fallacy of inferring that a property of parts or members of a whole is also a property of the whole (opposed to fallacy of division).
  • family planning clinic — a clinic that provides family planning services
  • far-infrared radiation — the longer wavelengths of electromagnetic radiation in the infrared region of the spectrum, beyond the red end of the visible spectrum, from 50 to 1000 micrometers. Abbreviation: FIR.
  • fast fourier transform — (algorithm)   (FFT) An algorithm for computing the Fourier transform of a set of discrete data values. Given a finite set of data points, for example a periodic sampling taken from a real-world signal, the FFT expresses the data in terms of its component frequencies. It also solves the essentially identical inverse problem of reconstructing a signal from the frequency data. The FFT is a mainstay of numerical analysis. Gilbert Strang described it as "the most important algorithm of our generation". The FFT also provides the asymptotically fastest known algorithm for multiplying two polynomials. Versions of the algorithm (in C and Fortran) can be found on-line from the GAMS server here.
  • federal crop insurance — insurance against the failure of certain crops provided to farmers and producers by the Federal Government
  • federal district court — district court (def 2).
  • federal maritime board — the body responsible for regulating commerce by US and international shipping in US waters
  • ferdinand von zeppelin — Count Ferdinand von [fer-di-nahnt fuh n] /ˈfɛr dɪˌnɑnt fən/ (Show IPA), 1838–1917, German general and aeronaut: designer and manufacturer of the zeppelin.
  • fermi-dirac statistics — the branch of quantum statistics used to calculate the permitted energy arrangements of the particles in a system in terms of the exclusion principle
  • field emission display — (hardware)   (FED) A type of flat panel display in which field emitting cathodes bombard a phosphor coating causing it to emit light. A field emission display is similar to a cathode ray tube but only a few millimeters thick. They use a large array of fine metal tips or carbon nanotubes (which are the most efficient electron emitters known), to emit electrons through a process known as field emission. Many of these are behind each phosphor dot so FEDs do not display dead pixels like LCDs even if 20% of the emitters fail. Sony is researching FED because it is the flat-panel technology that comes closest to matching the picture of a CRT.
  • fifth earl of roseberyArchibald Philip Primrose [prim-rohz] /ˈprɪmˌroʊz/ (Show IPA), 5th Earl of, 1847–1929, British statesman and author: prime minister 1894–95.
  • file transfer protocol — (FTP) A client-server protocol which allows a user on one computer to transfer files to and from another computer over a TCP/IP network. Also the client program the user executes to transfer files. It is defined in STD 9, RFC 959. See also anonymous FTP, FSP, TFTP.
  • financial underwriting — Financial underwriting is the process of assessing whether the proposed sum insured and product are reasonable when considering the possible financial loss to the client.
  • finite state automaton — Finite State Machine
  • first cab off the rank — the first person, etc, to do or take advantage of something
  • fitzgerald contraction — the hypothesis that a moving body exhibits a contraction in the direction of motion when its velocity is close to the speed of light.
  • fixed point combinator — (mathematics)   (Y) The name used in combinatory logic for the fixed point function, also written as "fix".
  • flat-screen television — A flat-screen television is a television with a flat, narrow screen.
  • flexible-rate mortgage — adjustable-rate mortgage.
  • floating exchange rate — a system in which the value of a currency fluctuates against other currencies in accordance with market forces
  • flocculent precipitate — a woolly-looking precipitate, as aluminum hydroxide formed by the addition of ammonia to an aluminum-salt solution.
  • foot-and-mouth disease — an acute, contagious, febrile disease of cattle, hogs, sheep, and other hoofed animals, caused by any of various rhinoviruses and characterized by vesicular eruptions in the mouth and about the hoofs, teats, and udder.
  • forced place insurance — Forced place insurance is insurance taken out by a bank or creditor on an uninsured debtor's behalf on a property that is being used as collateral.
  • fort benjamin harrison — a military reservation and U.S. Army training center in central Indiana, NE of Indianapolis.
  • forth modification lab — (event)   (FORML) A Forth conference held every November on the West coast of the USA ().
  • friar minor conventual — a friar belonging to a branch of the Franciscan order that separated from the Observants in the 15th century, and that observes a modification of the rule of St. Francis. Also called Conventual. Compare Friar Minor, capuchin (def 4).
  • frictional electricity — static electricity generated by friction
  • full english breakfast — morning meal of eggs, bacon, etc.
  • functional programming — (programming)   (FP) A program in a functional language consists of a set of (possibly recursive) function definitions and an expression whose value is output as the program's result. Functional languages are one kind of declarative language. They are mostly based on the typed lambda-calculus with constants. There are no side-effects to expression evaluation so an expression, e.g. a function applied to certain arguments, will always evaluate to the same value (if its evaluation terminates). Furthermore, an expression can always be replaced by its value without changing the overall result (referential transparency). The order of evaluation of subexpressions is determined by the language's evaluation strategy. In a strict (call-by-value) language this will specify that arguments are evaluated before applying a function whereas in a non-strict (call-by-name) language arguments are passed unevaluated. Programs written in a functional language are generally compact and elegant, but have tended, until recently, to run slowly and require a lot of memory. Examples of purely functional languages are Clean, FP, Haskell, Hope, Joy, LML, Miranda, and SML. Many other languages such as Lisp have a subset which is purely functional but also contain non-functional constructs. See also lazy evaluation, reduction.
  • galvanomagnetic effect — any of several phenomena that occur when an electric current is passed through a conductor or semiconductor situated in a magnetic field, as the Hall effect.
  • get (or have) wind of — to get (or have) information or a hint concerning; hear (or know) of
  • give a person what for — to punish or reprimand a person severely
  • give someone the shaft — to cheat or trick someone
  • gravitational redshift — (in general relativity) the shift toward longer wavelengths of electromagnetic radiation emitted by a source in a gravitational field, especially at the surface of a massive star.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?