0%

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

  • judge advocate general — the chief legal officer of an army, navy, or air force.
  • just around the corner — in the next street
  • kensington and chelsea — a borough of Greater London, England.
  • ketamine hydrochloride — a powerful anesthetic, C13H16ClNO·HCl, used in surgery
  • large magellanic cloud — a satellite galaxy of our own Milky Way galaxy, appearing as a hazy cloud in the southern constellations Dorado and Mensa.
  • law of excluded middle — the principle that any proposition must be either true or false.
  • left-handed compliment — an ambiguous compliment
  • letter of introduction — a letter given by one person to another, as an introduction to a third party
  • liberal democrat party — The Liberal Democrat Party is the third largest political party in Britain and the main centre party. It believes in improving the constitution and the voting system and in providing good welfare services.
  • linear induction motor — an electric motor in which a movable part moves in a straight line, with power being supplied by a varying magnetic field set up by a fixed part of the system, as a metal rail on the ground.
  • local shared resources — (operating system)   (LSR) A way of controlling VSAM buffers in OS/390.
  • local standard of rest — a frame of reference for a portion of the universe in which the mean motion of nearby stars is zero.
  • lord high commissioner — the Queen's representative
  • lord justice of appeal — an ordinary judge of the Court of Appeal
  • lower canada rebellion — an uprising of 1837, quickly crushed by the British militia, against the British colonial administration in Quebec.
  • lunar excursion module — lunar module. Abbreviation: LEM.
  • 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
  • make a federal case of — a matter that falls within the jurisdiction of a federal court or a federal law-enforcement agency.
  • manhattan clam chowder — a chowder made from clams, tomatoes, and other vegetables and seasoned with thyme.
  • mathematical induction — induction (def 5).
  • modified american plan — (in hotels) a system of paying a single fixed rate that covers room, breakfast, and one other meal, usually dinner. Abbreviation: MAP.
  • molecular distillation — a vacuum distillation in which the molecules of the distillate reach the condenser before colliding with one another.
  • motoring correspondent — a journalist who reviews and writes about cars
  • 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.
  • neighborhood bike code — (humour, programming)   A piece of code that every programmer at the company has touched.
  • 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.
  • nicky nicky nine doors — the practice of knocking on a door or ringing a doorbell and running away before it is answered
  • 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-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.
  • 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
  • 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.
  • 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)
  • 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]>.
  • obtaining by deception — the offence of dishonestly obtaining the property of another by some deception or misrepresentation of facts
  • office of fair trading — a government department established in the UK in 1973, which acts as an economic regulator, responsible for ensuring fairness in consumer protection and competition law
  • open source definition — (standard)   (OSD) Definition of distribution terms for open source software, promoted by the Open Source Initiative.
  • other side of the coin — a piece of metal stamped and issued by the authority of a government for use as money.
  • ousterhout's dichotomy — (language)   John Ousterhout's division of high-level languages into "system programming languages" and "scripting languages". This distinction underlies the design of his language Tcl. System programming languages (or "applications languages") are strongly typed, allow arbitrarily complex data structures, and programs in them are compiled, and are meant to operate largely independently of other programs. Prototypical system programming languages are C and Modula-2. By contrast, scripting languages (or "glue languages") are weakly typed or untyped, have little or no provision for complex data structures, and programs in them ("scripts") are interpreted. Scripts need to interact either with other programs (often as glue) or with a set of functions provided by the interpreter, as with the file system functions provided in a UNIX shell and with Tcl's GUI functions. Prototypical scripting languages are AppleScript, C Shell, MS-DOS batch files and Tcl. Many believe that this is a highly arbitrary dichotomy, and refer to it as "Ousterhout's fallacy" or "Ousterhout's false dichotomy". While strong-versus-weak typing, data structure complexity, and independent versus stand-alone might be said to be unrelated features, the usual critique of Ousterhout's dichotomy is of its distinction of compilation versus interpretation, since neither semantics nor syntax depend significantly on whether code is compiled into machine-language, interpreted, tokenized, or byte-compiled at the start of each run, or any mixture of these. Many languages fall between being interpreted or compiled (e.g. Lisp, Forth, UCSD Pascal, Perl, and Java). This makes compilation versus interpretation a dubious parameter in a taxonomy of programming languages.
  • out-of-body experience — a vivid feeling of being detached from one's body, usually involving observing it and its environment from nearby
  • paddle one's own canoe — any of various slender, open boats, tapering to a point at both ends, propelled by paddles or sometimes sails and traditionally formed of light framework covered with bark, skins, or canvas, or formed from a dug-out or burned-out log or logs, and now usually made of aluminum, fiberglass, etc.
  • para-aminobenzoic acid — part of the folic acid molecule, a white or yellowish, crystalline, slightly water-soluble solid, C 7 H 7 NO 2 , the para isomer of aminobenzoic acid: used chiefly in the manufacture of dyes and pharmaceuticals and in sunscreens to protect against ultraviolet light. Abbreviation: PABA.
  • paranoid schizophrenia — severe psychiatric disorder
  • pay dearly/cost dearly — If you pay dearly for doing something or if it costs you dearly, you suffer a lot as a result.
  • phosphorus trichloride — a clear, colorless, fuming liquid, PCl 3 , used chiefly in organic synthesis as a chlorinating agent.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?