0%

21-letter words containing a, m, p, l

  • non-repeating decimal — a decimal representation of any irrational number, having the property that no sequence of digits is repeated ad infinitum.
  • olympic national park — a national park in NW Washington. 1323 sq. mi. (3425 sq. km).
  • 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.
  • pacific daylight time — the version of Pacific Standard Time that is in use when daylight saving time is being observed
  • parliamentary inquiry — a question asked of the presiding officer of a parliament in relation to parliamentary law
  • partial reinforcement — the process of randomly rewarding an organism for making a response on only some of the occasions it makes it
  • payload assist module — a U.S. solid-propellant rocket used to boost a medium-weight spacecraft from a circular low-earth orbit to an elliptical transfer orbit for later insertion into a geosynchronous orbit. Abbreviation: PAM.
  • pdp assembly language — (language)   (PAL) The assembly language for the PDP-8 and PDP-11.
  • peephole optimisation — (compiler)   A kind of low-level code optimisation that considers only a few adjacent machine code instructions at a time and looks for certain combinations which can be replaced with more efficient sequences. E.g. ADD R0, #1 ADD R0, #1 (add one to register R0) could be replaced by ADD R0, #2 as long as there were no jumps to the second instruction.
  • peephole optimization — peephole optimisation
  • pentamethylenediamine — cadaverine.
  • performance appraisal — the assessment, at regular intervals, of an employee's performance at work
  • personalized medicine — an approach to the practice of medicine that uses information about a patient’s unique genetic makeup and environment to customize the patient's medical care to fit his or her individual requirements.
  • piezoelectric ceramic — any ceramic that exhibits piezoelectric properties.
  • ploughman's spikenard — a European plant, Inula conyza, with tubular yellowish flower heads surrounded by purple bracts: family Asteraceae (composites)
  • pneumoencephalography — encephalography.
  • polarizing microscope — a microscope that utilizes polarized light to reveal detail in an object, used especially to study crystalline and fibrous structures.
  • politically motivated — If an act of violence is politically motivated, it is carried out in the interests of a particular government or political party.
  • 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.
  • prader-willi syndrome — a congenital condition characterized by obsessive eating, obesity, learning difficulties, and small genitalia
  • 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.
  • pressure-vacuum valve — a valve for relieving a sealed tank of any pressure or vacuum exceeding acceptable limits.
  • prince rupert's metal — a brass composed of from about 60 to 85 percent copper and about 15 to 40 percent zinc, used to imitate gold.
  • privacy enhanced mail
  • private member's bill — In Britain, a Private Member's Bill is a law that is proposed by a Member of Parliament acting as an individual rather than as a member of his or her political party.
  • probable maximum loss — Probable maximum loss is the maximum amount of loss that can be expected under normal circumstances.
  • 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.
  • propantheline bromide — a substance, C 2 3 H 3 0 BrNO 3 , used in the treatment of peptic ulcers.
  • psychological primary — one of a set of perceived colours (red, yellow, blue, green, black, and white) that can be used to characterize all other perceived colours
  • public address system — loudspeaker
  • public administration — the implementation of public policy, largely by the executive branch.
  • public-address system — a combination of electronic devices that makes sound audible via loudspeakers to many people, as in an auditorium or out of doors.
  • pulmonary circulation — the circulation of blood from the heart to the lungs for oxygenation and back to the heart.
  • pulse code modulation — a form of modulation that transforms a wave-form, as an audio signal, into a binary signal in which information is conveyed by a coded order of pulses for transmission, storage on a disk, or processing by a computer. Abbreviation: PCM.
  • pulse-code modulation — a form of modulation that transforms a wave-form, as an audio signal, into a binary signal in which information is conveyed by a coded order of pulses for transmission, storage on a disk, or processing by a computer. Abbreviation: PCM.
  • pulse-time modulation — radio transmission in which the carrier is modulated to produce a series of pulses timed to transmit the amplitude and pitch of a signal. Abbr.: PTM.
  • 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.
  • 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!.
  • 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.
  • relative permeability — the ratio of the permeability of a medium to that of free space
  • relative permittivity — Electricity. the ratio of the flux density produced by an electric field in a given dielectric to the flux density produced by that field in a vacuum.
  • 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
  • sales finance company — a finance company that purchases, at a discount, installment contracts from dealers or that finances retail sales.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?