0%

21-letter words containing d, o, l, m, e

  • non-repeating decimal — a decimal representation of any irrational number, having the property that no sequence of digits is repeated ad infinitum.
  • 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.
  • one-dimensional array — (types)   An array with only one dimension; the simplest kind of array, consisting of a sequence of items ("elements"), all of the same type. An element is selected by an integer index that normally starts at zero for the first element and increases by one. The index of the last element is thus the length of the array minus one. A one-dimensional array is also known as a vector. It should not be confused with a list. In some languages, e.g. Perl, all arrays are one-dimensional and higher dimensions are represented as arrays of pointers to arrays (which can have different sizes and can themselves contain pointers to arrays and so on). A one-dimensional array maps simply to memory: the address of an element with index i is A(i) = A0 + i * s where A0 is the base address of the array and s is the size of storage used for each element, the "stride". Elements may be padded to certain address boundaries, e.g. machine words, to increase access speed, in which case the stride will be larger than the amount of data in an element.
  • 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.
  • 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.
  • ploughman's spikenard — a European plant, Inula conyza, with tubular yellowish flower heads surrounded by purple bracts: family Asteraceae (composites)
  • 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.
  • prader-willi syndrome — a congenital condition characterized by obsessive eating, obesity, learning difficulties, and small genitalia
  • 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.
  • primitive dicotyledon — any living relative of early angiosperms that branched off before the evolution of monocotyledons and eudicotyledons. The group comprises about 5 per cent of the world's plants
  • 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.
  • 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.
  • 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.
  • 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.
  • residual unemployment — the unemployment that remains in periods of full employment, as a result of those mentally, physically, or emotionally unfit to work
  • sierra madre oriental — the system of mountains in the east of Mexico
  • sodium metabisulphite — an inorganic compound with the chemical formula Na2S2O5 that is used as a preservative, antioxidant and disinfectant
  • stock list department — (in an American stock exchange) the department dealing with monitoring compliance with its listing requirements and rules
  • supply-side economics — a school of economic thought that emphasizes the importance to a strong economy of policies that remove impediments to supply
  • the middle of nowhere — remote place
  • the moral high ground — If you say that someone has taken the moral high ground, you mean that they consider that their policies and actions are morally superior to the policies and actions of their rivals.
  • the women's land army — a unit of women recruited to do agricultural work in the United Kingdom during World War I and World War II
  • thermal decomposition — Thermal decomposition is the process in which a chemical species breaks down when its temperature is increased.
  • to live hand to mouth — If someone lives hand to mouth or lives from hand to mouth, they have hardly enough food or money to live on.
  • to risk life and limb — If someone risks life and limb, they do something very dangerous that may cause them to die or be seriously injured.
  • tool command language — (language)   /tik*l/ (Tcl) An interpreted string processing language for issuing commands to interactive programs, developed by John Ousterhout at UCB. Each application program can extend tcl with its own set of commands. Tcl is like a text-oriented Lisp, but lets you write algebraic expressions for simplicity and to avoid scaring people away. Though originally designed to be a "scripting language" rather than for serious programming, Tcl has been used successfully for programs with hundreds of thousands of lines. It has a peculiar but simple syntax. It may be used as an embedded interpreter in application programs. It has exceptions and packages (called libraries), name-spaces for procedures and variables, and provide/require. It supports dynamic loading of object code. It is eight-bit clean. It has only three variable types: strings, lists and associative arrays but no structures. Tcl and its associated GUI toolkit, Tk run on all flavors of Unix, Microsoft Windows, Macintosh and VMS. Tcl runs on the Amiga and many other platforms. See also expect (control interactive programs and pattern match on their output), Cygnus Tcl Tools, [incr Tcl] (adds classes and inheritence to Tcl), Scriptics (John Ousterhout's company that is the home of Tcl development and the TclPro tool suite), Tcl Consortium (a non-profit agency dedicated to promoting Tcl), tclhttpd (an embeddable Tcl-based web server), tclx (adds many commands to Tcl), tcl-debug.
  • ulm's modula-2 system — (language)   A Modula-2 compiler, library and tools by Andreas Borchert <[email protected]>. The compiler is derived from the ETHZ compiler for the Lilith system. Version 2.2.1 conforms to PIM3. It requires gas version 1.36 (to be found in the same directory). Commercial use requires a licence. It runs on Sun-3, Nixdorf Targon/31, Concurrent 3200 Series.
  • universal disk format — (storage, standard)   (UDF) A CD-ROM file system standard that is required for DVD ROMs. UDF is the OSTA's replacement for the ISO 9660 file system used on CD-ROMs, but will be mostly used on DVD. DVD multimedia disks use UDF to contain MPEG audio and video streams. To read DVDs you need a DVD drive, the kernel driver for the drive, MPEG video support, and a UDF driver. DVDs containing both UDF filesystems and ISO 9660 filesystems can be read without UDF support. UDF can also be used by CD-R and CD-RW recorders in packet writing mode.
  • until the end of time — If you say that something will happen or be true until the end of time or to the end of time, you are emphasizing that it will always happen or always be true.
  • ventriloquist's dummy — a puppet which is operated by a ventriloquist and made to appear to talk
  • vladivostok agreement — a preliminary arms control accord concluded by Soviet leader Leonid Brezhnev and U.S. President Gerald Ford in Vladivostok, U.S.S.R., in December 1974.
  • weak head normal form — (reduction, theory)   (WHNF) A lambda expression is in weak head normal form (WHNF) if it is a head normal form (HNF) or any lambda abstraction. I.e. the top level is not a redex. The term was coined by Simon Peyton Jones to make explicit the difference between head normal form (HNF) and what graph reduction systems produce in practice. A lambda abstraction with a reducible body, e.g. \ x . ((\ y . y+x) 2) is in WHNF but not HNF. To reduce this expression to HNF would require reduction of the lambda body: (\ y . y+x) 2 --> 2+x Reduction to WHNF avoids the name capture problem with its need for alpha conversion of an inner lambda abstraction and so is preferred in practical graph reduction systems. The same principle is often used in strict languages such as Scheme to provide call-by-name evaluation by wrapping an expression in a lambda abstraction with no arguments: D = delay E = \ () . E The value of the expression is obtained by applying it to the empty argument list:
  • well-ordering theorem — the theorem of set theory that every set can be made a well-ordered set.
  • yellow mercuric oxide — a slightly crystalline, water-soluble, poisonous compound, HgO, occurring as a coarse, orange-red powder (red mercuric oxide) or as a fine, orange-yellow powder (yellow mercuric oxide) used chiefly as a pigment in paints and as an antiseptic in pharmaceuticals.
  • yellow-rumped warbler — a common North American wood warbler, Dendroica coronata, having yellow spots on the rump, crown, and sides, including a white-throated eastern subspecies (myrtle warbler) and a yellow-throated western subspecies (Audubon's warbler)
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?