0%

18-letter words containing s, h, o, r

  • 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.
  • congregate housing — a type of housing in which each individual or family has a private bedroom or living quarters but shares with other residents a common dining room, recreational room, or other facilities.
  • connected subgraph — (mathematics)   A connected graph consisting of a subset of the nodes and edges of some other graph.
  • 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.
  • conversation chair — an English chair of the 18th century designed to be straddled facing the back of the chair with the elbows resting on the crest rail: an English imitation of the voyeuse.
  • cordless telephone — a portable battery-powered telephone with a short-range radio link to a fixed base unit
  • cornucopian thesis — the belief that, as long as science and technology continue to advance, growth can continue for ever because these new advances create new resources
  • corpus christi bay — a bay in S Texas, at the mouth of the Nueces River.
  • corpuscular theory — the theory, originally proposed by Newton, and revived with the development of the quantum theory, that light consists of a stream of particles
  • cot death syndrome — the unexplained sudden death of an infant during sleep
  • counter-hypothesis — a proposition, or set of propositions, set forth as an explanation for the occurrence of some specified group of phenomena, either asserted merely as a provisional conjecture to guide investigation (working hypothesis) or accepted as highly probable in the light of established facts.
  • cranial osteopathy — osteopathy that focuses on the cranium and the spine
  • craniorachischisis — Lb pathology A defect of the neural tube in which both the brain and spinal cord are left open.
  • creatine phosphate — phosphocreatine.
  • 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
  • cytoarchitectonics — Cytoarchitecture.
  • deanthropomorphism — the ridding of philosophy or religion of anthropomorphic beliefs and doctrines.
  • dechristianization — The act of dechristianizing; the systematic removal of Christianity or Christian elements.
  • 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).
  • dendrochronologist — One who carries out dendrochronology.
  • diatomaceous earth — an unconsolidated form of diatomite
  • diethylstilbestrol — a nonsteroidal synthetic estrogen, C 18 H 20 O 2 , used in medicine chiefly in the treatment of menopausal symptoms and in animal feeds for chemical caponization: formerly used during pregnancy for the prevention of miscarriage but discontinued owing to its association with an increased risk of vaginal and cervical cancers in women having had fetal exposure. Abbreviation: DES.
  • digital switchover — the process of changing the method of transmitting television from analogue to digital format
  • dihydrotachysterol — a white, crystalline, water-insoluble sterol, C 28 H 46 O, derived from ergosterol: used chiefly in the treatment of hypoparathyroidism.
  • diphosphoglycerate — an ester of phosphoric acid and glyceric acid that occurs in the blood and that promotes the release of hemoglobin-bound oxygen.
  • 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.
  • duchenne dystrophy — the most common form of muscular dystrophy, usually affecting only boys
  • duty-free shopping — the making of duty-free purchases
  • dysthymic disorder — a psychiatric disorder characterized by generalized depression that lasts for at least a year
  • eggshell porcelain — a type of very thin translucent porcelain originally made in China
  • 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).
  • feast of orthodoxy — a solemn festival held on the first Sunday of Lent (Orthodoxy Sunday) commemorating the restoration of the use of icons in the church (a.d. 842) and the triumph over all heresies.
  • feather one's nest — one of the horny structures forming the principal covering of birds, consisting typically of a hard, tubular portion attached to the body and tapering into a thinner, stemlike portion bearing a series of slender, barbed processes that interlock to form a flat structure on each side.
  • feldenkrais method — a system of gentle movements that promote flexibility, coordination, and self-awareness
  • fischer von erlach — Johann Bernhard [yaw-hahn bern-hahrt] /ˈyɔ hɑn ˈbɛrn hɑrt/ (Show IPA), 1656–1723, Austrian architect.
  • flowers of sulphur — minute crystals of sulphur obtained by condensing sulphur vapour on a cold surface
  • for heaven's sake! — a mild exclamation of surprise, annoyance, etc.
  • for the rest of us — (abuse)   (From the Macintosh slogan "The computer for the rest of us") 1. Used to describe a spiffy product whose affordability shames other comparable products, or (more often) used sarcastically to describe spiffy but very overpriced products. 2. Describes a program with a limited interface, deliberately limited capabilities, non-orthogonality, inability to compose primitives, or any other limitation designed to not "confuse" a naïve user. This places an upper bound on how far that user can go before the program begins to get in the way of the task instead of helping accomplish it. Used in reference to Macintosh software which doesn't provide obvious capabilities because it is thought that the poor luser might not be able to handle them. Becomes "the rest of *them*" when used in third-party reference; thus, "Yes, it is an attractive program, but it's designed for The Rest Of Them" means a program that superficially looks neat but has no depth beyond the surface flash. See also point-and-drool interface, user-friendly.
  • forensic chemistry — the application of facts concerning chemistry to questions of civil and criminal law.
  • forethoughtfulness — The condition of being forethoughtful.
  • fracture toughness — The fracture toughness of a material is how likely it is to resist fracture.
  • from the housetops — publicly and widely
  • front of the house — façade of residential building, house front
  • gas chromatography — a chromatograph used for the separation of volatile substances.
  • genetic algorithms — genetic algorithm
  • get one's irish up — of, relating to, or characteristic of Ireland, its inhabitants, or their language.
  • glomerulonephritis — a kidney disease affecting the capillaries of the glomeruli, characterized by albuminuria, edema, and hypertension.
  • go down in history — If someone or something goes down in history, people in the future remember them because of particular actions that they have done or because of particular events that have happened.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?