0%

19-letter words containing a, e, o, n, i

  • extradition warrant — a warrant for somebody's extradition
  • extreme programming — a discipline of software engineering following a specific structure, designed to simplify and speed up the development process
  • fall in love (with) — to begin to feel love (for)
  • false consciousness — a Marxist theory that people are unable to see things, especially exploitation, oppression, and social relations, as they really are; the hypothesized inability of the human mind to develop a sophisticated awareness of how it is developed and shaped by circumstances.
  • family practitioner — medical specialization in general practice, requiring training beyond that of general practice and leading to board certification.
  • fault tolerant unix — (operating system)   (FTX) Stratus's own Unix System V Release 4 multiprocessor operating system. In 2016, FTX is supported but no longer developed. FTX was one of three operating systems supplied by Stratus on their hardware, the other two, HP-UX and VOS, were the more common choices, FTX was only sold on an exceptional basis. Early FTX 3.x releases used an in-house virtual disk layer (VDL) driver, but later releases switched to a version of Veritas VxVM. FTX supported many of the proprietary communications boards (ISDN, serial, parallel, X.25, etc.).
  • feast of dedication — Hanukkah.
  • february revolution — Russian Revolution (def 1).
  • february-revolution — Also called February Revolution. the uprising in Russia in March, 1917 (February Old Style), in which the Czarist government collapsed and a provisional government was established.
  • female circumcision — clitoridectomy.
  • female impersonator — a male performer who dresses as and impersonates women.
  • first international — a socialistic organization (1864–76) formed to unite and promote the interests of workers throughout the world. Compare international (def 6).
  • first person plural — a grammatical category of pronouns and verbs used by the speaker to refer to or talk about himself together with others
  • first-sale doctrine — a legal principle allowing the purchaser of a lawfully made copy of a copyright-protected work to sell or give away that copy without permission but not to reproduce it.
  • fix someone's wagon — any of various kinds of four-wheeled vehicles designed to be pulled or having its own motor and ranging from a child's toy to a commercial vehicle for the transport of heavy loads, delivery, etc.
  • fixed cost contract — a contract in which the costs do not vary
  • fixed-term contract — a contract for a particular and fixed period
  • flag of convenience — the foreign flag under which merchant ships register in order to save on taxes or wages, or to avoid government regulations.
  • floating restaurant — a boat or ship that has been converted for use as a restaurant
  • florida velvet bean — a tropical vine, Mucuna deeringiana, of the legume family, having showy, purple flowers in drooping clusters and black, hairy pods: grown as an ornamental.
  • flowering raspberry — a shrub, Rubus ordoratus, of eastern North America, having loose clusters of showy purplish or rose-purple flowers and inedible, dry, red fruit.
  • forensic accountant — an accountant who specializes in applying accountancy skills to the purposes of the law
  • forensic psychiatry — the use of psychiatric knowledge and techniques in questions of law, as in determining legal insanity.
  • fortification agate — an agate, used as a gem, having polygonal banding such that it suggests the plan of a bastion.
  • forward engineering — (process)   The traditional process of moving from high-level abstractions and logical, implementation-independent designs to the physical implementation of a system. Contrast reverse engineering.
  • forward integration — the acquisition of all or part of a distribution chain by a firm that sells the goods distributed, so that the firm becomes or become closer to the direct seller of the goods
  • foundation subjects — the subjects studied as part of the National Curriculum, including the compulsory core subjects
  • fractal compression — (algorithm)   A technique for encoding images using fractals.
  • fractional currency — coins or paper money of a smaller denomination than the basic monetary unit.
  • frameshift mutation — a mutation caused by frameshift.
  • free alongside quay — (of a shipment of goods) delivered to the quay without charge to the buyer
  • free alongside ship — (of a shipment of goods) delivered to the dock without charge to the buyer, but excluding the cost of loading onto the vessel
  • french north africa — the former French possessions of Algeria, French Morocco, and Tunisia
  • front-end financing — money or costs required or incurred in advance of a project in order to get it under way
  • front-fastening bra — a bra which is fastened together at the front of the body
  • functional currency — Functional currency is the main currency used by a business.
  • functional database — (database, language)   A database which uses a functional language as its query language. Databases would seem to be an inappropriate application for functional languages since, a purely functional language would have to return a new copy of the entire database every time (part of) it was updated. To be practically scalable, the update mechanism must clearly be destructive rather than functional; however it is quite feasible for the query language to be purely functional so long as the database is considered as an argument. One approach to the update problem would use a monad to encapsulate database access and ensure it was single threaded. Alternative approaches have been suggested by Trinder, who suggests non-destructive updating with shared data structures, and Sutton who uses a variant of a Phil Wadler's linear type system. There are two main classes of functional database languages. The first is based upon Backus' FP language, of which FQL is probably the best known example. Adaplan is a more recent language which falls into this category. More recently, people have been working on languages which are syntactically very similar to modern functional programming languages, but which also provide all of the features of a database language, e.g. bulk data structures which can be incrementally updated, type systems which can be incrementally updated, and all data persisting in a database. Examples are PFL [Poulovassilis&Small, VLDB-91], and Machiavelli [Ohori et al, ACM SIGMOD Conference, 1998].
  • functional language — (language)   A language that supports and encourages functional programming.
  • functional medicine — individualized medical care that recognizes the interactions between genetic and environmental factors and between the body's interconnected systems.
  • galactic coordinate — Usually, galactic coordinates. a member of a system of coordinates that define the position of a celestial body with reference to the Milky Way.
  • gallipoli peninsula — peninsula in S European Turkey, forming the NW shore of the Dardanelles: c. 55 mi (89 km) long
  • gastrocolic omentum — the peritoneal fold attached to the stomach and the colon and hanging over the small intestine.
  • gastroenterocolitis — (medicine) inflammation of the stomach, small intestines, and colon.
  • gastroenterological — Of or pertaining to gastroenterology.
  • general post office — (in the U.S. postal system) the main post office of a city, county, etc., that also has branch post offices. Abbreviation: G.P.O., GPO.
  • generic array logic — (hardware, integrated circuit)   (GAL) A newer kind of Programmable Array Logic based on EEPROM storage cells, been pioneered by Lattice. GALs can be erased and reprogrammed and usually replace a whole set of different PALs (hence the name).
  • generic programming — (programming)   A programming technique which aims to make programs more adaptable by making them more general. Generic programs often embody non-traditional kinds of polymorphism; ordinary programs are obtained from them by suitably instantiating their parameters. In contrast with normal programs, the parameters of a generic programs are often quite rich in structure. For example they may be other programs, types or type constructors or even programming paradigms.
  • genetic programming — (programming)   (GP) A programming technique which extends the genetic algorithm to the domain of whole computer programs. In GP, populations of programs are genetically bred to solve problems. Genetic programming can solve problems of system identification, classification, control, robotics, optimisation, game playing, and pattern recognition. Starting with a primordial ooze of hundreds or thousands of randomly created programs composed of functions and terminals appropriate to the problem, the population is progressively evolved over a series of generations by applying the operations of Darwinian fitness proportionate reproduction and crossover (sexual recombination).
  • gentile da fabriano — 1370?–1427, Italian painter.
  • gentleman-pensioner — (formerly) a gentleman-at-arms.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?