0%

22-letter words containing f, a, m, i

  • accommodation platform — a platform or semisubmersible rig specially built or adapted to act as living accommodation for offshore personnel in the oil industry
  • ali muhammad of shiraz — (the Bab; Ali Muhammad of Shiraz) 1819–50, a Persian religious leader: founder of Bābī.
  • animal control officer — a government worker responsible for enforcing local ordinances regulating animal ownership and responding to incidents involving animals.
  • attachment of earnings — (in Britain) a court order requiring an employer to deduct amounts from an employee's wages to pay debts or honour financial obligations
  • attributed file system — (storage)   (AtFS) The basis of the Shape_VC toolkit. Cooperative work within projects is supported by a status model controlling visibility of version objects, locking, and "long transactions" for synchronising concurrent updates. The concept of object attributes provides a basis for storing management information with versions and passing this information between individual tools. This mechanism is useful for building integrated environments from a set of unrelated tools.
  • axiom of comprehension — (logic)   An axiom schema of set theory which states: if P(x) is a property then {x : P} is a set. I.e. all the things with some property form a set. Acceptance of this axiom leads to Russell's Paradox which is why Zermelo set theory replaces it with a restricted form.
  • behaviour modification — the use of techniques to change someone's behaviour by reinforcing desired behaviour
  • being from outer space — a monster; an imaginary creature
  • benjamin franklin wadeBenjamin Franklin, 1800–78, U.S. lawyer and antislavery politician.
  • black mercuric sulfide — a crystalline, water-insoluble, poisonous compound, HgS, occurring as a coarse, black powder (black mercuric sulfide) or as a fine, bright-scarlet powder (red mercuric sulfide) used chiefly as a pigment and as a source of the free metal.
  • board of commissioners — the administrative body of a county in many U.S. states, especially in the South and the West, having from two to seven elected members.
  • bug-for-bug compatible — Same as bug-compatible, with the additional implication that much tedious effort went into ensuring that each (known) bug was replicated.
  • catch sight of someone — If you catch sight of someone, you suddenly see them, often briefly.
  • central african empire — a former name (1976–79) of Central African Republic.
  • chief academic officer — an official in a university, college, or medical school who usually reports directly to the president, chancellor, rector, or vice chancellor
  • chlorotrifluoromethane — a colorless gas, CClF 3 , used chiefly as a refrigerant, in the hardening of metals, and in pharmaceutical processing.
  • command line interface — (operating system)   A means of communication between a program and its user, based solely on textual input and output. Commands are input with the help of a keyboard or similar device and are interpreted and executed by the program. Results are output as text or graphics to the terminal. Command line interfaces usually provide greater flexibility than graphical user interfaces, at the cost of being harder for the novice to use. Consequently, some hackers look down on GUIs as designed For The Rest Of Them.
  • commissioner for oaths — a solicitor authorized to authenticate oaths on sworn statements
  • common external tariff — the common tariff of charges imposed by the members of a customs union on imports from non-members
  • conservation of matter — the principle that matter is neither created nor destroyed during any physical or chemical change
  • 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.
  • 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
  • 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
  • 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
  • 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 maritime board — the body responsible for regulating commerce by US and international shipping in US waters
  • 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.
  • finite state automaton — Finite State Machine
  • fixed point combinator — (mathematics)   (Y) The name used in combinatory logic for the fixed point function, also written as "fix".
  • flexible-rate mortgage — adjustable-rate mortgage.
  • 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.
  • 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).
  • 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.
  • give someone the shaft — to cheat or trick someone
  • hammersmith and fulham — a borough of Greater London on the River Thames: established in 1965 by the amalgamation of Fulham and Hammersmith. Pop: 174 200 (2003 est). Area: 16 sq km (6 sq miles)
  • have a whale of a time — If you say that someone is having a whale of a time, you mean that they are enjoying themselves very much.
  • hoof-and-mouth disease — foot-and-mouth disease.
  • human interface device — (hardware)   (HID) Any device to interact directly with humans (mostly input) like keyboard, mouse, joystick, or graphics tablet.
  • infinitesimal calculus — the differential calculus and the integral calculus, considered together.
  • information innovation — A group of companies with offices in Amsterdam and New York which acts as an information filter for the web. They analyse what happens in the Web community and organise the Web's information so that it is accessible and efficient to use. Information Innovation provides: "The Management Guide" - a guide for managers in the information age. The Guide consists of 22 parts, each concentrating on a particular technology or issue facing managers. Topics range from Artificial Intelligence and Telecommunications to Finance and Marketing. Each part contains references to additional valuable information, including CD ROMs, conferences, magazines, articles and books. "The Hypergraphic Matrix" - a "hypergraphic" matrix of 250 graphics discussing the interrelationships between technology, change, business functions and specific industries. "Dictionary" - the largest Internet dictionary on management and technology. "The Delphi Oracle" - a comprehensive guide to the latest management ideas and issues. Over 500 articles and books have been read, analysed, rated and catalogued. "Management Software" - a guide to software which is useful to managers. Both Web software, Internet software and commecial products are included in this guide. "The Web Word" - an information service about the Web. It includes a regular newsletter and databases about Web resources, news, interviews with Web personalities and, of course, the most comprehensive guide to sites. "Web Bibliography" - a guide to the latest Web information printed. Over 150 articles, magazines, market research reports and books are catalogued. "The Power Launch Pad" - our own list of useful sites on the Web. Also includes links to our own lists of special subjects such as Finance, Telecommunications, Manufacturing, Technology and so forth.
  • information management — The planning, budgeting, control and exploitation of the information resources in an organisation. The term encompasses both the information itself and the related aspects such as personnel, finance, marketing, organisation and technologies and systems. Information Managers are responsible for the coordination and integration of a wide range of information handling activities within the organisation. These include the formulation of corporate information policy, design, evaluation and integration of effective information systems and services, the exploitation of IT for competitive advantage and the integration of internal and external information and data.

On this page, we collect all 22-letter words with F-A-M-I. It’s easy to find right word with a certain length. It is the easiest way to find 22-letter word that contains in F-A-M-I 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?