0%

22-letter words containing c, o, e, t

  • magnetic concentration — beneficiation of crushed ore in which a magnetic mineral is separated from gangue by means of a magnetic field.
  • magnetic dipole moment — a measure of the magnetic strength of a magnet or current-carrying coil, expressed as the torque per unit magnetic-flux density produced when the magnet or coil is set with its axis perpendicular to the magnetic field
  • magnetic pole strength — Electricity. a measure of the force exerted by one face of a magnet on a face of another magnet when both magnets are represented by equal and opposite poles. Symbol: m.
  • make a clean breast of — Anatomy, Zoology. (in bipeds) the outer, front part of the thorax, or the front part of the body from the neck to the abdomen; chest.
  • make common cause with — join forces
  • make contact (with sb) — If you make contact with someone, you find out where they are and talk or write to them.
  • management consultancy — a company of professionals who are employed to help an organization improve efficiency and performance
  • manhattan clam chowder — a chowder made from clams, tomatoes, and other vegetables and seasoned with thyme.
  • manner of articulation — the degree of obstruction or the type of channel imposed upon the passage of air at a given place of articulation, as denoted by such categories as stop, fricative, nasal, and semivowel.
  • master warrant officer — a noncommissioned officer in the Canadian forces junior to a chief warrant officer
  • mathematical induction — induction (def 5).
  • mcculloch-pitts neuron — (artificial intelligence)   The basic building block of artificial neural networks. It receives one or more inputs and produces one or more identical outputs, each of which is a simple non-linear function of the sum of the inputs to the neuron. The non-linear function is typically a threshhold or step function which is usually smoothed (i.e. a sigmoid) to facilitate learning.
  • mechanical ventilation — life-support provided by respirator
  • microspectrophotometer — a spectrophotometer for examining light emitted, transmitted, or reflected by minute objects.
  • microspectrophotometry — a spectrophotometer for examining light emitted, transmitted, or reflected by minute objects.
  • microwave spectroscopy — the determination of those frequencies of the microwave spectrum that are selectively absorbed by certain materials, providing information about atomic, molecular, and crystalline structure.
  • million electron volts — a unit of energy equal to the energy acquired by an electron in falling through a potential of 10 6 volts. Abbreviation: MeV .
  • miscarriage of justice — law: wrongful judgement
  • mistress of ceremonies — a woman who directs the entertainment at a party, dinner, or the like.
  • molecular distillation — a vacuum distillation in which the molecules of the distillate reach the condenser before colliding with one another.
  • mother carey's chicken — any of various small petrels, especially the stormy petrel, Oceanites oceanicus.
  • motorcycle combination — a motorcycle with a sidecar attached
  • motoring correspondent — a journalist who reviews and writes about cars
  • myalgic encephalopathy — a condition characterized by painful muscles, extreme fatigue, and general debility, sometimes occurring as a sequel to viral illness
  • nassella tussock board — one of many local statutory organizations set up in different regions of New Zealand to eradicate the invasive nassella tussock weed
  • national semiconductor — (company)   A semiconductor manufacturer, responsible for the SC/MP, National Semiconductor 16000 and National Semiconductor 32000 series of microprocessors.
  • negative hallucination — an apparent abnormal inability to perceive an object
  • negative reinforcement — form of conditioning
  • network interface card — network interface controller
  • network node interface — (networking)   (NNI) The ATM Forum's specification for connections between network nodes. NNI makes network routing possible. It typically refers to backbone trunk connections between ATM switching equipment. See also: UNI.
  • nodal switching system — (NSS) Main routing nodes in the NSFnet backbone.
  • nominal semidestructor — (abuse)   Slang for "National Semiconductor", found among other places in the 4.3BSD networking sources. During the late 1970s to mid-1980s this company marketed a series of microprocessors including the National Semiconductor 16000 and National Semiconductor 32000. At one point early in the great microprocessor race, the specs on these chips made them look like serious competition for the rising Intel 80x86 and Motorola 680x0 series. Unfortunately, the actual parts were notoriously flaky and never implemented the full instruction set promised in their literature, apparently because the company couldn't get any of the mask steppings to work as designed. They eventually sank without trace, joining the Zilog Z8000 and a few even more obscure also-rans in the graveyard of forgotten microprocessors.
  • non-constructive proof — (logic)   (Or "existence proof") A proof that something exists that does not provide an example of that thing or a method for finding an example. (A constructive proof does provide such an example or method). For example, for any pair of finite real numbers n < 0 and p > 0 there exists a real number 0 < k < 1 such that f(k) = (1-k)*n + k*p = 0. A non-constructive proof might proceed by observing that as k changes continuously from 0 to 1, f(k) changes continuously from n to p and, since they lie either side of zero, f(k) must pass through zero for some intermediate value of k. This proof does not tell us what that value of k is, only that it exists.
  • non-euclidean geometry — geometry based upon one or more postulates that differ from those of Euclid, especially from the postulate that only one line may be drawn through a given point parallel to a given line.
  • non-restrictive clause — a relative clause that describes or supplements but is not essential in establishing the identity of the antecedent and is usually set off by commas in English. In This year, which has been dry, is bad for crops the clause which has been dry is a nonrestrictive clause.
  • nondestructive testing — any of several methods of detecting flaws in metals without causing damage. The most common techniques involve the use of X-rays, gamma rays, and ultrasonic vibrations
  • nonspecific urethritis — nongonococcal urethritis.
  • nonspecular reflection — the diffuse reflection of sound or light waves
  • nonterminating decimal — a decimal numeral that does not end in an infinite sequence of zeros (contrasted with terminating decimal).
  • normal order reduction — Under this evaluation strategy an expression is evaluated by reducing the leftmost outermost redex first. This method will terminate for any expression for which termination is possible, whereas applicative order reduction may not. This method is equivalent to passing arguments unevaluated because arguments are initially to the right of functions applied to them. See also computational adequacy theorem.
  • north atlantic current — an ocean current flowing NE toward the British Isles, formed by the convergence of the Gulf Stream and the Labrador Current SE of Newfoundland.
  • northern corn rootworm — corn rootworm.
  • northern redbelly dace — any of the small, brightly colored North American freshwater cyprinids, especially Phoxinus oreas (northern redbelly dace) and P. erythrogaster (southern redbelly dace)
  • oak processionary moth — a moth, (Thaumetopoea processionea), of the family Thaumetopoeidae, the larvae of which leave the communal shelter nightly for food in a V-shaped procession
  • object-oriented design — (programming)   (OOD) A design method in which a system is modelled as a collection of cooperating objects and individual objects are treated as instances of a class within a class hierarchy. Four stages can be identified: identify the classes and objects, identify their semantics, identify their relationships and specify class and object interfaces and implementation. Object-oriented design is one of the stages of object-oriented programming.
  • object-oriented pascal — Object Pascal
  • object-oriented turing — (language)   An extension of Turing and a replacement for Turing Plus by R.C. Holt <[email protected]>, U Toronto, 1991. Object-Oriented Turing supports imperative programming, object-oriented programming and concurrent programming. It has modules, classes, single inheritance, processes, exception handling and optional machine-dependent programming. There is an integrated environment under the X Window System and a demo version. Versions exist for Sun-4, MIPS, RS-6000 and others. E-mail: <[email protected]>.
  • obstruction of justice — a criminal offence that involves attempting to obstruct the process of law
  • obtaining by deception — the offence of dishonestly obtaining the property of another by some deception or misrepresentation of facts
  • occupational therapist — professional who assists with rehabilitation
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?