0%

18-letter words containing a, h, m

  • 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.
  • 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
  • cunninghame graham — R(obert) B(ontine). 1852–1936, Scottish traveller, writer, and politician, noted for his essays and short stories: first president (1928) of the Scottish Nationalist Party
  • 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).
  • dermot macmurrough — ?1110–71, king of Leinster, who, by enlisting the support of the English to win back his kingdom, was responsible for the English conquest of Ireland
  • destruct mechanism — a mechanism that causes the destruction of a rocket or missile when activated
  • determinate growth — growth of a plant stem that is terminated early by the formation of a bud
  • 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.
  • dimethyltryptamine — a hallucinogenic drug, C 12 H 16 N 2 , with an action of short duration. Abbreviation: DMT.
  • 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
  • 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.
  • double achievement — a representation of the arms of a husband beside those of his wife such that a difference of rank between them is shown.
  • dr. james h. clark — (person)   The founder of Silicon Graphics, Inc. and co-founder of Netscape Communications Corporation.
  • drug on the market — Pharmacology. a chemical substance used in the treatment, cure, prevention, or diagnosis of disease or used to otherwise enhance physical or mental well-being.
  • dynamic psychology — any system of psychology that emphasizes the interaction between different motives, emotions, and drives
  • eastern hemisphere — the eastern part of the terrestrial globe, including Asia, Africa, Australia, and Europe.
  • economic geography — a branch of geography that deals with the relation of physical and economic conditions to the production and utilization of raw materials and their manufacture into finished products.
  • elementary teacher — a teacher in an elementary school
  • 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
  • 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).
  • exchange programme — an arrangement in which people from different countries visit each other's country, perhaps to strengthen links between them or to improve foreign language skills
  • executive chairman — the most senior internal position within a company, combining the duties of chairman and chief executive
  • 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.
  • farm the long acre — to graze cows on the verge of a road
  • farmer in the dell — a game, accompanied by a song with several verses, in which one person, designated as the farmer, occupies the center of a circle of persons and is joined in the circle by other players designated as wife, child, nurse, cat, rat, and cheese, these then leaving the circle in order except for the one designated as cheese, who is left standing alone in the circle at the end.
  • feldenkrais method — a system of gentle movements that promote flexibility, coordination, and self-awareness
  • fifth monarchy men — (during the Commonwealth in the 17th century) a militant sect of Puritans who identified the fifth monarchy with the millennial reign of Christ and who believed they should help to inaugurate that reign by force.
  • flame-of-the-woods — an Indian evergreen shrub, Ixora coccinea, of the madder family, having red, tubular flowers in dense clusters.
  • fourth commandment — “Remember the sabbath day, to keep it holy”: fourth of the Ten Commandments.
  • fourth normal form — database normalisation
  • from hand to mouth — the terminal, prehensile part of the upper limb in humans and other primates, consisting of the wrist, metacarpal area, fingers, and thumb.
  • 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
  • giant peacock moth — the largest European moth, an emperor, Saturnia pyri, reaching 15 cm (6 in.) in wingspan. It is mottled brown with a prominent ocellus on each wing and being night-flying can be mistaken for a bat
  • give the game away — to reveal one's intentions or a secret
  • go back to the mat — to abandon urban civilization
  • go to the bathroom — use the toilet
  • go with the stream — to conform to the accepted standards
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?