0%

18-letter words containing t, o, n, s

  • critical constants — the physical constants that express the properties of a substance in its critical state
  • crocodile-infested — full of crocodiles
  • cry one's eyes out — to weep bitterly
  • crystal microphone — a microphone that uses a piezoelectric crystal to convert sound energy into electrical energy
  • cultural diffusion — act of diffusing; state of being diffused.
  • 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.
  • custodial sentence — a sentence given by a court that involves a term of imprisonment
  • customer relations — Customer relations are the relationships that a business has with its customers and the way in which it treats them.
  • 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.
  • customs inspection — an inspection carried out by a customs department
  • cut one's eyeteeth — to become experienced or sophisticated
  • cut one's teeth on — to use at an early age or stage
  • 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.
  • cytoarchitectonics — Cytoarchitecture.
  • 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
  • deanthropomorphism — the ridding of philosophy or religion of anthropomorphic beliefs and doctrines.
  • 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.
  • 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
  • deinstitutionalize — to discharge (a patient) as from a mental institution
  • 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.
  • derestriction sign — a circular white sign with a black diagonal band signifying the lifting of any other speed restriction
  • 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.
  • development system — a computer system, including hardware and software, that is specifically designed to aid in the development of software and interfaces
  • 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.
  • didot point system — a Continental system of measurement for type, based on a unit of 0.0148 inches (0.3759 mm).
  • digital television — a television broadcasting technology in which signals are transmitted as a sequence of binary numbers.
  • dimensionalisation — Alternative spelling of dimensionalization.
  • dimensionalization — The process of dimensionalizing.
  • 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.
  • disability pension — a pension paid to people who are unable to continue to work because of a disability
  • disidentifications — Plural form of disidentification.
  • disorderly conduct — any of various petty misdemeanors, generally including nuisances, breaches of the peace, offensive or immoral conduct in public, etc.
  • dispatch documents — documents sent with a parcel, etc, detailing information such as contents, delivery address, etc
  • 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 .
  • dissenting opinion — (in appellate courts) an opinion filed by a judge who disagrees with the majority decision of a case.
  • distance education — education in which students receive instruction over the Internet, from a video, etc., instead of going to school.
  • distribution class — form class
  • distribution curve — the curve or line of a graph in which cumulative frequencies are plotted as ordinates and values of the variate as abscissas.
  • 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.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?