0%

26-letter words containing p, l, a, g, i, r

  • asparagus fern caterpillar — the caterpillar of a noctuid moth, Laphygma exigua, a pest of beets, asparagus, corn, cotton, peas, and peppers.
  • assembly language compiler — (language)   (ALC) An alternative name for IBM 360 assembly language. Compare BAL.
  • childe harold's pilgrimage — a narrative poem (1812, 1816, 1818) by Byron.
  • coldfusion markup language — (language, web)   (CFML) A tag based markup language used to create ColdFusion web applications by embedding ColdFusion commands in HTML files.
  • computer graphics metafile — (graphics, file format)   (CGM) A standard file format for storage and communication of graphical information, widely used on personal computers and accepted by desktop publishing and technical illustration systems. See also: WebCGM.
  • computer-assisted learning — Computer-Aided Instruction
  • copying garbage collection — A garbage collection method where memory is divided into two equal halves, known as the "from space" and "to space". Garbage collection copies active cells from the from space to the to space and leaves behind an invisible pointer (an "indirection") from the old position to the new copy. Once all active cells have been copied in one direction, the spaces are swapped and the process repeated in the opposite direction.
  • electronic data processing — 1.   (application)   (EDP) data processing by computers. 2.   (company)   The name of Honeywell's computer business between 1960, when it gained complete ownership of Datamatic Corporation, and 1963, when it was officially renamed Honeywell Inc.
  • electronic programme guide — an on-screen guide that enables viewers of digital television to select programmes using a handheld device
  • event description language — (language)   (EDL)
  • exponential-time algorithm — (complexity)   An algorithm (or Turing Machine) that is guaranteed to terminate within a number of steps which is a exponential function of the size of the problem. For example, if you have to check every number of n digits to find a solution, the complexity is O(10^n), and if you add an extra digit, you must check ten times as many numbers. Even if such an algorithm is practical for some given value of n, it is likely to become impractical for larger values. This is in contrast to a polynomial-time algorithm which grows more slowly. See also computational complexity, polynomial-time, NP-complete.
  • extensible markup language — (language, text)   (XML) An initiative from the W3C defining an "extremely simple" dialect of SGML suitable for use on the web.
  • floating-point accelerator — (hardware)   (FPA) Additional hardware to perform functions on floating point numbers such as addition, multiplication, logarithms, exponentials, trigonometric functions and various kinds of rounding and error detection. A floating point accelerator often functions as a co-processor to the CPU. The term "floating-point accelerator" suggests a physically larger system, often an extra circuit board, whereas a "floating-point unit" is probably a single chip or even part of a chip.
  • gastroesophageal sphincter — a ring of smooth muscle fibers connecting the esophagus and stomach.
  • general protection failure — (GPF, or General Protection Fault) An addressing error, caught by the processor's memory protection hardware, that cannot be attributed to any expected condition such as a page fault.
  • german democratic republic — a former country in central Europe: created in 1949 from the Soviet zone of occupied Germany established in 1945: reunited with West Germany in 1990. 41,827 sq. mi. (108,333 sq. km). Capital: East Berlin.
  • gnu general public license — General Public License
  • grand army of the republic — an organization, founded in 1866, composed of men who served in the U.S. Army and Navy during the Civil War: its last member died in 1956. Abbreviation: G.A.R.
  • grand canyon national park — a national park in N Arizona, including part of the Grand Canyon and the area around it. 1009 sq. mi. (2615 sq. km).
  • kings canyon national park — a national park in E California: deep granite gorges; giant sequoias; mountains. 708 sq. mi. (1835 sq. km).
  • mecklenburg-west pomerania — a state of NE Germany, along the Baltic coast: consists of the former state of Mecklenburg and those parts of W Pomerania not incorporated into Poland after World War II: part of East Germany until 1990. Pop: 1 732 000 (2003 est)
  • multi-color graphics array — (hardware, graphics)   (MCGA) One of IBM's less popular hardware video display standards for use in the IBM PS/2. MCGA can display 80*25 text in monochrome, 40*25 text in 256 colours or 320*200 pixel graphics in 256 colors. It is now obsolete.
  • national progressive party — Progressive party (def 1).
  • not touch with a bargepole — to refuse to have anything to do with
  • pellagra-preventive factor — nicotinic acid or its amide, nicotinamide, being the vitamin-B-complex members that serve to prevent pellagra.
  • personal digital assistant — a handheld computer, often pen-based, that provides especially organizational software, as an appointment calendar, and communications hardware, as a fax modem. Abbreviation: PDA.
  • phenylpyruvic oligophrenia — phenylketonuria.
  • philosophical anthropology — anthropology (def 4).
  • philosophical-anthropology — the science that deals with the origins, physical and cultural development, biological characteristics, and social customs and beliefs of humankind.
  • postprandial thermogenesis — the rate at which food is broken down after a meal and used by your body
  • purely functional language — (language)   A language that supports only functional programming and does not allow functions to have side-effects. Program execution consists of evaluation of an expression and all subexpressions are referentially transparent.
  • real-time operating system — (operating system)   (RTOS) Any operating system where interrupts are guaranteed to be handled within a certain specified maximum time, thereby making it suitable for control of hardware in embedded systems and other time-critical applications. RTOS is not a specific product but a class of operating systems.
  • round peg in a square hole — a person in a position, situation, etc. for which he or she is unsuited or unqualified
  • simple algebraic extension — a simple extension in which the specified element is a root of an algebraic equation in the given field.
  • square peg in a round hole — If you describe someone as a square peg in a round hole, you mean that they are in a situation or doing something that does not suit them at all.
  • straight-line depreciation — Straight-line depreciation is a method of depreciation in which an equal amount of depreciation is taken each year.
  • string processing language — (language)   (SPRING)
  • symbolic assembler program — (language)   (SAP) The assembly language for the IBM 704, defined in the late 1950s.
  • textured vegetable protein — soya meat; a meat substitute that is made from soy flour
  • the single european market — the free trade policy that operates between members of the European Union
  • three-dimensional printing — the creation of solid objects by building up multiple layers, each layer corresponding to a plan held in a digital file
  • to cut a particular figure — If you say that someone cuts a particular figure, you mean that they appear to other people in the way described.
  • topological transformation — homeomorphism (def 2).
  • traveling salesman problem — any mathematical problem that involves determination of the shortest path through several points.
  • yaml ain't markup language — (data, language)   (YAML) A data serialisation language designed to be readable and writable by humans and to work well with modern programming languages. YAML uses printable Unicode characters to represent both structure and data. The structural syntax is simple and terse. For example, indentation is used for structure, colons separate pairs, and dashes are used for list items. YAML can represent mappings (hashes or dictionaries), sequences (arrays or lists), scalars (strings or numbers), or any combination of the above. It has a simple typing system and reference syntax. Its structures will be particularly familiar to programmers using Perl, Python, PHP, Ruby, or Javascript, but YAML can be used with any programming language. YAML is, in some respects, a simpler alternative to XML, though it does not share the constraints imposed by XML's SGML legacy and has somewhat different aims.

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