0%

22-letter words containing c, o, e

  • nkosi sikelel' iafrica — the unofficial anthem of the Black people of South Africa, officially recognized as a national anthem (along with parts of 'Die Stem' and an English verse) in 1991
  • 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
  • ocean marine insurance — insurance covering risks involving the transporting of persons or goods on the high seas.
  • oceanic whitetip shark — whitetip shark (def 2).
  • 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
  • on (or off) the track — keeping to (or straying from) the subject, objective, or goal
  • on someone's coattails — the back of the skirt on a man's coat or jacket.
  • on the crest of a wave — If you say that you are on the crest of a wave, you mean that you are feeling very happy and confident because things are going well for you.
  • once bitten, twice shy — You say 'once bitten, twice shy' when you want to indicate that someone will not do something a second time because they had a bad experience the first time they did it.
  • open network computing — (ONC) Sun's network protocols.
  • open source definition — (standard)   (OSD) Definition of distribution terms for open source software, promoted by the Open Source Initiative.
  • open source initiative — (body)   (OSI) An organisation dedicated to managing and promoting the Open Source Definition for the good of the community.
  • operating instructions — instructions on how to use something (such an electrical appliance, etc)
  • oracle parallel server — (database)   (OPS) An Oracle configuration that allows for multiple Oracle servers running on seperate computers to access the same database files simultaneously. Normally used for high availability, running parallel servers can improve performance by spreading out CPU load, however, it requires data to be partitioned correctly. This feature is enabled with the Parallel Server Option (or "PSO").
  • organizational culture — the customs, rituals, and values shared by the members of an organization that have to be accepted by new members
  • 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
  • out-of-pocket expenses — expenses which are unbudgeted and paid for in cash
  • outline specifications — preliminary specifications or plans on which later plans are based
  • overstay one's welcome — to stay (at a party, on a visit, etc), longer than pleases the host or hostess
  • packet internet groper — ping
  • 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
  • parliamentary election — an election to select the members of a national parliament
  • partnerships for peace — a subsidiary organization of NATO, comprising former Warsaw Pact countries that wish to be allied with NATO but have not been granted full NATO membership: established in 1994
  • 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.
  • physiographic province — a geographic region in which climate and geology have given rise to an array of landforms different from those of surrounding regions.
  • picture of dorian gray — a novel (1891) by Oscar Wilde.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?