0%

21-letter words containing a, m, e, t, r, o

  • non-maintainer upload — (operating system)   (NMU) A release of a Debian package by someone other than its usual maintainer. E.g. "The bug was fixed in a recent NMU."
  • non-repeating decimal — a decimal representation of any irrational number, having the property that no sequence of digits is repeated ad infinitum.
  • nonexamination course — a course of study in which there are no examinations
  • northumberland strait — the part of the Gulf of St. Lawrence that separates Prince Edward Island from New Brunswick and Nova Scotia, in SE Canada. About 200 miles (320 km) long; 9–30 miles (15–48 km) wide.
  • notre-dame-des-vertus — an industrial suburb of Paris, on the Seine. Pop: 63 136 (1999)
  • of time and the river — a novel (1935) by Thomas Wolfe.
  • oil-in-water emulsion — An oil-in-water emulsion is a mixture in which an oily medicine is dispersed in water or other liquid.
  • open telecom platform — (communications, library)   (OTP) A set of standard, open source libraries and tools for use with Erlang.
  • operational amplifier — a high-gain, high-input impedance amplifier, usually an integrated circuit, that can perform mathematical operations when suitably wired.
  • 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.
  • ophthalmia neonatorum — inflammation of the eyes of a newborn child due to an infectious disease, as gonorrhea, contracted during birth from the infected mother.
  • opposite-sex marriage — (broadly) any of the diverse forms of interpersonal union established in various parts of the world to form a familial bond that is recognized legally, religiously, or socially, granting the participating partners mutual conjugal rights and responsibilities and including, for example, opposite-sex marriage, same-sex marriage, plural marriage, and arranged marriage: Anthropologists say that some type of marriage has been found in every known human society since ancient times. See Word Story at the current entry.
  • partial reinforcement — the process of randomly rewarding an organism for making a response on only some of the occasions it makes it
  • performance indicator — a quantitative or qualitative measurement, or any other criterion, by which the performance, efficiency, achievement, etc of a person or organization can be assessed, often by comparison with an agreed standard or target
  • piezoelectric ceramic — any ceramic that exhibits piezoelectric properties.
  • poke borak at someone — to jeer at someone
  • pomp and circumstance — ceremony
  • portable commodore 64 — (computer)   A version of the Commodore 64 modelled after the original Osborne portable PCs, with a flip-down keyboard that revealed a 5-inch colour monitor, and a built-in 1541 floppy disk drive. It is thought that few were made but that they did go on sale, at least in Canada.
  • 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.
  • portuguese man-of-war — any of several large, oceanic hydrozoans of the genus Physalia, having a large, bladderlike structure with a saillike crest by which they are buoyed up and from which dangle tentacles with stinging cells.
  • postpartum depression — Postpartum depression is a mental state involving feelings of anxiety and sudden mood swings which some women experience after they have given birth.
  • potassium bicarbonate — a white, crystalline, slightly alkaline, salty-tasting, water-soluble powder, KHCO 3 , produced by the passage of carbon dioxide through an aqueous potassium carbonate solution: used in cookery as a leavening agent and in medicine as an antacid.
  • premature ejaculation — a male psychosexual disorder in which ejaculation occurs soon after the commencement of sexual intercourse.
  • premenstrual syndrome — a complex of physical and emotional changes, including depression, irritability, appetite changes, bloating and water retention, breast soreness, and changes in muscular coordination, one or more of which may be experienced in the several days before the onset of menstrual flow. Abbreviation: PMS.
  • production department — the department of a business or organization responsible for manufacturing products
  • profit-sharing scheme — a scheme employing profit-sharing; a system in which a portion of the net profit of a business is distributed to its employees, usually in proportion to their wages or their length of service
  • program temporary fix — (programming)   (PTF) (Colloquially: Probably This Fixes) An IBM sanctioned patch, often implemented using ZAP or SUPERZAP.
  • programmed cell death — a normal, genetically regulated process leading to the death of cells and triggered by the presence or absence of certain stimuli, as DNA damage.
  • promoter of the faith — devil's advocate (def 2).
  • propantheline bromide — a substance, C 2 3 H 3 0 BrNO 3 , used in the treatment of peptic ulcers.
  • protest demonstration — a manifestation of protest by public rally, parade, etc
  • pseudohermaphroditism — an individual having internal reproductive organs of one sex and external sexual characteristics resembling those of the other sex or being ambiguous in nature. Compare hermaphrodite (def 1).
  • psychopharmacotherapy — the use of psychoactive drugs in the symptomatic treatment or control of mental disorders or psychiatric disease.
  • pyrenean mountain dog — a large heavily built dog of an ancient breed originally used to protect sheep from wild animals: it has a long thick white coat with a dense ruff
  • quantum teleportation — a hypothetical technique to instantly transfer properties from one quantum system to another without contact, or to transfer a quantum state to an arbitrarily distant location.
  • rattle someone's cage — to upset or anger someone
  • real operating system — (operating system, abuse)   The sort the speaker is used to. People from the BSDophilic academic community are likely to issue comments like "System V? Why don't you use a *real* operating system?", people from the commercial/industrial Unix sector are known to complain "BSD? Why don't you use a *real* operating system?", and people from IBM object "Unix? Why don't you use a *real* operating system?" See holy wars, religious issues, proprietary, Get a real computer!.
  • record of achievement — a statement of the personal and educational development of each pupil
  • 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.
  • registration document — a document giving identification details of a motor vehicle, including its manufacturer, date of registration, engine and chassis numbers, and owner's name
  • reinforcement therapy — a behavior modification technique in which appropriate behavior is strengthened through systematic reinforcement.
  • relational data model — (database)   (Or "relational model") A data model introduced by E.F. Codd in 1970, particularly well suited for business data management. In this model, data are organised in tables. The set of names of the columns is called the "schema" of the table. Here is an example table with the schema (account number, amount) and 3 lines. account number amount -------------- --------- 12343243546456 +30000.00 23149875245824 +2345.33 18479827492874 -123.25 The data can be manipulated using a relational algebra. SQL is a standard language for talking to a database built on the relational model (a "relational database").
  • remote procedure call — (networking, programming)   (RPC) A protocol which allows a program running on one host to cause code to be executed on another host without the programmer needing to explicitly code for this. RPC is an easy and popular paradigm for implementing the client-server model of distributed computing. An RPC is initiated by the caller (client) sending request message to a remote system (the server) to execute a certain procedure using arguments supplied. A result message is returned to the caller. There are many variations and subtleties in various implementations, resulting in a variety of different (incompatible) RPC protocols.
  • 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.
  • residual unemployment — the unemployment that remains in periods of full employment, as a result of those mentally, physically, or emotionally unfit to work
  • reverberation chamber — a room with walls that reflect sound. It is used to make acoustic measurements and as a source of reverberant sound to be mixed with direct sound for recording or broadcasting
  • rocky mountain oyster — mountain oyster.
  • roodepoort-maraisburg — a city in S Transvaal, in the NE Republic of South Africa.
  • s-k reduction machine — An abstract machine defined by Professor David Turner to evaluate combinator expressions represented as binary graphs. Named after the two basic combinators, S and K.
  • saint-maur-des-fosses — a town in N central France, near Paris, on the Marne River.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?