0%

18-letter words containing r, e, a, m, o, s

  • combination square — an adjustable device for carpenters, used as a try square, miter square, level, etc.
  • combustion chamber — an enclosed space in which combustion takes place, such as the space above the piston in the cylinder head of an internal-combustion engine or the chambers in a gas turbine or rocket engine in which fuel and oxidant burn
  • combustion furnace — a furnace used in the laboratory to carry out elemental analysis of organic compounds
  • common user access — (programming)   (CUA) The user interface standard of SAA.
  • 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.
  • compensation award — an amount of money awarded as compensation in a court case
  • compensation order — (in Britain) the requirement of a court that an offender pay compensation for injury, loss, or damage resulting from an offence, either in preference to or as well as a fine
  • complementarianism — The doctrine that genders in a society should have complementary roles.
  • complementary base — either of the nucleotide bases linked by a hydrogen bond on opposite strands of DNA or double-stranded RNA: guanine is the complementary base of cytosine, and adenine is the complementary base of thymine in DNA and of uracil in RNA.
  • complexity measure — (algorithm)   A quantity describing the complexity of a computation.
  • compressor program — a computer program that compresses data
  • compressor station — A compressor station is a facility with several compressors (= devices that increase the pressure of air or natural gas) and other equipment to pump natural gas under pressure over long distances.
  • conceptual realism — the doctrine that universals have real and independent existence.
  • 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.
  • consolato del mare — a code of maritime law compiled in the Middle Ages: it drew upon ancient law and has influenced modern law.
  • contact dermatitis — dermatitis caused by direct contact with an irritating substance, as an allergen or chemical
  • cool as a cucumber — very calm; self-possessed
  • costume department — the department in a theatre or television company that is responsible for actors' costumes
  • cot death syndrome — the unexplained sudden death of an infant during sleep
  • counterculturalism — The counterculture movement or lifestyle.
  • court of st. james — the British royal court
  • creme de framboise — a liqueur flavored with raspberries.
  • crookes radiometer — a type of radiometer consisting of an evacuated glass bulb containing a set of lightweight vanes, each blackened on one side. The vanes are mounted on a vertical axis and revolve when light, or other radiant energy, falls on them
  • crystal microphone — a microphone that uses a piezoelectric crystal to convert sound energy into electrical energy
  • cumulative scoring — a method of scoring in which the score of a partnership is taken as the sum of their scores on all hands played.
  • customer relations — Customer relations are the relationships that a business has with its customers and the way in which it treats them.
  • deanthropomorphism — the ridding of philosophy or religion of anthropomorphic beliefs and doctrines.
  • 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).
  • departmental store — a department store.
  • dia de los muertos — Day of the Dead.
  • diaminofluorescein — (organic compound) A fluorescein into which two amino groups have been substituted.
  • diastereoisomerism — (chemistry) Any form of stereoisomerism other than enantiomerism.
  • diatomaceous earth — an unconsolidated form of diatomite
  • diplomatic service — diplomatic corps
  • domain name server — (spelling)   Domain Name System.
  • donor insemination — a process which involves using sperm which has been voluntarily given for use in the insemination of another person
  • 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.
  • 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).
  • examination script — a script with answers written on it by an examination candidate taking a written examination
  • exercise programme — a programme detailing a range of physical exercises and the amount of time each exercise should be performed, used especially in gymnasiums, where they are typically tailored to individuals' needs
  • extemporaneousness — The degree or property of being extemporaneous.
  • 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).
  • fire and brimstone — When people talk about fire and brimstone, they are referring to hell and how they think people are punished there after death.
  • fire-and-brimstone — threatening punishment in the hereafter: a fire-and-brimstone sermon.
  • first and foremost — primarily
  • 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.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?