0%

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

  • 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
  • elizabethan sonnet — Shakespearean sonnet
  • enantioselectivity — (chemistry) The selectivity of a reaction towards one of a pair of enantiomers.
  • entrepreneurialism — The spirit or state of acting in an entrepreneurial manner.
  • equinoctial spring — either of the two highest spring tides that occur at the equinoxes
  • established church — a Church that is officially recognized as a national institution, esp the Church of England
  • establishmentarian — Adhering to, advocating, or relating to the principle of an established church.
  • ethical investment — an investment in a company whose activities or products are not considered by the investor to be unethical
  • ethnomusicological — Relating to or pertaining to ethnomusicology.
  • ethnopsychological — Relating to ethnopsychology.
  • 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.
  • 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.
  • galilean satellite — any of the four large satellites of the planet Jupiter – Io, Europa, Ganymede, or Callisto – discovered in 1610 by Galileo
  • galilean telescope — a refracting telescope that forms an erect image, consisting of an objective of relatively long focal length that causes light rays to converge and an eyepiece of short focal length that causes them to diverge.
  • 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 anesthesia — induced unconsciousness
  • general san martin — a city in E Argentina, a suburb of Buenos Aires.
  • genetic algorithms — genetic algorithm
  • geometrical optics — the branch of optics dealing with light as rays, especially in the study of the effects of lenses and mirrors on light beams and of their combination in optical instruments.
  • going to jerusalem — musical chairs.
  • good samaritan law — a law that exempts from legal liability persons, sometimes only physicians, who give reasonable aid to strangers in grave physical distress.
  • goya (y lucientes) — Fran‧ˈcis‧co Jo‧ˈsé‧ de (fʀɑnˈθiskɔhɔˈsɛ ðɛ) ; fränt hēsˈk^ōh^ōseˈ the) 1746-1828; Sp. painter
  • granulation tissue — tissue formed in ulcers and in early wound healing and repair, composed largely of newly growing capillaries and so called from its irregular surface in open wounds; proud flesh.
  • gravitational lens — a heavy, dense body, as a galaxy, that lies along our line of sight to a more distant object, as a quasar, and whose gravitational field refracts the light of that object, splitting it into multiple images as seen from the earth.
  • gravitational mass — the mass of a body as measured by its gravitational attraction for other bodies.
  • gulf saint vincent — a shallow inlet of SE South Australia, to the east of the Yorke Peninsula: salt industry
  • gulliver's travels — a social and political satire (1726) by Jonathan Swift, narrating the voyages of Lemuel Gulliver to four imaginary regions: Lilliput, Brobdingnag, Laputa, and the land of the Houyhnhnms.
  • hamilton's problem — Hamiltonian problem
  • hawksbill (turtle) — a medium-sized marine turtle (Eretmochelys imbricata, family Cheloniidae) having a hawklike beak and a horny shell from which tortoise shell is obtained
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?