0%

22-letter words containing o, s, i

  • newton's law of motion — any of three laws of classical mechanics, either the law that a body remains at rest or in motion with a constant velocity unless an external force acts on the body (first law of motion) the law that the sum of the forces acting on a body is equal to the product of the mass of the body and the acceleration produced by the forces, with motion in the direction of the resultant of the forces (second law of motion) or the law that for every force acting on a body, the body exerts a force having equal magnitude and the opposite direction along the same line of action as the original force (third law of motion or law of action and reaction)
  • nicky nicky nine doors — the practice of knocking on a door or ringing a doorbell and running away before it is answered
  • 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
  • nkosi sikelel' iafrika — 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
  • no room to swing a cat — If you say 'There's no room to swing a cat' or 'You can't swing a cat', you mean that the place you are talking about is very small or crowded.
  • no skin off one's nose — the external covering or integument of an animal body, especially when soft and flexible.
  • 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-hodgkin's lymphoma — Pathology. any of several malignancies of the lymphatic system in which the cells characteristic of Hodgkin's disease are absent.
  • non-maskable interrupt — (NMI) An IRQ 7 on the PDP-11 or 680x0 or the NMI line on an 80x86. In contrast with a priority interrupt (which might be ignored, although that is unlikely), an NMI is *never* ignored.
  • 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
  • nonrepresentationalism — not resembling or portraying any object in physical nature: a nonrepresentational painting.
  • nonspecific urethritis — nongonococcal urethritis.
  • nonspecular reflection — the diffuse reflection of sound or light waves
  • north rhine-westphalia — a state in W Germany; formerly a part of Rhine province. 13,154 sq. mi. (34,070 sq. km). Capital: Düsseldorf.
  • 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
  • obstruction of justice — a criminal offence that involves attempting to obstruct the process of law
  • 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).
  • of the first magnitude — of the greatest importance
  • on a shoestring budget — with very little money to spend
  • on file/ on sb's files — Something that is on file or on someone's files is recorded or kept in a file or in a collection of information.
  • on someone's coattails — the back of the skirt on a man's coat or jacket.
  • on the way/on it's way — If something is on the way, it will arrive soon.
  • 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.
  • one's ears are burning — one is aware of being the topic of another's conversation
  • one's foot in the door — (in vertebrates) the terminal part of the leg, below the ankle joint, on which the body stands and moves.
  • 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.
  • open-market operations — the purchase and sale on the open market of government securities by the Bank of England for the purpose of regulating the supply of money and credit to the economy
  • operating instructions — instructions on how to use something (such an electrical appliance, etc)
  • operation desert storm — the codename for the US-led UN operation to liberate Kuwait from Iraq (1991)
  • operational data store — (database)   (ODS) A group of integrated databases designed to support the monitoring of operations. Unlike function oriented databases, an ODS contains subject-oriented, dynamic, current enterprise-wide information that is continually updated to show the current state of operations.
  • 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.
  • outline specifications — preliminary specifications or plans on which later plans are based
  • outside awareness port — (humour)   (OAP) A humorous IBM term for a window (the glass kind) rather than the GUI kind.
  • over-industrialization — the large-scale introduction of manufacturing, advanced technical enterprises, and other productive economic activity into an area, society, country, etc.
  • pale horse, pale rider — a trilogy of short novels (1939) by Katherine Anne Porter.
  • paracoccidioidomycosis — a chronic infection caused by the fungus Paracoccidioides brasiliensis, occurring in Mexico and in Central and South America, characterized by mouth and throat ulcers, weight loss, and lesions on the skin, intestines, and genitals.
  • parallel server option — Oracle Parallel Server
  • paranoid schizophrenia — severe psychiatric disorder
  • parker morris standard — (in Britain) a set of minimum criteria for good housing construction, design, and facilities, recommended by the 1961 report of the Central Housing Advisory Committee chaired by Sir Parker Morris. Subsequent governments have urged private and local authority house-builders to achieve these standards
  • paroxysmal tachycardia — tachycardia that begins and subsides suddenly.
  • 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
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?