0%

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

  • 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.
  • pyrenean mountain dog — a large heavily built dog of an ancient breed originally used to protect sheep from wild animals: it has a long thick white coat with a dense ruff
  • record of achievement — a statement of the personal and educational development of each pupil
  • 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.
  • 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
  • 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.
  • resident commissioner — a representative from a dependency, as Guam or Puerto Rico, who is entitled to speak, but not to vote, in the U.S. House of Representatives.
  • residual unemployment — the unemployment that remains in periods of full employment, as a result of those mentally, physically, or emotionally unfit to work
  • roodepoort-maraisburg — a city in S Transvaal, in the NE Republic of South Africa.
  • 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.
  • saint-maur-des-fosses — a town in N central France, near Paris, on the Marne River.
  • sanitation department — the department of local government responsible for collecting and disposing of refuse
  • santo tome de guayana — a city in NE Venezuela, on the Orinoco River.
  • 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é.
  • 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.
  • serbia and montenegro — a former country in SE Europe, consisting of the republics of Serbia and Montenegro; replaced the Federal Republic of Yugoslavia in 2003, and dissolved in 2006 following Montenegro’s decision to secede
  • show someone the door — a movable, usually solid, barrier for opening and closing an entranceway, cupboard, cabinet, or the like, commonly turning on hinges or sliding in grooves.
  • 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
  • somatization disorder — a mental illness, usually beginning before age 20, characterized by multiple physical complaints for which no physical causes can be found and often leading to unnecessary treatment or surgery and to severe disability.
  • step-down transformer — a device that transfers an alternating current from one circuit to one or more other circuits with a decrease of voltage
  • stock list department — (in an American stock exchange) the department dealing with monitoring compliance with its listing requirements and rules
  • stokes-adams syndrome — unconsciousness accompanying atrioventricular heart block, sometimes characterized by weakness, irregular pulse, and intermittent convulsive or nonconvulsive seizures.
  • strategic air command — a U.S. Air Force command charged with intercontinental air strikes, especially nuclear attacks.
  • the assessment method — a way of providing evidence that students' knowledge and learning match the aims of a course
  • 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 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 student community — the body of students in further and higher education, considered as a whole
  • 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.
  • time and motion study — the systematic investigation and analysis of the motions and the time required to perform a specific operation or task with a view to seeking more efficient methods of production as well as setting time standards.
  • to be mixed up in sth — if you are mixed up in something, usually something bad, you are involved in it
  • to bend someone's ear — If you say that someone is bending your ear about something, you mean that they keep talking to you about it because they think it is important; used especially when you are irritated by this.
  • 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.
  • to take your mind off — If something takes your mind off a problem or unpleasant situation, it helps you to forget about it for a while.
  • 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.
  • under one's own steam — If you do something under your own steam, you do it without any help from anyone else.
  • 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.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?