0%

18-letter words containing f, a, l, s, t

  • (go) off the rails — (to go) off the proper course
  • a farewell to arms — a novel (1929) by Ernest Hemingway.
  • a flash in the pan — If you describe an achievement or success as a flash in the pan, you mean that it is unlikely to be repeated and is not an indication of future achievements or success.
  • a slap in the face — If you describe something that someone does as a slap in the face, you mean that it shocks or upsets you because it shows that they do not support you or respect you.
  • airman first class — the third lowest enlisted rank in the US Air Force, above airman and below senior airman
  • along the lines of — similar to
  • andrew file system — (operating system, storage)   (AFS) The distributed file system of the Andrew Project, adopted by the OSF as part of their Distributed Computing Environment.
  • aphrodite of melos — a Greek statue of Venus in marble, c200 b.c., found in 1820 on Melos and now in the Louvre, Paris.
  • arsenic trisulfide — a yellow or red crystalline substance, As 2 S 3 , occurring in nature as the mineral orpiment, and used as a pigment (king's yellow) and in pyrotechnics.
  • axis of revolution — an axis in a plane, about which an area is revolved to form a solid of revolution.
  • barium thiosulfate — a white, crystalline, water-insoluble, poisonous solid, BaS 2 O 3 ⋅H 2 O, used chiefly in the manufacture of explosives, matches, paints, and varnishes.
  • bats-in-the-belfry — a hairy Eurasian campanulaceous plant, Campanula trachelium, with bell-shaped blue-purple flowers
  • best-ball foursome — a match, scored by holes, between two pairs of players, in which the score of the lower scoring member of each pair is taken as their score for the hole.
  • bill of quantities — a document drawn up by a quantity surveyor providing details of the prices, dimensions, etc, of the materials required to build a large structure, such as a factory
  • blanche of castile — ?1188–1252, queen consort (1223–26) of Louis VIII of France, born in Spain. The mother of Louis IX, she acted as regent during his minority (1226–36) and his absence on a crusade (1248–52)
  • bloggs family, the — An imaginary family consisting of Fred and Mary Bloggs and their children. Used as a standard example in knowledge representation to show the difference between extensional and intensional objects. For example, every occurrence of "Fred Bloggs" is the same unique person, whereas occurrences of "person" may refer to different people. Members of the Bloggs family have been known to pop up in bizarre places such as the DEC Telephone Directory. Compare Mbogo, Dr. Fred.
  • board of elections — a bipartisan board appointed usually by local authorities and charged with control of elections and voting procedure.
  • branch to fishkill — (IBM: from the location of one of the corporation's facilities) Any unexpected jump in a program that produces catastrophic or just plain weird results. See jump off into never-never land, hyperspace.
  • cartilaginous fish — any fish of the class Chondrichthyes, including the sharks, skates, and rays, having a skeleton composed entirely of cartilage
  • church of scotland — the established church in Scotland, Calvinist in doctrine and Presbyterian in constitution
  • classified section — the part of a publication that contains classified advertising
  • coffee-table music — unadventurous music
  • cooking facilities — equipment necessary for cooking
  • crested flycatcher — any of various tyrant flycatchers (esp. genus Myiarchus) with a prominent crest
  • cultural diffusion — act of diffusing; state of being diffused.
  • data flow analysis — (programming)   A process to discover the dependencies between different data items manipulated by a program. The order of execution in a data driven language is determined solely by the data dependencies. For example, given the equations 1. X = A + B 2. B = 2 + 2 3. A = 3 + 4 a data-flow analysis would find that 2 and 3 must be evaluated before 1. Since there are no data dependencies between 2 and 3, they may be evaluated in any order, including in parallel. This technique is implemented in hardware in some pipelined processors with multiple functional units. It allows instructions to be executed as soon as their inputs are available, independent of the original program order.
  • defense calculator — IBM 701
  • dysfunctionalities — Plural form of dysfunctionality.
  • eleanor of castile — 1246–90, Spanish wife of Edward I of England. Eleanor Crosses were erected at each place at which her body rested between Nottingham, where she died, and London, where she is buried
  • fall on one's feet — a plural of foot.
  • fall-back position — an alternative plan
  • fallot's tetralogy — a congenital heart disease in which there are four defects: pulmonary stenosis, enlarged right ventricle, a ventricular septal defect, and an aorta whose origin lies over the septal defect. In babies suffering this disease the defects can be corrected by surgery
  • false imprisonment — the unlawful restraint of a person from exercising the right to freedom of movement.
  • family-size packet — a packet large enough to be suitable for a family
  • fantasy basketball — imagination, especially when extravagant and unrestrained.
  • farewell-to-spring — a slender, showy plant, Clarkia amoena, of the evening primrose family, native to western North America, having satiny, cup-shaped, lilac-crimson or reddish-pink flowers and roundish fruit.
  • federal funds rate — The federal funds rate is the overnight rate between banks.
  • feldenkrais method — a system of gentle movements that promote flexibility, coordination, and self-awareness
  • fermat's last post — (humour)   A post to a bug tracker, mailing list or forum in which the author claims to have found a simple fix or workaround for a bug, but never says what it is and never shows up again to explain it (even after others have been puzzling over the bug for years).
  • fermat's principle — Optics. the law that the path taken by a ray of light in going from one point to another point will be the path that requires the least time.
  • fibrocartilaginous — a type of cartilage having a large number of fibers.
  • filename extension — (filename extension)   The portion of a filename, following the final point, which indicates the kind of data stored in the file - the file type. Many operating systems use filename extensions, e.g. Unix, VMS, MS-DOS, Microsoft Windows. They are usually from one to three letters (some sad old OSes support no more than three). Examples include "c" for C source code, "ps" for PostScript, "txt" for arbitrary text. Apart from informing the user what type of content the file holds, filename extensions are typically used to decide which program to launch when a file is "run", e.g. by double-clicking it in a GUI file browser. They are also used by Unix's make to determine how to build one kind of file from another. Compare: MIME type.
  • finite-dimensional — (of a vector space) having a basis consisting of a finite number of elements.
  • first class module — (programming)   A module that is a first class data object of the programming language, e.g. a record containing functions. In a functional language, it is standard to have first class programs, so program building blocks can have the same status.
  • fitzwilliam museum — a museum, attached to Cambridge University and founded in 1816, noted esp for its paintings and collections devoted to the applied arts
  • flame-of-the-woods — an Indian evergreen shrub, Ixora coccinea, of the madder family, having red, tubular flowers in dense clusters.
  • flash butt welding — a method of welding metal edge-to-edge with a powerful electric flash followed by the application of pressure.
  • flat address space — (architecture)   The memory architecture in which any memory location can be selected from a single contiguous block by a single integer offset. Almost all popular processors have a flat address space, but the Intel x86 family has a segmented address space. A flat address space greatly simplifies programming because of the simple correspondence between addresses (pointers) and integers.
  • flat file database — (database)   A database containing a single table, stored in a single flat file, often in a human-readable format such as comma-separated values or fixed-width columns.
  • flat on one's back — lying supine

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