0%

18-letter words containing a, s, t, o, m, l

  • diplomatic service — diplomatic corps
  • diplomatic shuttle — a series of diplomatic visits to other states made by an official, such as an ambassador or envoy
  • division algorithm — the theorem that an integer can be written as the sum of the product of two integers, one a given positive integer, added to a positive integer smaller than the given positive integer. Compare Euclidean algorithm.
  • domestic appliance — a machine used for household tasks, for example, a washing machine, refrigerator, etc.
  • eastern meadowlark — any of several American songbirds of the genus Sturnella, of the family Icteridae, especially S. magna (eastern meadowlark) and S. neglecta (western meadowlark) having a brownish and black back and wings and a yellow breast, noted for their clear, tuneful song.
  • electrocardiograms — Plural form of electrocardiogram.
  • electroretinograms — Plural form of electroretinogram.
  • ethnomusicological — Relating to or pertaining to ethnomusicology.
  • 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).
  • false imprisonment — the unlawful restraint of a person from exercising the right to freedom of movement.
  • 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).
  • 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.
  • flame-of-the-woods — an Indian evergreen shrub, Ixora coccinea, of the madder family, having red, tubular flowers in dense clusters.
  • flotsam and jetsam — the part of the wreckage of a ship and its cargo found floating on the water. Compare jetsam, lagan.
  • from first to last — all the way through
  • 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.
  • gravitational mass — the mass of a body as measured by its gravitational attraction for other bodies.
  • grease the palm of — to influence by giving money to; bribe
  • hamilton's problem — Hamiltonian problem
  • hepatosplenomegaly — Enlargement of both the liver and spleen.
  • histocompatibility — the condition of having antigenic similarities such that cells or tissues transplanted from one (the donor) to another (the recipient) are not rejected.
  • histomorphological — histology.
  • homelands movement — the programme to resettle native Australians on their tribal lands
  • hyperaldosteronism — aldosteronism.
  • hypercholesteremia — Alternative spelling of hypercholesteraemia.
  • immunohistological — the microscopic study of tissues with the aid of antibodies that bind to tissue components and reveal their presence.
  • imploded consonant — a consonant which is pronounced with or by implosion
  • in terrorem clause — a clause in a will stating that a beneficiary who contests the will shall lose his or her legacy.
  • incommensurability — not commensurable; having no common basis, measure, or standard of comparison.
  • industrial diamond — a small often synthetic diamond, valueless as a gemstone, used in cutting tools, abrasives, etc
  • information island — (jargon)   A body of information (i.e. electronic files) that needs to be shared but has no network connection.
  • initial commission — Initial commission is commission that is paid to someone who sells or recommends a financial product for the first time.
  • instruction manual — how-to, usage guide
  • involuntary muscle — muscle: contracts involuntarily
  • isoamyl salicylate — a colorless, sometimes slightly yellow, synthetic oil, C 12 H 16 O 3 , having an orchidlike odor: used in perfumery.
  • isothermal process — a process that takes place without change in temperature.
  • italian somaliland — a former Italian colony and trust territory in E Africa: now part of the Democratic Somali Republic.
  • james-lange theory — a theory that emotions are caused by bodily sensations; for example, we are sad because we weep
  • king-of-the-salmon — a ribbonfish, Trachypterus altivelis, of northern parts of the Pacific Ocean.
  • lagrange's theorem — the theorem that the order of each subgroup of a finite group is a factor of the order of the group.
  • lambda abstraction — A term in lambda-calculus denoting a function. A lambda abstraction begins with a lower-case lambda (represented as "\" in this document), followed by a variable name (the "bound variable"), a full stop and a lambda expression (the body). The body is taken to extend as far to the right as possible so, for example an expression, \ x . \ y . x+y is read as \ x . (\ y . x+y). A nested abstraction such as this is often abbreviated to: \ x y . x + y The lambda expression (\ v . E) denotes a function which takes an argument and returns the term E with all free occurrences of v replaced by the actual argument. Application is represented by juxtaposition so (\ x . x) 42 represents the identity function applied to the constant 42. A lambda abstraction in Lisp is written as the symbol lambda, a list of zero or more variable names and a list of zero or more terms, e.g. (lambda (x y) (plus x y)) Lambda expressions in Haskell are written as a backslash, "\", one or more patterns (e.g. variable names), "->" and an expression, e.g. \ x -> x.
  • law of mass action — the statement that the rate of a chemical reaction is proportional to the concentrations of the reacting substances.
  • limestone pavement — a horizontal surface of exposed limestone in which the joints have been enlarged, cutting the surface into roughly rectangular blocks
  • literae humaniores — (at Oxford University) the faculty concerned with Greek and Latin literature, ancient history, and philosophy; classics
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?