0%

18-letter words containing o, i, l, e, r

  • electronic receipt — An electronic receipt is one created in a computerized cash register, or by an online retailer. It will usually show the date and time, how payment is made, and other details of the sale.
  • electronic tagging — Electronic tagging is a system in which a criminal or suspected criminal has an electronic device attached to them which enables the police to know if they leave a particular area.
  • electronic warfare — the military use of electronics to prevent or reduce an enemy's effective use and to protect friendly use of electromagnetic radiation equipment
  • electroretinograms — Plural form of electroretinogram.
  • electrostatic lens — an electron lens consisting of a system of metal electrodes, the electrostatic field of which focuses the charged particles
  • electrostatic unit — any unit that belongs to a system of electrical cgs units in which the electric constant is given the value of unity and is taken as a pure number
  • electrotherapeutic — Relating to electrotherapeutics.
  • elizabeth petrovna — 1709-62; empress of Russia (1741-62): daughter of Peter I
  • emergent evolution — the doctrine that, in the course of evolution, some entirely new properties, such as life and consciousness, appear at certain critical points, usually because of an unpredictable rearrangement of the already existing entities
  • emotional literacy — the ability to deal with one's emotions and recognize their causes
  • employment service — (in the United States) a government department established to collect and supply to the unemployed information about job vacancies and to employers information about availability of prospective workers
  • equinoctial circle — celestial equator
  • equinoctial spring — either of the two highest spring tides that occur at the equinoxes
  • erectile impotence — impotence caused by the inability of the penis to become sufficiently firm to penetrate the vagina
  • euclid's algorithm — (algorithm)   (Or "Euclidean Algorithm") An algorithm for finding the greatest common divisor (GCD) of two numbers. It relies on the identity gcd(a, b) = gcd(a-b, b) To find the GCD of two numbers by this algorithm, repeatedly replace the larger by subtracting the smaller from it until the two numbers are equal. E.g. 132, 168 -> 132, 36 -> 96, 36 -> 60, 36 -> 24, 36 -> 24, 12 -> 12, 12 so the GCD of 132 and 168 is 12. This algorithm requires only subtraction and comparison operations but can take a number of steps proportional to the difference between the initial numbers (e.g. gcd(1, 1001) will take 1000 steps).
  • evolution strategy — (ES) A kind of evolutionary algorithm where individuals (potential solutions) are encoded by a set of real-valued "object variables" (the individual's "genome"). For each object variable an individual also has a "strategy variable" which determines the degree of mutation to be applied to the corresponding object variable. The strategy variables also mutate, allowing the rate of mutation of the object variables to vary. An ES is characterised by the population size, the number of offspring produced in each generation and whether the new population is selected from parents and offspring or only from the offspring. ES were invented in 1963 by Ingo Rechenberg, Hans-Paul Schwefel at the Technical University of Berlin (TUB) while searching for the optimal shapes of bodies in a flow.
  • expressionlessness — The state of being without an expression.
  • false imprisonment — the unlawful restraint of a person from exercising the right to freedom of movement.
  • family-tree theory — a theory that describes language change in terms of genetically related languages developing in successive splits from a common parent language, such as Indo-European, as depicted by a family tree diagram.
  • 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
  • ferrite-rod aerial — a type of aerial, normally used in radio reception, consisting of a small coil of wire mounted on a ferrite core, the coil serving as a tuning inductance
  • fettuccine alfredo — fettuccine in cream sauce with grated Parmesan cheese.
  • file control block — (operating system)   (FCB) An MS-DOS data structure that stores information about an open file. The number of FCBs is configured in CONFIG.SYS with a command FCBS=x,y where x (between 1 and 255 inclusive, default 4) specifies the number of file control blocks to allocate and therefore the number of files that MS-DOS can have open at one time. y (not needed from DOS 5.0 onward) specifies the number of files to be closed automatically if all x are in use.
  • fire in your belly — If you say that someone has fire in their belly, you are expressing approval of them because they are energetic, enthusiastic, and have very strong feelings.
  • firecracker flower — a plant, Dichelostemma ida-maia, of the amaryllis family, native to California and Oregon, having clusters of tubular scarlet flowers.
  • 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.
  • fischer von erlach — Johann Bernhard [yaw-hahn bern-hahrt] /ˈyɔ hɑn ˈbɛrn hɑrt/ (Show IPA), 1656–1723, Austrian architect.
  • fissure of rolando — central sulcus.
  • fissure of sylvius — lateral fissure.
  • flat-bottomed rail — a rail having a cross section like an inverted T, with the top extremity enlarged slightly to form the head
  • floating underflow — underflow
  • floating-rate note — a eurobond, often issued as a negotiable bearer bond, that has a floating rate of interest
  • for the hell of it — the place or state of punishment of the wicked after death; the abode of evil and condemned spirits; Gehenna or Tartarus.
  • for the life of me — If you say that you cannot for the life of you understand or remember something, you are emphasizing that you cannot understand or remember it, even if you try hard.
  • formal equivalence — the relation that holds between two open sentences when their universal closures are materially equivalent
  • forward compatible — forward compatibility
  • four-legged friend — a four-legged animal, esp a dog
  • fragile x syndrome — a widespread form of mental retardation caused by a faulty gene on the X chromosome.
  • fragile-x syndrome — an inherited condition characterized by learning disability: affected individuals have an X-chromosome that is easily damaged under certain conditions
  • frederick douglassFrederick, 1817–95, U.S. ex-slave, abolitionist, and orator.
  • free-will offering — a voluntary religious contribution made in addition to what may be expected or required.
  • fringe-toed lizard — an iguanid lizard, Uma notata, of sandy deserts of the western U.S. and Mexico, having a wedge-shaped snout and toes fringed with long, pointed scales.
  • fulminating powder — powder that explodes by percussion.
  • funeral procession — ceremonial cortège at a burial
  • gabriele dannunzio — Gabriele [Italian gah-bree-e-le] /Italian ˌgɑ briˈɛ lɛ/ (Show IPA), (Duca Minimo) 1863–1938, Italian soldier, novelist, and poet.
  • garbage collection — (programming)   (GC) The process by which dynamically allocated storage is reclaimed during the execution of a program. The term usually refers to automatic periodic storage reclamation by the garbage collector (part of the run-time system), as opposed to explicit code to free specific blocks of memory. Automatic garbage collection is usually triggered during memory allocation when the amount free memory falls below some threshold or after a certain number of allocations. Normal execution is suspended and the garbage collector is run. There are many variations on this basic scheme. Languages like Lisp represent expressions as graphs built from cells which contain pointers and data. These languages use automatic dynamic storage allocation to build expressions. During the evaluation of an expression it is necessary to reclaim space which is used by subexpressions but which is no longer pointed to by anything. This reclaimed memory is returned to the free memory pool for subsequent reallocation. Without garbage collection the program's memory requirements would increase monotonically throughout execution, possibly exceeding system limits on virtual memory size. The three main methods are mark-sweep garbage collection, reference counting and copying garbage collection. See also the AI koan about garbage collection.
  • 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)
  • gastroenterologist — the study of the structure, functions, and diseases of digestive organs.
  • general confession — a prayer confessing sins
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?