0%

18-letter words containing a, s, t, o, r

  • cultural sociology — the study of the origins and development of societal institutions, norms, and practices.
  • cumbrian mountains — a mountain range in NW England, in Cumbria. Highest peak: Scafell Pike, 977 m (3206 ft)
  • 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.
  • curvature of space — (in relativity) a property of space near massive bodies in which their gravitational field causes light to travel along curved paths.
  • customer relations — Customer relations are the relationships that a business has with its customers and the way in which it treats them.
  • 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.
  • defense calculator — IBM 701
  • 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.
  • depository library — a library designated by law to receive without charge all or a selection of the official publications of a government.
  • dia de los muertos — Day of the Dead.
  • diastereoisomerism — (chemistry) Any form of stereoisomerism other than enantiomerism.
  • diatomaceous earth — an unconsolidated form of diatomite
  • 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.
  • diplomatic service — diplomatic corps
  • directional signal — any of four signal lights on the front left, front right, rear left, and rear right of an automotive vehicle that, when actuated by the driver, flash in pairs on the side toward which a turn is to be made.
  • display postscript — An extended form of PostScript permitting its interactive use with bitmap displays.
  • disproportionality — not in proportion; disproportionate.
  • disproportionately — not proportionate; out of proportion, as in size or number.
  • disproportionation — the simultaneous oxidation and reduction of a substance reacting with itself, thereby forming two dissimilar molecules, as 2C 2 H 4 →C 2 H 6 +C 2 H 2 .
  • distribution class — form class
  • distribution ratio — the ratio of concentrations of a solute distributed between two immiscible solvents in contact with each other, as iodine in water and chloroform
  • divine inspiration — insight provided by higher power
  • 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.
  • donor insemination — a process which involves using sperm which has been voluntarily given for use in the insemination of another person
  • drainpipe trousers — trousers with very narrow legs
  • driver's education — high-school driving classes
  • dwarf storage unit — (humour)   (DSU) An IBM term for a cupboard.
  • eastern algonquian — a subgroup of the Algonquian language family, comprising the languages spoken aboriginally from Nova Scotia to northeastern North Carolina.
  • 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.
  • eleanor of castile — 1246–90, Spanish wife of Edward I of England. Eleanor Crosses were erected at each place at which her body rested between Nottingham, where she died, and London, where she is buried
  • electoral district — an area that is considered as unit for the purposes of an election
  • electoral register — An electoral register is an official list of all the people who have the right to vote in an election.
  • electrocardiograms — Plural form of electrocardiogram.
  • electrodesiccation — The drying of tissue, and the prevention of bleeding, using a high-frequency electric current.
  • electron transport — the metabolic process in mitochondria or chloroplasts, in which electrons are transferred in stages from energy-rich compounds to molecular oxygen with liberation of energy
  • electroretinograms — Plural form of electroretinogram.
  • electrostatic lens — an electron lens consisting of a system of metal electrodes, the electrostatic field of which focuses the charged particles
  • electrostatic unit — any unit that belongs to a system of electrical cgs units in which the electric constant is given the value of unity and is taken as a pure number
  • engelbart, douglas — Douglas Engelbart
  • equinoctial spring — either of the two highest spring tides that occur at the equinoxes
  • eraser stains code — (humour, programming)   Code that has been refactored many times, leaving swaths of legacy code and design; like paper that has been written on and erased so many times that the pencil marks are no longer the problem - the large greasy stain is.
  • 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).
  • evapotranspiration — The process by which water is transferred from the land to the atmosphere by evaporation from the soil and other surfaces and by transpiration from plants.
  • evolution strategy — (ES) A kind of evolutionary algorithm where individuals (potential solutions) are encoded by a set of real-valued "object variables" (the individual's "genome"). For each object variable an individual also has a "strategy variable" which determines the degree of mutation to be applied to the corresponding object variable. The strategy variables also mutate, allowing the rate of mutation of the object variables to vary. An ES is characterised by the population size, the number of offspring produced in each generation and whether the new population is selected from parents and offspring or only from the offspring. ES were invented in 1963 by Ingo Rechenberg, Hans-Paul Schwefel at the Technical University of Berlin (TUB) while searching for the optimal shapes of bodies in a flow.
  • examination script — a script with answers written on it by an examination candidate taking a written examination
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?