0%

25-letter words containing a, c, e, s, p, r

  • accelerated graphics port — (hardware, graphics)   (AGP) A bus specification by Intel which gives low-cost 3D graphics cards faster access to main memory on personal computers than the usual PCI bus. AGP dynamically allocates the PC's normal RAM to store the screen image and to support texture mapping, z-buffering and alpha blending. Intel has built AGP into a chipset for its Pentium II microprocessor. AGP cards are slightly longer than a PCI card. AGP operates at 66 MHz, doubled to 133 MHz, compared with PCI's 33 Mhz. AGP allows for efficient use of frame buffer memory, thereby helping 2D graphics performance as well. AGP provides a coherent memory management design which allows scattered data in system memory to be read in rapid bursts. AGP reduces the overall cost of creating high-end graphics subsystems by using existing system memory.
  • african sleeping sickness — sleeping sickness (sense 1)
  • alpha-particle scattering — Rutherford scattering.
  • archibald philip primroseArchibald Philip, 5th Earl of Rosebery, Rosebery, Archibald Philip Primrose, 5th Earl of.
  • armored personnel carrier — a tracked military vehicle with a steel or aluminum hull used to transport troops in combat and usually fitted with light armament. Abbreviation: APC.
  • association of lisp users — (body)   (ALU) A user group which aims to promote Lisp, help inform and educate Lisp users in general, and help represent Lisp users as a group to the vendors. The ALU holds an annual conference and supports the formation of inter-vendor standards. ALU has international membership and is incorporated in the US. Mailing list: <[email protected]>.
  • australopithecus robustus — an extinct species of large-toothed bipedal hominid that lived in southern Africa c1.5–2 million years ago: formerly classified as the genus Paranthropus.
  • automatic data processing — ADP.
  • characteristic polynomial — an expression obtained from a given matrix by taking the determinant of the difference between the matrix and an arbitrary variable times the identity matrix.
  • cheyne-stokes respiration — respiration characterized by cycles of deep, rapid breathing and weak, slow breathing, as in cases of heart failure or coma
  • chief of naval operations — the highest officer in the U.S. Navy and a member of the Joint Chiefs of Staff.
  • command control processor — (operating system)   (CCP) CP/M's command-line interpreter.
  • compensated semiconductor — a semiconductor in which donors and acceptors are related in such a way that their opposing electrical effects are partially cancelled
  • computer-aided publishing — desktop publishing. Abbreviation: CAP.
  • constant applicative form — (functional programming)   (CAF) A supercombinator which is not a lambda abstraction. This includes truly constant expressions such as 12, (+ 1 2), [1, 2, 3] as well as partially applied functions such as (+ 4). Note that this last example is equivalent under eta abstraction to \ x . + 4 x which is not a CAF. Since a CAF is a supercombinator, it contains no free variables. Moreover, since it is not a lambda abstraction it contains no variables at all. It may however contain identifiers which refer to other CAFs, e.g. c 3 where c = (* 2). A CAF can always be lifted to the top level of the program. It can either be compiled to a piece of graph which will be shared by all uses or to some shared code which will overwrite itself with some graph the first time it is evaluated. A CAF such as ints = from 1 where from n = n : from (n+1) can grow without bound but may only be accessible from within the code of one or more functions. In order for the garbage collector to be able to reclaim such structures, we associate with each function a list of the CAFs to which it refers. When garbage collecting a reference to the function we collect the CAFs on its list.
  • copyright deposit library — one of six libraries legally entitled to receive a gratis copy of every book published in the United Kingdom: the British Library, Bodleian, Cambridge University, Trinity College in Dublin, Scottish National Library, and National Library of Wales
  • crude oil degassing plant — A crude oil degassing plant is equipment that removes light ends such as methane and butane from crude oil.
  • crude oil pyrolysis plant — A crude oil pyrolysis plant is equipment used for converting waste and poor fuel to a better product by pyrolysis (= the use of heat to decompose organic material).
  • cut a person down to size — to reduce in importance or decrease the conceit of
  • data processing equipment — Data processing equipment is electrically operated equipment that accumulates, processes, and stores data.
  • dataphone digital service — (communications, product)   (DDS) The first private-line digital service offered by AT&T, with data rates typically at 2.4, 4.8, 9.6 and 56 kilobits per second. DDS is now part of AT&T's Accunet family of services. Most LEC (local exchange carriers) and IXC (IntereXchange Carriers) offer similar services.
  • decision support database — A database from which data is extracted and analysed statistically (but not modified) in order to inform business or other decisions. This is in contrast to an operational database which is being continuously updated. For example, a decision support database might provide data to determine the average salary of different types of workers, whereas an operational database containing the same data would be used to calculate pay check amounts. Often, decision support data is extracted from operation databases.
  • democratic unionist party — a Northern Irish political party, founded by Ian Paisley in 1971, advocating the maintenance of union with the UK
  • digital signal processing — (DSP) Computer manipulation of analog signals (commonly sound or image) which have been converted to digital form (sampled).
  • directory access protocol — X.500 protocol used for communication between a Directory User Agent and a Directory System Agent.
  • disappear without a trace — If you say that someone or something disappears without a trace, you mean that they stop existing or stop being successful very suddenly and completely.
  • document image processing — (DIP) Storage, management and retrieval of images.
  • dopamine receptor agonist — A dopamine receptor agonist is any compound that activates dopamine receptors when dopamine is not present.
  • eastern aden protectorate — a former British protectorate, now the E part of the People's Democratic Republic of Yemen: composed of the Arab sheikdoms of Hadhramaut and the island of Socotra.
  • electroconvulsive therapy — the treatment of certain psychotic conditions by passing an electric current through the brain to induce coma or convulsions
  • enhanced graphics adapter — (graphics, hardware)   (EGA) An IBM PC display standard with a resolution of 640 x 350 pixels of 16 colours.
  • european court of justice — law: international court
  • first generation computer — (architecture)   A prototype computer based on vacuum tubes and other esoteric technologies. Chronologically, any computer designed before the mid-1950s. Examples include Howard Aiken's Mark 1 (1944), Maunchly and Eckert's ENIAC (1946), and the IAS computer.
  • free open-source software — free software
  • functional representation — representation in a governing body on the basis of social class or occupation.
  • genealogical relationship — the relationship that exists between languages that have developed from a single earlier language.
  • graphic design department — a group of people in a company who work in graphic design
  • graphic display interface — (hardware)   (GDI) graphics adaptor.
  • graphics interface format — (spelling)   You mean "Graphics Interchange Format".
  • hospitalization insurance — insurance to cover, in whole or in part, the hospital bills of a subscriber or of his or her dependents.
  • japanese flowering cherry — any of various ornamental hybrid cherry trees developed in Japan, having white or pink blossoms and inedible fruit.
  • maintenance of membership — an arrangement or agreement between an employer and a labor union by which employees who are members of the union at the time the agreement is made, or who subsequently join, must either remain members until the agreement expires, or be discharged.
  • mens sana in corpore sano — a sound mind in a sound body
  • message passing interface — (communications, protocol)   A de facto standard for communication among the nodes running a parallel program on a distributed memory system. MPI is a library of routines that can be called from Fortran and C programs. MPI's advantage over older message passing libraries is that it is both portable (because MPI has been implemented for almost every distributed memory architecture) and fast (because each implementation is optimised for the hardware it runs on).
  • network operations center — (NOC) A location from which the operation of a network or internet is monitored. Additionally, this center usually serves as a clearinghouse for connectivity problems and efforts to resolve those problems. See also Network Information Center.
  • open educational resource — Usually, open educational resources. a piece of content or a tool for teaching or learning, often developed online, that is made available free of charge for anyone to use, revise, adapt, or redistribute. Abbreviation: OER.
  • page description language — a high-level programming language for determining the output of a page printer designed to work with it, independent of the printer's internal codes. Abbreviation: PDL.
  • palo alto research center — XEROX PARC
  • palo alto research centre — XEROX PARC
  • pauli exclusion principle — exclusion principle.

On this page, we collect all 25-letter words with A-C-E-S-P-R. It’s easy to find right word with a certain length. It is the easiest way to find 25-letter word that contains in A-C-E-S-P-R to use in Scrabble or Crossword puzzles

Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?