0%

21-letter words containing a, l, o, t, m

  • 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
  • rocky mountain locust — a migratory locust, Melanoplus spretus, that occurs in North America, especially the Great Plains, where swarms cause great damage to crops and other vegetation.
  • roman catholic church — the Christian church of which the pope, or bishop of Rome, is the supreme head.
  • saint elias mountains — a mountain range between SE Alaska and the SW Yukon, Canada. Highest peak: Mount Logan, 5959 m (19 550 ft)
  • salam-weinberg theory — the electroweak theory.
  • sampling distribution — the distribution of a statistic based on all possible random samples that can be drawn from a given population.
  • san gabriel mountains — a mountain range in S California, N of Los Angeles. Highest peak, San Antonio Peak, 10,080 feet (3072 meters).
  • scalar multiplication — an operation used in the definition of a vector space in which the product of a scalar and a vector is a vector, the operation is distributive over the addition of both scalars and vectors, and is associative with multiplication of scalars
  • 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.
  • secure hash algorithm
  • settle someone's hash — a dish of diced or chopped meat and often vegetables, as of leftover corned beef or veal and potatoes, sautéed in a frying pan or of meat, potatoes, and carrots cooked together in gravy.
  • sierra madre oriental — the system of mountains in the east of Mexico
  • simple actor language — (language)   (SAL) A minimal actor language, used for teaching in:
  • social administration — the administration and maintenance of issues to do with social policies and welfare
  • sodium metabisulphite — an inorganic compound with the chemical formula Na2S2O5 that is used as a preservative, antioxidant and disinfectant
  • 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.
  • spin angular momentum — to make (yarn) by drawing out, twisting, and winding fibers: Pioneer women spun yarn on spinning wheels.
  • steal someone's heart — to cause someone to feel love or affection
  • stock list department — (in an American stock exchange) the department dealing with monitoring compliance with its listing requirements and rules
  • subliminal perception — perception of or reaction to a stimulus that occurs without awareness or consciousness
  • summary court-martial — a court-martial composed of one commissioned officer, authorized to try minor offenses against military law.
  • systeme international — Système International d'Unités
  • 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 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.
  • thermal power station — a power station in which heat is converted into electricity
  • to kill a mockingbird — a novel (1960) by Harper Lee.
  • to lay something bare — If you lay something bare, you uncover it completely so that it can then be seen.
  • 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 make a mental note — If you make a mental note of something, you make an effort to store it in your memory so that you will not forget it.
  • to move the goalposts — If you accuse someone of moving the goalposts, you mean that they have changed the rules in a situation or an activity, in order to gain an advantage for themselves and to make things difficult for other people.
  • 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.
  • transformational rule — Linguistics. a rule of transformational grammar that relates two phrase markers in the course of a derivation from the deep to the surface syntactic representation of a sentence, as by reordering, inserting, or deleting elements; a rule that converts deep structures into surface structures.
  • trichloronitromethane — chloropicrin.
  • triethyl orthoformate — a colorless liquid, C 7 H 16 O 3 , used chiefly in organic synthesis.
  • 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.
  • ultraviolet astronomy — the branch of astronomy that deals with celestial objects emitting electromagnetic radiation in the ultraviolet range.
  • 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.
  • virtual memory system — (operating system)   (VMS) DEC's proprietary operating system originally produced for its VAX minicomputer. VMS V1 was released in August 1978. VMS was renamed "OpenVMS" around version 5.5. The first version of VMS on DEC Alpha was known as OpenVMS for AXP V1.0, and the correct way to refer to the operating system now is OpenVMS for VAX or OpenVMS for Alpha. The renaming also signified the fact that the X/Open consortium had certified OpenVMS as having a high support for POSIX standards. VMS is one of the most secure operating systems on the market (making it popular in financial institutions). It currently (October 1997) has the best clustering capability (both number and distance) and is very scalable with binaries portable from small desktop workstations up to huge mainframes. Many Unix fans generously concede that VMS would probably be the hacker's favourite commercial OS if Unix didn't exist; though true, this makes VMS fans furious.
  • 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.
  • voluntary arrangement — a procedure enabling an insolvent company to come to an arrangement with its creditors and resolve its financial problems, often in compliance with a court order
  • volunteers of america — a religious reform and relief organization, similar to the Salvation Army, founded in New York City in 1896 by Ballington Booth, son of William Booth, the founder of the Salvation Army. Abbreviation: VOA.
  • warm silence software — A small company run by(?) Robin Watts, producing software for the Acorn Archimedes.
  • weinberg-salam theory — electroweak theory.
  • william the conqueror — ("the Conqueror") 1027–87, duke of Normandy 1035–87; king of England 1066–87 (son of Robert I, duke of Normandy).
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?