0%

18-letter words containing d, o, r, m, e

  • common denominator — In mathematics, a common denominator is a number which can be divided exactly by all the denominators in a group of fractions.
  • comparative method — a body of procedures and criteria used by linguists to determine whether and how two or more languages are related and to reconstruct forms of their hypothetical parent language.
  • 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
  • computer-generated — produced by a computer program
  • 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
  • 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
  • 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
  • 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
  • deanthropomorphism — the ridding of philosophy or religion of anthropomorphic beliefs and doctrines.
  • decompartmentalize — to remove excessive compartmentalization from (an organization)
  • degrees of freedom — the number of independent variables entering into a statistical measure or frequency distribution
  • demilitarized zone — an area from which military presence or function has been removed
  • democratic deficit — any situation in which there is believed to be a lack of democratic accountability and control over the decision-making process
  • 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.
  • departure platform — a raised area at a railway station from which passengers can board trains prior to their departing
  • 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
  • determinate growth — growth of a plant stem that is terminated early by the formation of a bud
  • development period — a length of time during which a company grows
  • dia de los muertos — Day of the Dead.
  • diaminofluorescein — (organic compound) A fluorescein into which two amino groups have been substituted.
  • diamondback turtle — any edible North American terrapin of the genus Malaclemys, esp M. terrapin, occurring in brackish and tidal waters and having diamond-shaped markings on the shell: family Emydidae
  • diastereoisomerism — (chemistry) Any form of stereoisomerism other than enantiomerism.
  • diatomaceous earth — an unconsolidated form of diatomite
  • diplomatic service — diplomatic corps
  • direct examination — the first interrogation of a witness by the side that has called that witness.
  • 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.
  • domain engineering — (systems analysis)   1. The development and evolution of domain specific knowledge and artifacts to support the development and evolution of systems in the domain. Domain engineering includes engineering of domain models, components, methods and tools and may also include asset management. 2. The engineering process of analysing and modelling a domain, designing and modelling a generic solution architecture for a product line within that domain, implementing and using reusable components of that architecture and maintaining and evolving the domain, architecture and implementation models. 3. A reuse-based approach to defining the scope (domain definition), specifying the structure (domain architecture) and building the Assets (requirements, designs, software code, documentation) for a class of systems, subsystems or applications. Domain engineering can include domain definition, domain analysis, developing the domain architecture domain implementation.
  • domain name server — (spelling)   Domain Name System.
  • dominican republic — a republic in the West Indies, occupying the E part of the island of Hispaniola. 19,129 sq. mi. (49,545 sq. km). Capital: Santo Domingo.
  • domremy-la-pucelle — a village in Lorraine, NE France, SW of Nancy: birthplace of Joan of Arc.
  • don't get me wrong — You say 'Don't get me wrong' when you want to make sure that someone does not get an incorrect idea about what you are doing or saying, or about why you are doing or saying it.
  • donor insemination — a process which involves using sperm which has been voluntarily given for use in the insemination of another person
  • dot matrix printer — (hardware, printer)   A kind of printer with a vertical column of up to 48 small closely packed needles or "pins" each of which can be individually forced forward to press an ink ribbon against the paper. The print head is repeatedly scanned across the page and different combinations of needles activated at each point. Dot matrix printers are noisy compared to non-impact printers.
  • dot-matrix printer — device: prints using matrix dots
  • dramatic monologue — a poetic form in which a single character, addressing a silent auditor at a critical moment, reveals himself or herself and the dramatic situation.
  • 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.
  • 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.
  • economic indicator — business statistic
  • electrocardiograms — Plural form of electrocardiogram.
  • electrodynamometer — An instrument that measures electric current by indicating the strength of repulsion or attraction between the magnetic fields of two sets of coils, one fixed and one movable.
  • endowment mortgage — an arrangement whereby a person takes out a mortgage and pays the capital repayment instalments into a life assurance policy and only the interest to the mortgagee during the term of the policy. The loan is repaid by the policy either when it matures or on the prior death of the policyholder
  • 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).
  • federal government — pertaining to or of the nature of a union of states under a central government distinct from the individual governments of the separate states, as in federal government; federal system.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?