0%

25-letter words containing f, a, m

  • advance information sheet — a document giving details about a book that is to be published in the near future
  • after someone's own heart — that suits or pleases someone perfectly
  • aluminum ammonium sulfate — a crystalline solid, AlNH 4 (SO 4) 2 ⋅12H 2 O, used chiefly as a size in the manufacture of paper; alum.
  • aristarchus of samothrace — ?220–?150 bc, Greek scholar: librarian at Alexandria, noted for his edition of Homer
  • aristophanes of byzantium — 257?–180? b.c, Greek scholar; librarian at Alexandria, Egypt.
  • army of the united states — during WWII, the overall army forces of the U.S., including the Regular Army, the Organized Reserves, the National Guard, and Selective Service personnel
  • assembly of first nations — the national organization which represents the First Nations in Canada
  • association for computing — (body)   (ACM, before 1997 - "Association for Computing Machinery") The largest and oldest international scientific and educational computer society in the industry. Founded in 1947, only a year after the unveiling of ENIAC, ACM was established by mathematicians and electrical engineers to advance the science and application of Information Technology. John Mauchly, co-inventor of the ENIAC, was one of ACM's founders. Since its inception ACM has provided its members and the world of computer science a forum for the sharing of knowledge on developments and achievements necessary to the fruitful interchange of ideas. ACM has 90,000 members - educators, researchers, practitioners, managers, and engineers - who drive the Association's major programs and services - publications, special interest groups, chapters, conferences, awards, and special activities. The ACM Press publishes journals (notably CACM), book series, conference proceedings, CD-ROM, hypertext, video, and specialized publications such as curricula recommendations and self-assessment procedures.
  • at the back of one's mind — not in one's conscious thoughts
  • at the bottom of the heap — Someone who is at the bottom of the heap or at the top of the heap is low down or high up in society or an organization.
  • attachment unit interface — (networking)   (AUI) The part of the IEEE Ethernet standard located between the MAC, and the MAU. The AUI is a transceiver cable that provides a path between a node's Ethernet interface and the MAU.
  • bureau of land management — a division of the Department of the Interior that manages public lands and resources. Abbreviation: BLM, B.L.M.
  • caltech intermediate form — (language)   (CIF) A geometry language for VLSI design, in which the primitives are coloured rectangles.
  • catch someone flat-footed — to catch someone who is unprepared; take by surprise
  • certificate of enrollment — a document issued to a U.S. vessel of 20 tons gross or more, engaged in fishing or in trade along the U.S. coast, on the Great Lakes, or on U.S. inland waters.
  • chief information officer — (job)   (CIO) The person who determines the overall strategic direction and business contribution of the information systems function in a business.
  • colony-stimulating factor — any of a number of substances, secreted by the bone marrow, that cause stem cells to proliferate and differentiate, forming colonies of specific blood cells. Synthetic forms are being tested for their ability to reduce the toxic effects of chemotherapy
  • commissioner of education — (in the US) the head of a state's education department
  • common object file format — (file format)   (COFF) The executable file and object file format used by Unix System V Release 3 and later.
  • commonwealth of australia — Australia's official title
  • communications of the acm — (publication)   (CACM) A monthly publication by the Association for Computing Machinery sent to all members. CACM is an influential publication that keeps computer science professionals up to date on developments. Each issue includes articles, case studies, practitioner oriented pieces, regular columns, commentary, departments, the ACM Forum, technical correspondence and advertisements.
  • configuration programming — (programming)   An approach that advocates the use of a separate configuration language to specify the coarse-grain structure of programs. Configuration programming is particularly attractive for concurrent, parallel and distributed systems that have inherently complex program structures.
  • constant applicative form — (functional programming)   (CAF) A supercombinator which is not a lambda abstraction. This includes truly constant expressions such as 12, (+ 1 2), [1, 2, 3] as well as partially applied functions such as (+ 4). Note that this last example is equivalent under eta abstraction to \ x . + 4 x which is not a CAF. Since a CAF is a supercombinator, it contains no free variables. Moreover, since it is not a lambda abstraction it contains no variables at all. It may however contain identifiers which refer to other CAFs, e.g. c 3 where c = (* 2). A CAF can always be lifted to the top level of the program. It can either be compiled to a piece of graph which will be shared by all uses or to some shared code which will overwrite itself with some graph the first time it is evaluated. A CAF such as ints = from 1 where from n = n : from (n+1) can grow without bound but may only be accessible from within the code of one or more functions. In order for the garbage collector to be able to reclaim such structures, we associate with each function a list of the CAFs to which it refers. When garbage collecting a reference to the function we collect the CAFs on its list.
  • cost-of-living adjustment — an adjustment to pay which takes account of a change in the cost of living
  • department of agriculture — the department of the U.S. federal government that institutes and administers all federal programs dealing with agriculture. Abbreviation: USDA.
  • discrete cosine transform — (mathematics)   (DCT) A technique for expressing a waveform as a weighted sum of cosines. The DCT is central to many kinds of signal processing, especially video compression. Given data A(i), where i is an integer in the range 0 to N-1, the forward DCT (which would be used e.g. by an encoder) is: B(k) = sum A(i) cos((pi k/N) (2 i + 1)/2) i=0 to N-1 B(k) is defined for all values of the frequency-space variable k, but we only care about integer k in the range 0 to N-1. The inverse DCT (which would be used e.g. by a decoder) is: AA(i)= sum B(k) (2-delta(k-0)) cos((pi k/N)(2 i + 1)/2) k=0 to N-1 where delta(k) is the Kronecker delta. The main difference between this and a discrete Fourier transform (DFT) is that the DFT traditionally assumes that the data A(i) is periodically continued with a period of N, whereas the DCT assumes that the data is continued with its mirror image, then periodically continued with a period of 2N. Mathematically, this transform pair is exact, i.e. AA(i) == A(i), resulting in lossless coding; only when some of the coefficients are approximated does compression occur. There exist fast DCT algorithms in analogy to the Fast Fourier Transform.
  • double wingback formation — an offensive formation in which two backs line up at opposite ends of the backfield about one yard outside of the ends and about one yard behind the line of scrimmage.
  • dual tone multi frequency — (communications)   (DTMF, or "touch-tone") A method used by the telephone system to communicate the keys pressed when dialling. Pressing a key on the phone's keypad generates two simultaneous tones, one for the row and one for the column. These are decoded by the exchange to determine which key was pressed.
  • equine infectious anaemia — a viral disease of horses, donkeys, and mules characterized by fever, anaemia, jaundice, depression, and weight loss
  • examination for discovery — a pretrial meeting to disclose evidence that will be presented later
  • extended backus-naur form — (language)   Any variation on the basic Backus-Naur Form (BNF) meta-syntax notation with (some of) the following additional constructs: square brackets "[..]" surrounding optional items, suffix "*" for Kleene closure (a sequence of zero or more of an item), suffix "+" for one or more of an item, curly brackets enclosing a list of alternatives, and super/subscripts indicating between n and m occurrences. All these constructs can be expressed in plain BNF using extra productions and have been added for readability and succinctness.
  • fallacy of many questions — the rhetorical trick of asking a question that cannot be answered without admitting a presupposition that may be false, as have you stopped beating your wife?
  • female genital mutilation — the practice observed in some cultures of removing part or all of a woman's or girl's genitalia
  • first and second manassas — two battles fought at Manassas Junction near a stream named Bull Run, during the American Civil War (July, 1861 and August, 1862), in both of which the Federal army was routed by the Confederates
  • first generation computer — (architecture)   A prototype computer based on vacuum tubes and other esoteric technologies. Chronologically, any computer designed before the mid-1950s. Examples include Howard Aiken's Mark 1 (1944), Maunchly and Eckert's ENIAC (1946), and the IAS computer.
  • five nations championship — a former annual competition involving the national sides of England, France, Ireland, Scotland, and Wales; replaced by the Six Nations Championship in 2000
  • flash lights impressively — (programming, humour)   (FLI) /FLY/ A joke assembly language instruction first documented in the late 1970s in "The Hackers Dictionary". The FLI instruction was frequently referred to by engineers when minicomputers such as the DEC PDP-8, PDP-11 and some early microcomputers such as the IMSAI and Altair had dozens of front panel lights. "When the computer is about to do some long I/O operation, stick in a FLI so the accountants won't think the machine has hung again."
  • flight management systems — a suite of computer programs in a computer on board an aircraft used to calculate the most economical flying speeds and altitudes during a flight and to identify possible choices in emergencies
  • food and beverage manager — A food and beverage manager is responsible for providing food and drink for the guests at a hotel or restaurant.
  • force one's way somewhere — If you force your way through or into somewhere, you have to push or break things that are in your way in order to get there.
  • frame relay access device — (communications)   (FRAD) Hardware and software that turns packets from TCP, SNA, IPX, etc into frames that can be sent over a Frame Relay wide area network. FRADs are a hot topic in data comms because companies like Netlink, Motorola, Stratacom are making lots of money out of them.
  • franked investment income — (formerly) dividends from one UK company received by another on which the paying company had paid corporation tax so that the receiving company had no corporation tax to pay: discontinued from 1999
  • fully lazy lambda lifting — John Hughes's optimisation of lambda lifting to give full laziness. Maximal free expressions are shared to minimise the amount of recalculation. Each inner sub-expression is replaced by a function of its maximal free expressions (expressions not containing any bound variable) applied to those expressions. E.g. f = \ x . (\ y . (+) (sqrt x) y) ((+) (sqrt x)) is a maximal free expression in (\ y . (+) (sqrt x) y) so this inner abstraction is replaced with (\ g . \ y . g y) ((+) (sqrt x)) Now, if a partial application of f is shared, the result of evaluating (sqrt x) will also be shared rather than re-evaluated on each application of f. As Chin notes, the same benefit could be achieved without introducing the new higher-order function, g, if we just extracted out (sqrt x). This is similar to the code motion optimisation in procedural languages where constant expressions are moved outside a loop or procedure.
  • future farmers of america — a national organization of high-school students studying vocational agriculture. Abbreviation: FFA.
  • genetically modified food — a food that contains ingredients made from genetically modified plants or animals
  • gensym standard interface — (programming)   (GSI) A set of C libraries and programming tools used to interface G2 to external systems. Commercially available bridges are available to SCADA systems and PLCs.
  • get out of someone's face — the front part of the head, from the forehead to the chin.
  • graham's law of diffusion — the principle that at a given temperature and pressure the rate of diffusion of a gas is inversely proportional to the square root of its density.
  • graphics interface format — (spelling)   You mean "Graphics Interchange Format".
  • hailsham of st marylebone — Baron, title of Quintin (McGarel) Hogg (ˈkwɪntɪn). 1907–2001, British Conservative politician; Lord Chancellor (1970–74; 1979–87). He renounced his viscountcy in 1963 when he made an unsuccessful bid for the Conservative Party leadership; he became a life peer in 1970

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