0%

25-letter words containing p, o, l, y, t, e

  • 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.
  • 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.
  • common lisp object system — (language)   (CLOS) An object-oriented extension to Common LISP, based on generic functions, multiple inheritance, declarative method combination and a meta-object protocol. A descendant of CommonLoops and based on Symbolics FLAVORS and Xerox LOOPS, among others. See also PCL.
  • complementarity principle — the principle that experiments on physical systems of atomic size or smaller, as electrons or photons, can exhibit either particle or wave behavior but not both simultaneously.
  • complete inference system — (logic)   An inference system A is complete with respect to another system B if A can reach every conclusion which is true in B. The dual to completeness is soundness.
  • 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 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).
  • 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).
  • declaration of bankruptcy — a formal statement made by a company or individual to announce that they are bankrupt
  • develop-mentally disabled — a disability, as mental retardation or cerebral palsy, that begins at an early age and continues indefinitely, leading to substantial handicap.
  • 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.
  • electroconvulsive therapy — the treatment of certain psychotic conditions by passing an electric current through the brain to induce coma or convulsions
  • 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)
  • exterior gateway protocol — (EGP) A protocol which distributes routing information to the routers which connect autonomous systems. The term "gateway" is historical, and "router" is currently the preferred term. There is also a routing protocol called EGP defined in STD 18, RFC 904. See also Border Gateway Protocol, Interior Gateway Protocol.
  • federal capital territory — former name of Australian Capital Territory.
  • fleet chief petty officer — a noncommissioned officer in the Royal Navy comparable in rank to a warrant officer in the British Army or Royal Air Force
  • global positioning system — GPS (def 1).
  • 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.
  • honi soit qui mal y pense — shamed be he who thinks evil of it: the motto of the Order of the Garter
  • interior gateway protocol — (IGP) An Internet protocol which distributes routing information to the routers within an autonomous system. The term "gateway" is historical, "router" is currently the preferred term. See also Exterior Gateway Protocol, Open Shortest Path First, Routing Information Protocol.
  • limited liability company — a company which operates with limited liability
  • metal-free phthalocyanine — phthalocyanine (def 1).
  • mount kenya national park — a national park in Kenya, located in the regions of Mount Kenya that are above 3200 m (10 500 ft); now a UNESCO World Heritage Site, the park covers 1420 sq km (548 sq miles)
  • national portrait gallery — an art gallery in London, established in 1856, displaying portraits and photographs of eminent figures in British history
  • oxidative phosphorylation — the aerobic synthesis, coupled to electron transport, of ATP from phosphate and ADP.
  • peripheral nervous system — the portion of the nervous system lying outside the brain and spinal cord.
  • petropavlovsk-kamchatskiy — seaport in E Asian Russia, on Kamchatka Peninsula: pop. 210,000
  • play into someone's hands — a dramatic composition or piece; drama.
  • polycystic ovary syndrome — a hormonal disorder in which the Graafian follicles in the ovary fail to develop completely so that they are unable to ovulate, remaining as multiple cysts that distend the ovary. The results can include reduced fertility, obesity, and hirsutism
  • polymerase chain reaction — a technique in which a known DNA sequence is synthesized at high temperatures by means of a polymerase, producing millions of copies for statistical analysis: used in DNA fingerprinting, in detecting minute quantities of cancer cells, etc.
  • polynomial-time algorithm — (complexity)   A known algorithm (or Turing Machine) that is guaranteed to terminate within a number of steps which is a polynomial function of the size of the problem. See also computational complexity, exponential time, nondeterministic polynomial-time (NP), NP-complete.
  • primary domain controller — (networking)   (PDC) Each Windows NT domain has a Primary Domain Controller and zero or more Backup Domain Controllers. The PDC holds the SAM database and authenticates access requests from workstations and servers in the domain.
  • progressive federal party — a political party, formed in 1977 by a merger between the Progressive Party and members of the United Party, supporting qualified franchise for all South Africans irrespective of race, colour, or creed; merged with other parties in 1989 to form the Democratic Party
  • psychiatric social worker — (in Britain) a qualified person who works with mentally-ill people and their families, based in a psychiatric hospital, child guidance clinic, or social services department area team, and who may also be an approved social worker
  • really simple syndication — Rich Site Summary
  • the politically incorrect — politically incorrect people considered collectively
  • thin-layer chromatography — chromatography in which glass plates coated with thin layers of alumina, silica gel, or cellulose are used as an adsorbent.
  • to keep a watchful eye on — If you keep a watchful eye on someone or something, you watch carefully to make sure there are no problems.
  • transcendental-philosophy — transcendental character, thought, or language.
  • transport layer interface — (networking, programming)   (TLI, or "Transport Level Interface") A protocol-independent interface for accessing network facilities, modelled after the ISO transport layer (level 4), that first appeared in Unix SVR3. TLI is defined by SVID as transport mechanism for networking interfaces, in preference to sockets, which are biased toward IP and friends. A disavantage is that a process cannot use read/write directly, but has to use backends using stdin and stdout to communicate with the network connection. TLI is implemented in SVR4 using the STREAMS interface. It adds no new system calls, just a library, libnsl_s.a. The major functions are t_open, t_bind, t_connect, t_listen, t_accept, t_snd, t_rcv, read, write. According to the Solaris t_open man page, XTI (X/OPEN Transport Interface) evolved from TLI, and supports the TLI API for compatibility, with some variations on semantics.
  • unemployment compensation — an allowance of money paid, usually weekly, to an unemployed worker by a state or federal agency or by the worker's labor union or former employer during all or part of the period of unemployment.
  • yakut autonomous republic — an autonomous republic in the NE Russian Federation in Asia. 1,198,146 sq. mi. (3,103,200 sq. km). Capital: Yakutsk.
  • yellowstone national park — a park in NW Wyoming and adjacent parts of Montana and Idaho: geysers, hot springs, falls, canyon. 3458 sq. mi. (8955 sq. km).

On this page, we collect all 25-letter words with P-O-L-Y-T-E. 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-O-L-Y-T-E 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?