0%

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

  • 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.
  • composition rubber — manufactured rubber
  • composition series — a normal series of subgroups in which no additional subgroups can be inserted.
  • compression stroke — The compression stroke is the stroke in an engine in which the air or air/fuel mixture is compressed before ignition.
  • 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.
  • computer scientist — a person with advanced knowledge of computers and how they work
  • conceptual realism — the doctrine that universals have real and independent existence.
  • consolato del mare — a code of maritime law compiled in the Middle Ages: it drew upon ancient law and has influenced modern law.
  • consumer terrorism — the practice of introducing dangerous substances to foodstuffs or other consumer products, esp to extort money from the manufacturers
  • contact dermatitis — dermatitis caused by direct contact with an irritating substance, as an allergen or chemical
  • 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
  • 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.
  • diastereoisomerism — (chemistry) Any form of stereoisomerism other than enantiomerism.
  • diatomaceous earth — an unconsolidated form of diatomite
  • diplomatic service — diplomatic corps
  • distributed memory — (architecture)   The kind of memory in a parallel processor where each processor has fast access to its own local memory and where to access another processor's memory it must send a message via the inter-processor network. Opposite: shared memory.
  • donor insemination — a process which involves using sperm which has been voluntarily given for use in the insemination of another person
  • dysthymic disorder — a psychiatric disorder characterized by generalized depression that lasts for at least a year
  • 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.
  • ecosystem services — the important benefits for human beings that arise from healthily functioning ecosystems, notably production of oxygen, soil genesis, and water detoxification
  • 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
  • energy consumption — amount of energy used
  • 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
  • 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.
  • foreign investment — investment from foreign countries
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?