0%

18-letter words containing s, h, m

  • come home to roost — If bad or wrong things that someone has done in the past have come home to roost, or if their chickens have come home to roost, they are now experiencing the unpleasant effects of these actions.
  • come to grips with — If you come to grips with a problem, you consider it seriously, and start taking action to deal with it.
  • come to terms with — If you come to terms with something difficult or unpleasant, you learn to accept and deal with it.
  • common-law husband — a man considered to be a woman's husband after the couple have cohabited for several years
  • commonwealth games — an event held every four years in which sportspeople from the countries of the Commonwealth compete
  • community hospital — (in the US) a local hospital
  • comparison shopper — an employee of a retail store hired to visit competing stores in order to gather information regarding styles, quality, prices, etc., of merchandise offered by competitors.
  • comprehensibleness — The quality of being comprehensible; comprehensibility.
  • considered harmful — (programming, humour)   A type of phrase based on the title of Edsger W. Dijkstra's famous note in the March 1968 Communications of the ACM, "Goto Statement Considered Harmful", which fired the first salvo in the structured programming wars. Amusingly, the ACM considered the resulting acrimony sufficiently harmful that it will (by policy) no longer print articles taking so assertive a position against a coding practice. In the ensuing decades, a large number of both serious papers and parodies bore titles of the form "X considered Y". The structured-programming wars eventually blew over with the realisation that both sides were wrong, but use of such titles has remained as a persistent minor in-joke.
  • cot death syndrome — the unexplained sudden death of an infant during sleep
  • crystal microphone — a microphone that uses a piezoelectric crystal to convert sound energy into electrical energy
  • cushing's syndrome — a medical condition characterized by obesity, hypertension, excessive hair growth, etc., caused by an overactive adrenal gland or large doses of corticosteroids
  • deanthropomorphism — the ridding of philosophy or religion of anthropomorphic beliefs and doctrines.
  • deep-sea fisherman — a person who takes part in deep-sea fishing
  • demorgan's theorem — (logic)   A logical theorem which states that the complement of a conjunction is the disjunction of the complements or vice versa. In symbols: not (x and y) = (not x) or (not y) not (x or y) = (not x) and (not y) E.g. if it is not the case that I am tall and thin then I am either short or fat (or both). The theorem can be extended to combinations of more than two terms in the obvious way. The same laws also apply to sets, replacing logical complement with set complement, conjunction ("and") with set intersection, and disjunction ("or") with set union. A (C) programmer might use this to re-write if (!foo && !bar) ... as if (!(foo || bar)) ... thus saving one operator application (though an optimising compiler should do the same, leaving the programmer free to use whichever form seemed clearest).
  • destruct mechanism — a mechanism that causes the destruction of a rocket or missile when activated
  • diatomaceous earth — an unconsolidated form of diatomite
  • digital humanities — (used with a singular verb) the study of literature, philosophy, etc., as facilitated by computer technology or digital media: Digital humanities uses data analysis to find patterns in large bodies of text. the set of methodologies used in such scholarship.
  • 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 shuttle — a series of diplomatic visits to other states made by an official, such as an ambassador or envoy
  • disenfranchisement — to disfranchise.
  • disodium phosphate — sodium phosphate (def 2).
  • dispatch documents — documents sent with a parcel, etc, detailing information such as contents, delivery address, etc
  • dispensing chemist — a shop where drugs and medicines are sold or given out
  • 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.
  • dr. james h. clark — (person)   The founder of Silicon Graphics, Inc. and co-founder of Netscape Communications Corporation.
  • dynamic psychology — any system of psychology that emphasizes the interaction between different motives, emotions, and drives
  • dysthymic disorder — a psychiatric disorder characterized by generalized depression that lasts for at least a year
  • eastern hemisphere — the eastern part of the terrestrial globe, including Asia, Africa, Australia, and Europe.
  • emmenthal (cheese) — a hard, pale-yellow Swiss cheese with a mild flavor and large holes
  • 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).
  • feldenkrais method — a system of gentle movements that promote flexibility, coordination, and self-awareness
  • flame-of-the-woods — an Indian evergreen shrub, Ixora coccinea, of the madder family, having red, tubular flowers in dense clusters.
  • forensic chemistry — the application of facts concerning chemistry to questions of civil and criminal law.
  • from the housetops — publicly and widely
  • fu manchu mustache — a mustache whose ends droop to the chin.
  • gas chromatography — a chromatograph used for the separation of volatile substances.
  • genetic algorithms — genetic algorithm
  • glomerulonephritis — a kidney disease affecting the capillaries of the glomeruli, characterized by albuminuria, edema, and hypertension.
  • go with the stream — to conform to the accepted standards
  • government housing — housing owned and managed by the federal or state government, which is rented out to tenants, esp as a form of affordable housing
  • grease the palm of — to influence by giving money to; bribe
  • greater manchester — a metropolitan county in central England, with the city of Manchester as its center. 498 sq. mi. (1290 sq. km).
  • greenhouse warming — the increase in the mean temperature of the earth attributed to the greenhouse effect
  • 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.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?