0%

18-letter words containing t, o, d

  • cultural diffusion — act of diffusing; state of being diffused.
  • curvature of field — a monochromatic aberration of a lens or other optical system in which the focal surface is curved, the refracted image of an object oriented perpendicular to the axis of the lens lying on a curved surface rather than in a plane perpendicular to the axis.
  • custodial sentence — a sentence given by a court that involves a term of imprisonment
  • customs and excise — Customs and Excise is a British government department which is responsible for collecting taxes on imported and exported goods. Compare Customs Service.
  • cut-and-waste code — (humour, programming)   Code that someone found online (e.g. in a blog) and copied and pasted into a product. The result is usually a lot of wasted time trying to track down obscure bugs from code that may have made sense in the original context but not in the new one. Also known as blog-driven development.
  • cycle of indiction — indiction (def 3).
  • cycle-of-indiction — a proclamation made every 15 years in the later Roman Empire, fixing the valuation of property to be used as a basis for taxation.
  • data communication — electronic transmission of information that has been encoded for storage and processing by computers.
  • data flow analysis — (programming)   A process to discover the dependencies between different data items manipulated by a program. The order of execution in a data driven language is determined solely by the data dependencies. For example, given the equations 1. X = A + B 2. B = 2 + 2 3. A = 3 + 4 a data-flow analysis would find that 2 and 3 must be evaluated before 1. Since there are no data dependencies between 2 and 3, they may be evaluated in any order, including in parallel. This technique is implemented in hardware in some pipelined processors with multiple functional units. It allows instructions to be executed as soon as their inputs are available, independent of the original program order.
  • daytime television — television broadcasts that are shown during the daytime rather than in the evening
  • de bruijn notation — (language)   A variation of lambda notation for specifying functions using numbers instead of names to refer to formal parameters. A reference to a formal parameter is a number which gives the number of lambdas (written as \ here) between the reference and the lambda which binds the parameter. E.g. the function \ f . \ x . f x would be written \ . \ . 1 0. The 0 refers to the innermost lambda, the 1 to the next etc. The chief advantage of this notation is that it avoids the possibility of name capture and removes the need for alpha conversion.
  • de-differentiation — a process by which structures or behaviors that were specialized for a specific function lose their specialization and become simplified or generalized.
  • de-objectification — to present as an object, especially of sight, touch, or other physical sense; make objective; externalize.
  • dead-letter office — an office where undeliverable letters were taken for storage
  • deadweight tonnage — the capacity in long tons of cargo, passengers, fuel, stores, etc. (deadweight tons) of a vessel: the difference between the loaded and light displacement tonnage of the vessel.
  • deanthropomorphism — the ridding of philosophy or religion of anthropomorphic beliefs and doctrines.
  • dear john (letter) — a letter from one's fiancée or girlfriend breaking off an engagement or love affair, or from one's wife asking for a divorce
  • death by chocolate — a very rich type of chocolate dessert or cake
  • debt consolidation — the process of taking out a new loan (often secured on one's property) in order to pay off a number of existing debts
  • dechristianization — The act of dechristianizing; the systematic removal of Christianity or Christian elements.
  • declaration of war — a formal statement made by one country to another that a state of war now exists between them
  • decompartmentalize — to remove excessive compartmentalization from (an organization)
  • deep-discount bond — a fixed-interest security that pays little or no interest but is issued at a substantial discount to its redemption value, thus largely substituting capital gain for income
  • defense calculator — IBM 701
  • deficiency account — an account summarizing the financial condition of an individual or company in danger of bankruptcy.
  • deinstitutionalize — to discharge (a patient) as from a mental institution
  • 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).
  • dendrochronologist — One who carries out dendrochronology.
  • departmental store — a department store.
  • departure platform — a raised area at a railway station from which passengers can board trains prior to their departing
  • depository library — a library designated by law to receive without charge all or a selection of the official publications of a government.
  • derestriction sign — a circular white sign with a black diagonal band signifying the lifting of any other speed restriction
  • 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
  • desalination plant — a factory where salt is removed from salt water in order to make the water suitable for drinking and irrigation
  • desktop publishing — Desktop publishing is the production of printed materials such as newspapers and magazines using a desktop computer and a laser printer, rather than using conventional printing methods. The abbreviation DTP is also used.
  • determinate growth — growth of a plant stem that is terminated early by the formation of a bud
  • developing country — a nonindustrialized poor country that is seeking to develop its resources by industrialization
  • development period — a length of time during which a company grows
  • development system — a computer system, including hardware and software, that is specifically designed to aid in the development of software and interfaces
  • dia de los muertos — Day of the Dead.
  • diagnostic testing — Diagnostic testing is the testing of a vehicle, or one of its systems or parts, in order to identify why it is not working properly.
  • dialytic telescope — a type of achromatic telescope with a second correcting lens
  • 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
  • dichloracetic acid — a highly corrosive acid. Formula: C2H2Cl2O2
  • dictionary catalog — a library catalog having all its entries, including authors, titles, subjects, etc., in one general alphabetical sequence.
  • didot point system — a Continental system of measurement for type, based on a unit of 0.0148 inches (0.3759 mm).
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?