0%

25-letter words containing p, l, o, i, d

  • 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.
  • allied health professions — any of a wide range of professions related to healthcare other than nursing and medicine, for example physiotherapy, dietetics or radiography
  • alpha-adrenergic receptor — a site on a cell that, upon interaction with epinephrine or norepinephrine, controls vasoconstriction, intestinal relaxation, pupil dilation, and other physiological processes.
  • 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.
  • canyonlands national park — a national park in SE Utah, at the junction of the Colorado and Green rivers: site of geologic interest. 527 sq. mi. (1366 sq. km).
  • capability maturity model — (software)   (CMM) The Software Engineering Institute's model of software engineering that specifies five levels of maturity of the processes of a software organisation. CMM offers a framework for evolutionary process improvement. Originally applied to software development (SE-CMM), it has been expanded to cover other areas including Human Resources and Software Acquitition. The levels - focii - and key process areas are: Level 1 Initial - Heroes - None. Level 2 Repeatable - Project Management - Software Project Planning, Software Project Tracking and Oversight, Software Subcontract Management, Software Quality Assurance, Software Configuration Management, Requirements Management. Level 3 Defined - Engineering Process - Organisation Process Focus, Organisation Process Definition, Peer Reviews, Training Program, Inter-group Coordination, Software Product Engineering, Integrated Software Management. Level 4 Managed - Product and Process Quality - Software Quality Management, Quantitative Process Management. Level 5 Optimising - Continuous Improvement - Process Change Management, Technology Change Management, Defect Prevention.
  • child protection register — (in Britain) a confidential list of children who are at continuing risk of physical, emotional, or sexual abuse or neglect
  • complete partial ordering — (theory)   (cpo) A partial ordering of a set under a relation, where all directed subsets have a least upper bound. A cpo is usually defined to include a least element, bottom (David Schmidt calls this a pointed cpo). A cpo which is algebraic and boundedly complete is a (Scott) domain.
  • computer-aided publishing — desktop publishing. Abbreviation: CAP.
  • 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).
  • crude oil splitting tower — A crude oil splitting tower is a vessel into which crude oil enters, at the bottom, and where the different components are obtained by a splitting process, rather than rearranging the molecules.
  • culture specific syndrome — a behavioral disturbance in a specific cultural setting that is identified and named by the cultural group itself.
  • data encryption algorithm — (DEA) An ANSI standard defined in ANSI X3.92-1981. It is identical to the Data Encryption Standard (DES).
  • 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.
  • declaration of bankruptcy — a formal statement made by a company or individual to announce that they are bankrupt
  • defined contribution plan — A defined contribution plan is a type of pension plan that specifies the annual contribution that the employer will pay on behalf of each plan participant.
  • definite relative pronoun — a relative pronoun that refers to an antecedent, as who in It was I who told you.
  • dell computer corporation — (company)   One of the biggest US manufacturers of IBM PC compatibles. "From notebooks to networks", their slogan says.
  • department of agriculture — the department of the U.S. federal government that institutes and administers all federal programs dealing with agriculture. Abbreviation: USDA.
  • develop-mentally disabled — a disability, as mental retardation or cerebral palsy, that begins at an early age and continues indefinitely, leading to substantial handicap.
  • dibasic calcium phosphate — Dibasic calcium phosphate is a white powder or crystalline substance used as a dietary supplement and tableting agent.
  • digital signal processing — (DSP) Computer manipulation of analog signals (commonly sound or image) which have been converted to digital form (sampled).
  • diminished responsibility — law: lack of capacity
  • directory access protocol — X.500 protocol used for communication between a Directory User Agent and a Directory System Agent.
  • drive someone up the wall — If you say that something or someone is driving you up the wall, you are emphasizing that they annoy and irritate you.
  • eden programming language — (language)   (EPL) A language developed at the University of Washington, based on Concurrent Euclid and used with the Eden distributed operating system. EPL influenced Emerald and Distributed Smalltalk.
  • entity-relationship model — (database, specification)   An approach to data modelling proposed by P. Chen in 1976. The model says that you divide your database in two logical parts, entities (e.g. "customer", "product") and relations ("buys", "pays for"). One of the first activities in specifying an application is defining the entities involved and their relationships, e.g. using an entity-relationship diagram to represent a model.
  • exploratory data analysis — (EDA)
  • federal bureau of prisons — the agency of the US Department of Justice responsible for the administration of prisons
  • federal capital territory — former name of Australian Capital Territory.
  • field-emission microscope — a device in which electrons liberated by field emission are accelerated toward a fluorescent screen to form a magnified image of the emitting surface.
  • flexible spending account — an account to which an employee contributes a portion of earnings to pay for certain expenses such as medical and dependent care: contributions are exempt from payroll taxes. Abbreviation: FSA.
  • gas desulfurization plant — A gas desulfurization plant is a place with equipment that removes sulfur dioxide from flue gas before it is released into the atmosphere.
  • get up on one's hind legs — to become assertive, belligerent, etc.
  • grand teton national park — a national park in NW Wyoming, including a portion of the Teton Range. 148 sq. mi. (383 sq. km).
  • group-sweeping scheduling — (storage, algorithm)   (GSS) A disk scheduling strategy in which requests are served in cycles, in a round-robin manner. To reduce disk arm movements ("seeking"), the set of streams is divided into groups that are served in fixed order. Streams within a group are served according to "SCAN". If all clients are assigned to one group, GSS reduces to SCAN, and if all clients are assigned to separate groups, GSS effectively becomes round-robin scheduling. The service order within one group is not fixed, and a stream may in fact be first in one cycle while last in the next. This variation has to be masked by extra buffering but whereas SCAN requires buffer space for all streams, GSS can reuse the buffer for each group and effect a trade-off between seek optimisation and buffer requirements.
  • high-density polyethylene — polyethylene consisting mainly of linear, or unbranched, chains with high crystallinity and melting point, and density of 0.96 or more, produced at low pressure and used chiefly for containers and articles made by injection molding. Abbreviation: HDPE.
  • immigration border patrol — (in the US) a law enforcement agency responsible for issues regarding border laws and immigration
  • in the palm of one's hand — If you have someone or something in the palm of your hand, you have control over them.
  • initial microprogram load — (operating system)   (IML) Loading microcode into microcode memory.
  • internal field separators — (operating system)   ($IFS) A predefined environment variable in the Unix Bourne shell whose default value is the three-character string containing space, tab and line feed. Any string of one or more of these characters separates the command and each of its arguments in a command line. $IFS also tells the shell's built-in read command where to split an input line when reading into multiple variables. E.g. setting IFS=: would be appropriate for reading a file with ':'-separated fields, such as /etc/passwd.
  • kabardino-balkar republic — a constituent republic of S Russia, on the N side of the Caucasus Mountains. Capital: Nalchik. Pop: 900 500 (2002). Area: 12 500 sq km (4825 sq miles)
  • konigsberg bridge problem — a mathematical problem in graph theory, solved by Leonhard Euler, to show that it is impossible to cross all seven bridges of the Prussian city of Königsberg in a continuous path without recrossing any bridge.
  • la línea de la concepción — a town in SW Spain, on the Bay of Gibraltar. Pop: 61 892 (2003 est)
  • limited liability company — a company which operates with limited liability
  • national enterprise board — a public corporation established in 1975 to help the economy of the UK. In 1981 it merged with the National Research and Development Council to form the British Technology Group
  • non-algorithmic procedure — heuristic

On this page, we collect all 25-letter words with P-L-O-I-D. It’s easy to find right word with a certain length. It is the easiest way to find 25-letter word that contains in P-L-O-I-D 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?