0%

21-letter words containing c, u, d, l, e

  • goldbach's conjecture — the conjecture that every even number greater than two is the sum of two prime numbers
  • guaranteed scheduling — (algorithm)   A scheduling algorithm used in multitasking operating systems that guarantees fairness by monitoring the amount of CPU time spent by each user and allocating resources accordingly.
  • hindu-arabic numerals — Arabic numeral.
  • inclusive disjunction — See under disjunction (def 2a).
  • induction loop system — a system enabling partially deaf people to hear dialogue and sound in theatres, cinemas, etc, consisting of a loop of wire placed round the perimeter of a designated area. This emits an electromagnetic signal which is picked up by a hearing aid
  • lafcadio's adventures — French Les Caves du Vatican. a novel (1914) by André Gide.
  • learning difficulties — difficulty experienced in reaching the average standard of people of the same age group as regards intellectual and cognitive skills and performance
  • logic design language — (language)   A language for computer design.
  • luck was on sb's side — If you say that luck was on someone's side, you mean that they succeeded in something by chance as well as by their own efforts or ability.
  • macgillicuddy's reeks — a mountain range in County Kerry, SW Ireland. Highest peak (also highest in Ireland), Carrantuohill, 3414 feet (1041 meters).
  • magnetic flux density — Also called magnetic flux density. a vector quantity used as a measure of a magnetic field. Symbol: B.
  • magnetofluid dynamics — magnetohydrodynamics.
  • make a policy paid up — If you make a policy paid up, you stop making premium payments into a life policy but still leave the coverage in place.
  • medical jurisprudence — forensic medicine.
  • medium access control — Media Access Control
  • modulus of elasticity — the ratio of the stress applied to a body or substance to the resulting strain within the elastic limit
  • mother-of-pearl cloud — nacreous cloud.
  • mucopolysaccharidoses — Plural form of mucopolysaccharidosis.
  • multi-ringed compound — A multi-ringed compound is a compound which has 70 or more carbon atoms, often a residual compound.
  • muon-catalysed fusion — an experimental form of nuclear fusion in which hydrogen and deuterium muonic atoms are formed. Because the mass of the muon is much larger than that of the electron, the atoms are smaller, and the nuclei are close enough for fusion to occur
  • noncustodial sentence — a punishment given by a court of law that does not involve a prison term, such as a fine or a restriction order
  • occupational guidance — advice and guidance relating to employment issues and career choices
  • optical double (star) — double star (sense 2)
  • packed encoding rules — (protocol, standard)   (PER) ASN.1 encoding rules for producing a compact transfer syntax for data structures described in ASN.1, defined in 1994. PER provides a much more compact encoding then BER. It tries to represents the data units using the minimum number of bits. The compactness requires that the decoder knows the complete abstract syntax of the data structure to be decoded, however. Documents: ITU-T X.691, ISO 8825-2.
  • peroxydisulfuric acid — persulfuric acid (def 2).
  • pipelined burst cache — Pipeline Burst Cache
  • play with a full deck — Nautical. a floorlike surface wholly or partially occupying one level of a hull, superstructure, or deckhouse, generally cambered, and often serving as a member for strengthening the structure of a vessel. the space between such a surface and the next such surface above: Our stateroom was on B deck.
  • pseudo-cleft sentence — cleft sentence (def 2).
  • public address system — loudspeaker
  • 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.
  • 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.
  • purple-fringed orchid — either of two orchids, Habenaria fimbriata or H. psycodes, of eastern North America, having a cluster of fragrant purple flowers with a fringed lip.
  • purple-fringed orchis — either of two North American orchids (Habenaria psycodes and H. fimbriata) with purple-fringed flowers
  • 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.
  • richard coeur de lion — ("Richard the Lion-Hearted"; "Richard Coeur de Lion") 1157–99, king of England 1189–99.
  • round-necked pullover — a sweater with a plain round neckline
  • scalar triple product — the volume of the parallelepiped defined by three given vectors, u, v, and w, usually represented as u·v 1 (v×w), [ uvw ], or (uvw), where × denotes a cross product and · denotes an inner product.
  • school superintendent — an official whose job is to oversee school administration within a district
  • silicon tetrafluoride — a colorless, fuming gas, SiF 4 , used chiefly in the manufacture of fluosilicic acid.
  • sinusoidal projection — an equal-area projection in which parallels are straight lines spaced at regular intervals, the central meridian is a straight line one-half the length of the equator, and the other meridians are curves symmetrical to the central meridian.
  • statutory declaration — a declaration made under statutory authority before a justice of the peace or commissioner for oaths which may in certain cases be substituted for a statement on oath
  • submerged arc welding — a type of heavy electric-arc welding using mechanically fed bare wire with the arc submerged in powdered flux to keep out oxygen
  • sunday school teacher — someone who teaches at a Sunday school
  • supply-side economics — a school of economic thought that emphasizes the importance to a strong economy of policies that remove impediments to supply
  • the household cavalry — a group of British soldiers on horseback who have the job of protecting the king or queen and their family
  • to be hard luck on sb — to be unfortunate or unlucky for someone
  • 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.
  • transcendental number — a number that is not a root of any algebraic equation having integral coefficients, as π or e .
  • undesirable discharge — a discharge under other than honorable conditions of a person from military service by administrative action.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?