0%

21-letter words containing a, c, m, e

  • 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.
  • 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.
  • 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.
  • 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.
  • sales finance company — a finance company that purchases, at a discount, installment contracts from dealers or that finances retail sales.
  • sao bernardo do campo — a city in SE Brazil, SE of São Paulo.
  • sao tome and principeDemocratic Republic of, a republic in W Africa, comprising the islands of São Tomé and Príncipe, in the Gulf of Guinea, N of the equator: a former overseas province of Portugal; gained independence in 1975. 372 sq. mi. (964 sq. km). Capital: São Tomé.
  • saponification number — the number of milligrams of potassium hydroxide required to saponify one gram of a given ester, especially a glyceride.
  • scarlet monkey flower — any of various plants belonging to the genus Mimulus, of the figwort family, as M. cardinalis (scarlet monkey flower) having spotted flowers that resemble a face.
  • schema definition set — (SDS) Something in Portable Common Tool Environment.
  • seating accommodation — the provision of seats for people in a room, building, etc
  • second-hand endowment — A second-hand endowment is a traditional with-profits endowment policy that has been sold to a new owner part way through its term.
  • secondary containment — Secondary containment is a system for dealing with hazardous spills.
  • secure hash algorithm
  • sedimentary sequences — Sedimentary sequences are layers of rock which are derived from weathered rocks, biogenic (= of living organisms) activity, or precipitation from solution.
  • semantic differential — a technique for measuring the connotative meaning of concepts by having an individual rate each concept on a series of graduated scales, each scale defined by a pair of polar adjectives, as good–bad or strong–weak.
  • sherman antitrust act — an act of Congress (1890) prohibiting any contract, conspiracy, or combination of business interests in restraint of foreign or interstate trade.
  • short message service — (messaging)   (SMS) A message service offered by the GSM digital mobile telephone system. Using SMS, a short alphanumeric message (160 alphanumeric characters) can be sent to a mobile phone to be displayed there, much like in an alphanumeric pager system. The message is buffered by the GSM network until the phone becomes active.
  • sick to one's stomach — afflicted with ill health or disease; ailing.
  • simple actor language — (language)   (SAL) A minimal actor language, used for teaching in:
  • skew symmetric matrix — a matrix that is equal to the negation of its transpose
  • slatwall merchandiser — A slatwall merchandiser is a three-dimensional display unit with grooves cut into its surface into which metal hanging rails can be fixed at various heights.
  • somatotrophic-hormone — a hormone secreted by the anterior pituitary gland, that stimulates growth in humans.
  • special court-martial — a court-martial established to try violations of military law less serious than those tried by a general court-martial but more serious than those tried by a summary court-martial.
  • splice the main brace — to join together or unite (two ropes or parts of a rope) by the interweaving of strands.
  • statistical mechanics — the science that deals with average properties of the molecules, atoms, or elementary particles in random motion in a system of many such particles and relates these properties to the thermodynamic and other macroscopic properties of the system.
  • stock list department — (in an American stock exchange) the department dealing with monitoring compliance with its listing requirements and rules
  • strategic air command — a U.S. Air Force command charged with intercontinental air strikes, especially nuclear attacks.
  • subliminal perception — perception of or reaction to a stimulus that occurs without awareness or consciousness
  • 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
  • sympathetic vibration — a vibration induced by resonance.
  • take/come into effect — If a law or policy takes effect or comes into effect at a particular time, it officially begins to apply or be valid from that time. If it remains in effect, it still applies or is still valid.
  • teleological argument — the argument purporting to prove the existence of God from empirical facts, the premise being that the universe shows evidence of order and hence design
  • tetrabromofluorescein — eosin (def 1).
  • the (norman) conquest — the conquering of England by the Normans under William the Conqueror in 1066
  • the comrades marathon — an annual long-distance race run every year on the 16th of June from Durban to Pietermaritzburg, a distance of approximately 90 kilometres (56 miles)
  • the cream of the crop — You can refer to the best people or things of a particular kind as the cream of the crop.
  • the executive mansion — the White House
  • the maastricht treaty — a treaty on European economic and monetary union agreed by government leaders of the 12 EC states at a meeting in Maastricht in December 1991
  • the supreme sacrifice — the sacrifice of one's life
  • therapeutic community — a group-based form of therapy for mental disorders, sometimes residential
  • thermal decomposition — Thermal decomposition is the process in which a chemical species breaks down when its temperature is increased.
  • throw someone a curve — a continuously bending line, without angles.
  • to kick someone's ass — To kick ass or to kick someone's ass means to show them that you are angry with them, either by telling them or by using physical force.
  • 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.
  • transactinide element — any element having an atomic number higher than 103, the last of the actinide series. These superheavy, radioactive elements are extremely short-lived, and can only be created in the laboratory.
  • transcendental number — a number that is not a root of any algebraic equation having integral coefficients, as π or e .
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?