0%

22-letter words containing i, t, o, u

  • 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)
  • organizational culture — the customs, rituals, and values shared by the members of an organization that have to be accepted by new members
  • 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
  • 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.
  • phenolsulfonephthalein — a bright to dark red crystalline compound, C 1 9 H 1 4 O 5 S, slightly soluble in water, alcohol, and acetone: used as an acid-base indicator and as a diagnostic reagent in medicine.
  • philip the magnanimous — 1504–67, German prince; landgrave of Hesse (1509–67). He helped to crush (1525) the Peasants' Revolt and formed (1531) the League of Schmalkaden, an alliance of German Protestant rulers
  • phosphorus trichloride — a clear, colorless, fuming liquid, PCl 3 , used chiefly in organic synthesis as a chlorinating agent.
  • picture of dorian gray — a novel (1891) by Oscar Wilde.
  • pneumocystis pneumonia — a pulmonary infection caused by the protozoan Pneumocystis carinii, occurring as an opportunistic disease in persons with impaired immune systems, as AIDS victims. Abbreviation: PCP.
  • polymyalgia rheumatica — a chronic inflammatory disease, common among older persons, characterized by recurrent episodes of muscle pain and stiffness, sometimes leading to cardiovascular complications or blindness.
  • portuguese east africa — former name of Mozambique (def 1).
  • portuguese west africa — a republic in SW Africa: formerly an overseas province of Portugal; gained independence Nov. 11, 1975. 481,226 sq. mi. (1,246,375 sq. km). Capital: Luanda.
  • potassium ferricyanide — a bright-red, crystalline, water-soluble, poisonous solid, K 3 Fe(CN) 6 , used chiefly in the manufacture of pigments, as Prussian blue, and of paper, especially blueprint paper.
  • potassium ferrocyanide — a lemon-yellow, crystalline, water-soluble solid, K 4 Fe(CN) 6 ⋅3H 2 O, used chiefly in casehardening alloys having an iron base and in dyeing wool and silk.
  • potassium permanganate — a very dark purple, crystalline, water-soluble solid, KMnO 4 , used chiefly as an oxidizing agent, disinfectant, laboratory reagent, and in medicine as an astringent and antiseptic.
  • potassium-argon dating — a method for estimating the age of a mineral or rock, based on measurement of the rate of decay of radioactive potassium into argon.
  • price variation clause — a clause in a contract allowing the seller to vary the selling price under certain conditions
  • private-equity company — an organization that uses private equity to gain control of and manage companies
  • privileged instruction — A machine code instruction that may only be executed when the processor is running in supervisor mode. Privileged instructions include operations such as I/O and memory management.
  • productivity agreement — an agreement whereby the employees of an organization agree to changes which are intended to improve productivity in return for an increase in pay or other benefits
  • programmed instruction — a progressively monitored, step-by-step teaching method, employing small units of information or learning material and frequent testing, whereby the student must complete or pass one stage before moving on to the next.
  • pronunciation spelling — a spelling intended to match a certain pronunciation more closely than the traditional spelling does, as gonna for going to , kinda for kind of (meaning “rather”), git for get , or lite for light.
  • propositional attitude — a relation between a person and a proposition, such as belief, desire, intention, etc
  • propositional calculus — propositional logic
  • propositional function — sentential function.
  • public domain software — public domain
  • public housing project — a group of homes for poorer families which is funded and controlled by the local government
  • public limited company — A public limited company is the same as a public company. The abbreviation plc is used after such companies' names.
  • pull/bring sb up short — If something pulls you up short or brings you up short, it makes you suddenly stop what you are doing.
  • pulmonary tuberculosis — tuberculosis of the lungs.
  • put sth to/on one side — If you put something to one side or put it on one side, you temporarily ignore it in order to concentrate on something else.
  • put the frighteners on — to intimidate
  • quantum chromodynamics — a quantum field theory that describes quarks and gluons and their interactions, with the color of the quarks playing a role analogous to that of electric charge. Abbreviation: QCD. Also called chromodynamics. Compare color (def 18).
  • received pronunciation — the pronunciation of British English considered to have the widest geographical distribution and the fewest regional peculiarities, originally the pronunciation of educated speakers in southern England and traditionally that used in the public schools and at Oxford and Cambridge universities, adopted by many speakers elsewhere in England and widely used in broadcasting. Abbreviation: RP.
  • reconstructive surgery — the restoration of appearance and function following injury or disease, or the correction of congenital defects, using the techniques of plastic surgery.
  • recruitment consultant — A recruitment consultant is a person or service that helps professional people to find work by introducing them to potential employers.
  • rectangular coordinate — Usually, rectangular coordinates. either of two Cartesian coordinates in which the axes meet at right angles.
  • reinstitutionalization — to make institutional.
  • reliable communication — (communications)   Communication where messages are guaranteed to reach their destination complete and uncorrupted and in the order they were sent. This reliability can be built on top of an unreliable protocol by adding sequencing information and some kind of checksum or cyclic redundancy check to each message or packet. If the communication fails, the sender will be notified. Transmission Control Protocol is a reliable protocol used on Ethernet.
  • reproduction furniture — furniture that is made in an imitation or copy of a past style
  • reproductive isolation — the conditions, as physiological or behavioral differences or geographical barriers, that prevent potentially interbreeding populations from cross-fertilization.
  • restricted users group — a group of people who, with knowledge of a secret password, or by some other method, have access to restricted information stored in a computer
  • retrograde ejaculation — ejaculation of semen backward toward the bladder instead of forward through the urethra.
  • revolutionary calendar — the calendar of the French First Republic, adopted in 1793 and abandoned in 1805, consisting of 12 months, each of 30 days, and 5 intercalary days added at the end of the year (6 every fourth year). The months, beginning at the autumnal equinox, are Vendémiaire, Brumaire, Frimaire, Nivôse, Pluviôse, Ventôse, Germinal, Floréal, Prairial, Messidor, Thermidor, and Fructidor.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?