0%

24-letter words containing a, m, t, r, c

  • mean length of utterance — the mean number of morphemes produced per sentence, used especially as a measure of child language development. Abbreviation: MLU.
  • medium-scale integration — MSI.
  • meteorological satellite — an artificial satellite that gathers data concerning the earth's atmosphere and surface in order to aid meteorologists in understanding weather patterns and producing weather forecasts.
  • mitigating circumstances — conditions that lessen responsibility for a crime
  • money-market certificate — a certificate of deposit held for a specified term earning a fixed interest rate keyed to the interest rate of U.S. Treasury bills.
  • motorway service station — an establishment off a motorway where drivers can refuel their vehicles, buy food, drink, etc
  • mutual insurance company — an insurance company owned by the policyholders and not by shareholders
  • near field communication — a short-range wireless communication system that uses radio waves to enable a phone or other mobile device to interact with another device or card reader: Near Field Communication essentially lets your phone replace your credit cards. Abbreviation: NFC.
  • nonparametric statistics — the branch of statistics that studies data measurable on an ordinal or nominal scale, to which arithmetic operations cannot be applied
  • open system architecture — (operating system)   (OSA) A competitor to IBM's SNA.
  • parallel virtual machine — (parallel, networking, tool)   (PVM) 1. A software system designed to allow a network of heterogeneous machines to be used as a single distributed parallel processor. PVM was developed by the University of Tennessee, The Oak Ridge National Laboratory and the Emory University. 2. The intermediate language used by the Gambit compiler for Scheme.
  • permeability coefficient — the volume of an incompressible fluid that will flow in unit time through a unit cube of a porous substance across which a unit pressure difference is maintained
  • photomechanical transfer — a method of producing photographic prints or offset printing plates from paper negatives by a chemical transfer process rather than by exposure to light
  • phrase-structure grammar — a grammar that consists of phrase-structure rules.
  • physiological atmosphere — ecosphere.
  • polymer matrix composite — A polymer matrix composite is a material consisting of a composite made stronger by adding fibers or particles to it.
  • portable document format — (file format)   (PDF) The native file format for Adobe Systems' Acrobat. PDF is the file format for representing documents in a manner that is independent of the original application software, hardware, and operating system used to create those documents. A PDF file can describe documents containing any combination of text, graphics, and images in a device-independent and resolution independent format. These documents can be one page or thousands of pages, very simple or extremely complex with a rich use of fonts, graphics, colour, and images.
  • portable scheme debugger — (PSD) A package for source code debugging of R4RS-compliant Scheme under GNU Emacs by Kellom ?ki Pertti <[email protected]>. Version 1.1. Distributed under GNU GPL. It works with scm, Elk and Scheme->C.
  • potassium cobaltinitrite — a yellow, crystalline, slightly water-soluble powder, K 3 Co(NO 2) 6 , used as a pigment in oil and watercolor paints, and for coloring surfaces of glass, porcelain, etc.
  • potentiometric titration — titration in which the end point is determined by measuring the voltage of an electric current of given amperage passed through the solution.
  • present company excepted — If you are making a general, unfavourable comment about a particular type of person, and you are with people of that type, you can say 'present company excepted' as a way of making your comment sound more polite.
  • principal quantum number — the nonnegative, integral quantum number that defines the stationary orbits in the Bohr model of the atom.
  • privileged communication — a communication that one cannot legally be compelled to divulge, as that to a lawyer from a client
  • pyrotraumatic dermatitis — hot spot.
  • quick-assembly furniture — furniture such as shelves and cupboards which you buy as a number of separate pieces and assemble yourself
  • recommended retail price — the selling price of a product officially suggested by a manufacturer to a retailer
  • remote method invocation — (programming)   (RMI) Part of the Java programming language library which enables a Java program running on one computer to access the objects and methods of another Java program running on a different computer.
  • renewable term insurance — Renewable term insurance is term life insurance that may be renewed for another period without the policyholder needing to provide further evidence of their insurability.
  • representative democracy — a person or thing that represents another or others.
  • reproductive imagination — the faculty of imagining, or of forming mental images or concepts of what is not actually present to the senses.
  • resale price maintenance — the practice by which a manufacturer establishes a fixed or minimum price for the resale of a brand product by retailers or other distributors
  • research and development — the part of a commercial company's activity concerned with applying the results of scientific research to develop new products and improve existing ones
  • rocky mountain whitefish — mountain whitefish.
  • santa coloma de gramanet — a city in NE Spain.
  • senegambia confederation — an economic and political union (1982–89) between Senegal and The Gambia
  • sic transit gloria mundi — thus passes the glory of the world
  • special development area — an area earmarked for special development by the government
  • stratificational grammar — a grammar based upon the theory that language is made up of successive strata that are interconnected by established rules.
  • structural functionalism — functionalism (def 3).
  • to carry sth to extremes — to overdo something
  • to cramp someone's style — If someone or something cramps your style, their presence or existence restricts your behaviour in some way.
  • to make boundary changes — to change the boundaries of parliamentary constituencies, because of population shifts
  • to pick someone's brains — If you pick someone's brains, you ask them to help you with a problem because they know more about the subject than you.
  • tread on someone's corns — to offend or hurt someone by touching on a sensitive subject or encroaching on his privileges
  • tri-nations championship — (from 1996–2011) the annual tournament in which the national sides representing Australia, New Zealand, and South Africa compete; in 2012 Argentina entered and the competition became the Rugby Championship
  • tuva autonomous republic — an autonomous republic in the Russian Federation in Asia: formerly an independent republic in Mongolia. 65,810 sq. mi. (170,500 sq. km). Capital: Kyzyl.
  • uniform resource locater — Uniform Resource Locator
  • uniform resource locator — (web)   (URL, previously "Universal") A standard way of specifying the location of an object, typically a web page, on the Internet. Other types of object are described below. URLs are the form of address used on the World-Wide Web. They are used in HTML documents to specify the target of a hypertext link which is often another HTML document (possibly stored on another computer). Here are some example URLs: http://w3.org/default.html http://acme.co.uk:8080/images/map.gif http://foldoc.org/?Uniform+Resource+Locator http://w3.org/default.html#Introduction ftp://wuarchive.wustl.edu/mirrors/msdos/graphics/gifkit.zip ftp://spy:[email protected]/pub/topsecret/weapon.tgz mailto:[email protected] news:alt.hypertext telnet://dra.com The part before the first colon specifies the access scheme or protocol. Commonly implemented schemes include: ftp, http (web), gopher or WAIS. The "file" scheme should only be used to refer to a file on the same host. Other less commonly used schemes include news, telnet or mailto (e-mail). The part after the colon is interpreted according to the access scheme. In general, two slashes after the colon introduce a hostname (host:port is also valid, or for FTP user:[email protected] or [email protected]). The port number is usually omitted and defaults to the standard port for the scheme, e.g. port 80 for HTTP. For an HTTP or FTP URL the next part is a pathname which is usually related to the pathname of a file on the server. The file can contain any type of data but only certain types are interpreted directly by most browsers. These include HTML and images in gif or jpeg format. The file's type is given by a MIME type in the HTTP headers returned by the server, e.g. "text/html", "image/gif", and is usually also indicated by its filename extension. A file whose type is not recognised directly by the browser may be passed to an external "viewer" application, e.g. a sound player. The last (optional) part of the URL may be a query string preceded by "?" or a "fragment identifier" preceded by "#". The later indicates a particular position within the specified document. Only alphanumerics, reserved characters (:/?#"<>%+) used for their reserved purposes and "$", "-", "_", ".", "&", "+" are safe and may be transmitted unencoded. Other characters are encoded as a "%" followed by two hexadecimal digits. Space may also be encoded as "+". Standard SGML "&;" character entity encodings (e.g. "é") are also accepted when URLs are embedded in HTML. The terminating semicolon may be omitted if & is followed by a non-letter character.
  • united states of america — United States. Abbreviation: U.S.A., USA.
  • visual component library — (programming)   VCL A application framework library for Microsoft Windows and Borland Software Corp.'s Delphi and C++Builder rapid application development software. VCL was originally designed for Delphi but is now also used for C++Builder. This replaces OWL Object Windows Library as Borland's Windows C++ framework of choice. VCL encapsulates the C-based Win32 API into a much easier to use, object-oriented form. Like its direct rival, Microsoft Foundation Class Library (MFC), VCL includes classes to create Windows programs. The VCL component class can be inherited to create new VCL components, which are the building blocks of Delphi and C++Builder applications. VCL components are somewhat in competition with ActiveX controls, though a VCL wrapper can be created to make an ActiveX control seem like a VCL component.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?