0%

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

  • (go) off the rails — (to go) off the proper course
  • 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
  • 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
  • classified section — the part of a publication that contains classified advertising
  • coffee-table music — unadventurous music
  • cooking facilities — equipment necessary for cooking
  • 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.
  • 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-back position — an alternative plan
  • 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
  • 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.
  • feldenkrais method — a system of gentle movements that promote flexibility, coordination, and self-awareness
  • 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
  • flash butt welding — a method of welding metal edge-to-edge with a powerful electric flash followed by the application of pressure.
  • 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-panel display — a type of thin, lightweight video display that uses liquid crystals or electroluminescence to reflect images.
  • foundling hospital — an institutional home for foundlings.
  • from first to last — all the way through
  • functional disease — a disease in which there is an abnormal change in the function of an organ, but no structural alteration in the tissues involved (opposed to organic disease).
  • functional testing — (testing)   (Or "black-box testing", "closed-box testing") The application of test data derived from functional requirements without regard to how the system is implemented.
  • garden loosestrife — any of various plants belonging to the genus Lysimachia, of the primrose family, having clusters of usually yellow flowers, as L. vulgaris (garden loosestrife) or L. quadrifolia (whorled loosestrife)
  • gulf saint vincent — a shallow inlet of SE South Australia, to the east of the Yorke Peninsula: salt industry
  • hilary of poitiersSaint, a.d. c300–368, French bishop and theologian.
  • historical fiction — the genre of literature, film, etc., comprising narratives that take place in the past and are characterized chiefly by an imaginative reconstruction of historical events and personages.
  • ignatius of loyola — Loyola, Saint Ignatius.
  • in the first place — firstly
  • information island — (jargon)   A body of information (i.e. electronic files) that needs to be shared but has no network connection.
  • interface analysis — (testing)   A software test which checks the interfaces between program elements for consistency and adherence to predefined rules or axioms.

On this page, we collect all 18-letter words with F-A-L-S-I-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-I-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?