0%

21-letter words containing c, a, l, m, o, n

  • maintenance allowance — money that is given to someone, usually on a regular basis, in order to help them pay for the things that they need
  • management consultant — A management consultant is someone whose job is to advise companies on the most efficient ways to run their business.
  • mechanical solidarity — social cohesiveness that is based on shared activities, beliefs, and experiences and is characteristic of simple traditional societies.
  • mechanical suspension — the act of suspending.
  • medium access control — Media Access Control
  • megaloblastic anaemia — any anaemia, esp pernicious anaemia, characterized by the presence of megaloblasts in the blood or bone marrow
  • meter-kilogram-second — of or relating to the system of units in which the meter, kilogram, and second are the principal units of length, mass, and time. Abbreviation: mks, MKS.
  • metropolitan district — any of the districts making up the metropolitan counties of England: since 1986 they have functioned as unitary authorities, forming the sole principal tier of local government. Each metropolitan district has an elected council responsible for education, social services, etc
  • monochloroacetic acid — chloroacetic acid.
  • motivational research — the application of the knowledge and techniques of the social sciences, especially psychology and sociology, to understanding consumer attitudes and behavior: used as a guide in advertising and marketing.
  • multilayer perceptron — A network composed of more than one layer of neurons, with some or all of the outputs of each layer connected to one or more of the inputs of another layer. The first layer is called the input layer, the last one is the output layer, and in between there may be one or more hidden layers.
  • multiplication factor — the ratio of the number of neutrons in a generation to the number of neutrons in the previous generation: when the multiplication factor is equal to or greater than one, a chain reaction is possible
  • municipal corporation — a city, town, village, etc., that operates under a corporate charter granted by the state.
  • muon-catalysed fusion — an experimental form of nuclear fusion in which hydrogen and deuterium muonic atoms are formed. Because the mass of the muon is much larger than that of the electron, the atoms are smaller, and the nuclei are close enough for fusion to occur
  • myocardial infarction — heart attack. Abbreviation: MI.
  • narrow-angle glaucoma — Ophthalmology. angle-closure glaucoma. See under glaucoma.
  • non-repeating decimal — a decimal representation of any irrational number, having the property that no sequence of digits is repeated ad infinitum.
  • olympic national park — a national park in NW Washington. 1323 sq. mi. (3425 sq. km).
  • open telecom platform — (communications, library)   (OTP) A set of standard, open source libraries and tools for use with Erlang.
  • operational semantics — (theory)   A set of rules specifying how the state of an actual or hypothetical computer changes while executing a program. The overall state is typically divided into a number of components, e.g. stack, heap, registers etc. Each rule specifies certain preconditions on the contents of some components and their new contents after the application of the rule. It is similar in spirit to the notion of a Turing machine, in which actions are precisely described in a mathematical way. Compuare axiomatic semantics, denotational semantics.
  • partial reinforcement — the process of randomly rewarding an organism for making a response on only some of the occasions it makes it
  • performance appraisal — the assessment, at regular intervals, of an employee's performance at work
  • personalized medicine — an approach to the practice of medicine that uses information about a patient’s unique genetic makeup and environment to customize the patient's medical care to fit his or her individual requirements.
  • pneumoencephalography — encephalography.
  • polarizing microscope — a microscope that utilizes polarized light to reveal detail in an object, used especially to study crystalline and fibrous structures.
  • portable common loops — (PCL) A language which started out as an implementation of CommonLoops and turned into a portable CLOS implementation. Version 1992-08-28. It runs under Lucid Common LISP 4.0.1 and CMU Common LISP 16e.
  • premature ejaculation — a male psychosexual disorder in which ejaculation occurs soon after the commencement of sexual intercourse.
  • public administration — the implementation of public policy, largely by the executive branch.
  • pulmonary circulation — the circulation of blood from the heart to the lungs for oxygenation and back to the heart.
  • pulse code modulation — a form of modulation that transforms a wave-form, as an audio signal, into a binary signal in which information is conveyed by a coded order of pulses for transmission, storage on a disk, or processing by a computer. Abbreviation: PCM.
  • pulse-code modulation — a form of modulation that transforms a wave-form, as an audio signal, into a binary signal in which information is conveyed by a coded order of pulses for transmission, storage on a disk, or processing by a computer. Abbreviation: PCM.
  • racial discrimination — prejudice based on race
  • rattle someone's cage — to upset or anger someone
  • redevelopment company — a private corporation or a public agency that stimulates the improvement of land, as through a building project subject to certain designs and controls, by financing, selling, or leasing such real estate to interested buyers or lessees.
  • replacement algorithm — The method used to determine which entry in an associative cache to flush to main memory when it is desired to cache a new block of data. The "least recently used" algorithm flushed the block which has not been accessed for the longest time. A random replacement algorithm picks any block with equal probability.
  • rocky mountain locust — a migratory locust, Melanoplus spretus, that occurs in North America, especially the Great Plains, where swarms cause great damage to crops and other vegetation.
  • roman catholic church — the Christian church of which the pope, or bishop of Rome, is the supreme head.
  • sales finance company — a finance company that purchases, at a discount, installment contracts from dealers or that finances retail sales.
  • scalar multiplication — an operation used in the definition of a vector space in which the product of a scalar and a vector is a vector, the operation is distributive over the addition of both scalars and vectors, and is associative with multiplication of scalars
  • scarlet monkey flower — any of various plants belonging to the genus Mimulus, of the figwort family, as M. cardinalis (scarlet monkey flower) having spotted flowers that resemble a face.
  • simple actor language — (language)   (SAL) A minimal actor language, used for teaching in:
  • social administration — the administration and maintenance of issues to do with social policies and welfare
  • stock list department — (in an American stock exchange) the department dealing with monitoring compliance with its listing requirements and rules
  • subliminal perception — perception of or reaction to a stimulus that occurs without awareness or consciousness
  • teleological argument — the argument purporting to prove the existence of God from empirical facts, the premise being that the universe shows evidence of order and hence design
  • tetrabromofluorescein — eosin (def 1).
  • thermal decomposition — Thermal decomposition is the process in which a chemical species breaks down when its temperature is increased.
  • to kill a mockingbird — a novel (1960) by Harper Lee.
  • tool command language — (language)   /tik*l/ (Tcl) An interpreted string processing language for issuing commands to interactive programs, developed by John Ousterhout at UCB. Each application program can extend tcl with its own set of commands. Tcl is like a text-oriented Lisp, but lets you write algebraic expressions for simplicity and to avoid scaring people away. Though originally designed to be a "scripting language" rather than for serious programming, Tcl has been used successfully for programs with hundreds of thousands of lines. It has a peculiar but simple syntax. It may be used as an embedded interpreter in application programs. It has exceptions and packages (called libraries), name-spaces for procedures and variables, and provide/require. It supports dynamic loading of object code. It is eight-bit clean. It has only three variable types: strings, lists and associative arrays but no structures. Tcl and its associated GUI toolkit, Tk run on all flavors of Unix, Microsoft Windows, Macintosh and VMS. Tcl runs on the Amiga and many other platforms. See also expect (control interactive programs and pattern match on their output), Cygnus Tcl Tools, [incr Tcl] (adds classes and inheritence to Tcl), Scriptics (John Ousterhout's company that is the home of Tcl development and the TclPro tool suite), Tcl Consortium (a non-profit agency dedicated to promoting Tcl), tclhttpd (an embeddable Tcl-based web server), tclx (adds many commands to Tcl), tcl-debug.
  • trichloronitromethane — chloropicrin.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?