0%

18-letter words containing m, i, s, e, l, t

  • dimethyl sulfoxide — DMSO.
  • dimethylsulphoxide — a colourless odourless liquid substance used as a solvent and in medicine as an agent to improve the penetration of drugs applied to the skin. Formula: (CH3)2SO
  • diplomatic service — diplomatic corps
  • diplomatic shuttle — a series of diplomatic visits to other states made by an official, such as an ambassador or envoy
  • domestic appliance — a machine used for household tasks, for example, a washing machine, refrigerator, etc.
  • electrocardiograms — Plural form of electrocardiogram.
  • electroluminescent — Having the quality of electroluminescence.
  • electroretinograms — Plural form of electroretinogram.
  • 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
  • entrepreneurialism — The spirit or state of acting in an entrepreneurial manner.
  • 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
  • ethnomethodologist — A person engaged in ethnomethodology.
  • 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.
  • family-size packet — a packet large enough to be suitable for a family
  • 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.
  • 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
  • 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.
  • germline insertion — the insertion of cloned genes into the egg or sperm cell of an organism, using a gene transfer technique, in order to perpetuate a desired trait in its descendants, as pest-resistance in a crop plant.
  • glomerulonephritis — a kidney disease affecting the capillaries of the glomeruli, characterized by albuminuria, edema, and hypertension.
  • going to jerusalem — musical chairs.
  • grist for the mill — If you say that something is grist for the mill, you mean that it is useful for a particular purpose or helps support someone's point of view.
  • hamilton's problem — Hamiltonian problem
  • home of the hirsel — Baron, title of Sir Alec Douglas-Home, formerly 14th Earl of Home. 1903–95, British Conservative statesman: he renounced his earldom to become prime minister of Great Britain and Northern Ireland (1963–64); foreign secretary (1970–74)
  • hyperaldosteronism — aldosteronism.
  • hypercholesteremia — Alternative spelling of hypercholesteraemia.
  • 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.
  • incidental damages — law: incurred by contract breach
  • incommensurability — not commensurable; having no common basis, measure, or standard of comparison.
  • instrument landing — an aircraft landing accomplished by use of gauges on the instrument panel and ground-based radio equipment, with limited reference to outside visual signals.
  • investment analyst — a specialist in forecasting the prices of stocks and shares
  • 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.
  • king-of-the-salmon — a ribbonfish, Trachypterus altivelis, of northern parts of the Pacific Ocean.
  • light displacement — the weight of a ship with all its permanent equipment, excluding the weight of cargo, persons, ballast, dunnage, and fuel, but usually including the weight of permanent ballast and water used to operate steam machinery.
  • limestone pavement — a horizontal surface of exposed limestone in which the joints have been enlarged, cutting the surface into roughly rectangular blocks
  • limit-state design — a design criterion specifying that with acceptable probabilities a structure will not reach a limit state in which it either is unfit for the use for which it was designed (unavailability limit state) or fails (ultimate limit state)
  • list comprehension — (functional programming)   An expression in a functional language denoting the results of some operation on (selected) elements of one or more lists. An example in Haskell: This returns all pairs of numbers (x,y) where x and y are elements of the list 1, 2, ..., 10, y <= x and their sum is less than 10. A list comprehension is simply "syntactic sugar" for a combination of applications of the functions, concat, map and filter. For instance the above example could be written: The term "list comprehension" appears in the references below. The earliest reference to the notation is in Rod Burstall and John Darlington's description of their language, NPL. David Turner subsequently adopted this notation in his languages SASL, KRC and Miranda, where he has called them "ZF expressions", set abstractions and list abstractions (in his 1985 FPCA paper [Miranda: A Non-Strict Functional Language with Polymorphic Types]).
  • literae humaniores — (at Oxford University) the faculty concerned with Greek and Latin literature, ancient history, and philosophy; classics
  • literal-mindedness — the quality or state of tending to take words in their literal sense
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?