0%

26-letter words containing p, l, a, n, t, g

  • asparagus fern caterpillar — the caterpillar of a noctuid moth, Laphygma exigua, a pest of beets, asparagus, corn, cotton, peas, and peppers.
  • computer-assisted learning — Computer-Aided Instruction
  • constantine xi palaeologus — (Dragases) 1404–53, last Byzantine emperor 1449–53.
  • continuation passing style — (language)   (CPS) An intermediate language for Scheme that implements continuation passing style. The CPS language is semantically clean and is used for the SML/NJ compiler.
  • 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.
  • data manipulation language — (language, database)   (DML, or Data Management Language) A language for the manipulation of data in a database by applications and/or directly by end-users. See also Data Definition Language (DDL).
  • 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.
  • 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).
  • ground-controlled approach — a system in which an observer interprets radar observations of the position of an aircraft and transmits continuous instructions to its pilot for landing. Abbreviation: GCA.
  • histocompatibility antigen — any antigen on the surface of tissue or blood cells that provokes the immune response and subsequent rejection when transplanted to an individual of a different antigenic type, thus determining whether the tissues or organs of a donor and recipient are histocompatible.
  • hydrogenated glucose syrup — a syrup produced by the incomplete hydrolysis of starch followed by the hydrogenation of the glucose syrup, and used as a sweetener in confectionery, etc
  • java open language toolkit — (project)   (JOLT) A project aimed at providing a freely available and redistributale implementation of Sun Microsystems's Java language and tools.
  • 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)
  • 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.
  • 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.
  • pokémon exception handling — (programming, humour)   A humourous term for a try-catch exception handling construct with no constraint on which exceptions will be caught, for when you just "Gotta Catch 'Em All." (a slogan used in the Pokémon media empire). Pokémon is a trademark of the Pokémon Company of Japan.
  • postprandial thermogenesis — the rate at which food is broken down after a meal and used by your body
  • pour encourager les autres — in order to encourage the others: often used ironically
  • 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.
  • simple algebraic extension — a simple extension in which the specified element is a root of an algebraic equation in the given field.
  • 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)
  • tabulating machine company — (company)   The company founded in 1896 by Herman Hollerith to exploit his invention of the punched card. It became part of IBM in 1924.
  • technological unemployment — unemployment caused by technological changes or new methods of production in an industry or business.
  • 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
  • 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-N-T-G. 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-N-T-G 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?