0%

24-letter words containing p, t, e, r, o, u

  • almost periodic function — a function that repeats its values approximately at almost equally spaced intervals of its domain.
  • antoine de saint-exupéry — Antoine de [ahn-twan duh] /ɑ̃ˈtwan də/ (Show IPA), 1900–45, French author and aviator.
  • atanasoff-berry computer — (computer)   (ABC) An early design for a binary calculator, one of the predecessors of the digital computer. The ABC was partially constructed between 1937 and 1942 by Dr. John Vincent Atanasoff and Clifford Berry at Iowa State College. As well as binary arithmetic, it incorporated regenerative memory, parallel processing, and separation of memory and computing functions. The electronic parts were mounted on a rotating drum, making it hybrid electronic/electromechanical. It was designed to handle only a single type of mathematical problem and was not automated. The results of a single calculation cycle had to be retrieved by a human operator, and fed back into the machine with all new instructions, to perform complex operations. It lacked any serious form of logical control or conditional statements. Atanasoff's patent application was denied because he never have a completed, working product. Ideas from the ABC were used in the design of ENIAC (1943-1946).
  • autism spectrum disorder — any of various disorders, as autism and Asperger syndrome, commonly manifesting in early childhood and characterized by impaired social or communication skills, repetitive behaviors, or a restricted range of interests.
  • auto-erotic asphyxiation — asphyxia caused by intentionally strangling oneself while masturbating in order to intensify the orgasm through reduced oxygen flow to the brain.
  • automatic repeat request — (communications)   (ARQ) A modem error control protocol in which the receiver asks the transmitter to resend corrupted data.
  • backup domain controller — (networking)   (BDC) A server in a network of Microsoft Windows computers that maintains a copy of the SAM database and handles access requests that the Primary Domain Controller (PDC) doesn't respond to. There may be zero or more BDCs in a network. They increase reliability and reduce load on the PDC.
  • be a bear for punishment — to be able to withstand much rough treatment; be rugged, tough, determined, etc.
  • british technology group — an organization formed in 1981 by the merger of the National Enterprise Board and the National Research and Development Corporation to encourage and finance technological innovation: privatized in 2000
  • cellular multiprocessing — (architecture, parallel)   (CMP) The partitioning of processors into separate computing environments running different operating systems. The term cellular multiprocessing appears to have been coined by Unisys, who are developing a system where computers communicate as clustered machines through a high speed bus, rather than through communication protocols such as TCP/IP. The Unisys system is based on Intel processors, initially the Pentium II Xeon and moving on to the 64-bit Merced processors later in 1999. It will be scalable from four up to 32 processors, which can be clustered or partitioned in various ways. For example a sixteen processor system could be configured as four Windows NT systems (each functioning as a four-processor symmetric multiprocessing system), or an 8-way NT and 8-way Unix system. Supported operating systems will be Windows NT, SCO's Unixware 7.0, Unisys' SVR4 Unix and possibly the OS2200 and MCP-AS mainframe operating systems (with the assistance of Unisys' own dedicated chipset).
  • circuit court of appeals — court of appeals (sense 2)
  • compact fluorescent lamp — A compact fluorescent lamp is a small fluorescent lamp (= a tubular light bulb coated with phosphor which produces a bright light) that has a lamp life that is much longer than incandescent lamps.
  • compiler target language — (CTL) The intermediate language used by the ALICE parallel machine.
  • completely regular space — a topological space in which, for every point and a closed set not containing the point, there is a continuous function that has value 0 at the given point and value 1 at each point in the closed set.
  • compressed petroleum gas — a gas liquefied by compression, consisting of flammable hydrocarbons, as propane and butane, obtained as a by-product from the refining of petroleum or from natural gas: used chiefly as a domestic fuel in rural areas, as an industrial and motor fuel, and in organic synthesis, especially of synthetic rubber.
  • computer design language — (language)   An ALGOL-like language for computer design.
  • computer-assisted makeup — pagination (def 4a).
  • consultant paediatrician — a paediatrician who has attained the rank of consultant
  • cooperative credit union — a cooperative group that makes loans to its members at low rates of interest.
  • cooperative multitasking — (parallel, operating system)   A form of multitasking where it is the responsibility of the currently running task to give up the processor to allow other tasks to run. This contrasts with pre-emptive multitasking where the task scheduler periodically suspends the running task and restarts another. Cooperative multitasking requires the programmer to place calls at suitable points in his code to allow his task to be descheduled which is not always easy if there is no obvious top-level main loop or some routines run for a long time. If a task does not allow itself to be descheduled all other tasks on the system will appear to "freeze" and will not respond to user action. The advantage of cooperative multitasking is that the programmer knows where the program will be descheduled and can make sure that this will not cause unwanted interaction with other processes. Under pre-emptive multitasking, the scheduler must ensure that sufficient state for each process is saved and restored that they will not interfere. Thus cooperative multitasking can have lower overheads than pre-emptive multitasking because of the greater control it offers over when a task may be descheduled. Cooperative multitasking is used in RISC OS, Microsoft Windows and Macintosh System 7.
  • dead white european male — a man whose importance and talents may have been exaggerated because he belonged to a historically dominant gender and ethnic group
  • decision support systems — (application, tool)   (DSS) Software tools to help with decision support.
  • dionysius the areopagite — 1st century a.d, Athenian scholar: converted to Christianity by Saint Paul c50.
  • disturbance of the peace — a malicious and willful intrusion on the peace and quiet of a community or neighbourhood
  • dynamic adaptive routing — Automatic rerouting of traffic based on analysis of current network conditions. This does not include routing decisions based on predefined information.
  • effective sound pressure — the square root of the mean of the squares of the sound pressures of a sound wave, measured at a given point over a certain time interval.
  • electromagnetic spectrum — the complete range of electromagnetic radiation from the longest radio waves (wavelength 105 metres) to the shortest gamma radiation (wavelength 10–13 metre)
  • equivalence partitioning — equivalence class partitioning
  • european investment bank — a financial institution of the European Union which is based in Luxembourg and which provides loans, especially to the less economically developed countries of the EU
  • european monetary system — the system used in the European Union for stabilizing exchange rates between the currencies of member states and financing the balance-of-payments support mechanism. The original Exchange Rate Mechanism was formed in 1979 but superseded in 1999 when the euro was adopted as official currency of 11 EU member states. A new exchange rate mechanism (ERM II) based on the euro is used to regulate the currencies of participating states that have not adopted the euro
  • evolutionary computation — Computer-based problem solving systems that use computational models of evolutionary processes as the key elements in design and implementation. A number of evolutionary computational models have been proposed, including evolutionary algorithms, genetic algorithms, the evolution strategy, evolutionary programming, and artificial life.
  • evolutionary programming — (EP) A stochastic optimisation strategy originally conceived by Lawrence J. Fogel in 1960. An initially random population of individuals (trial solutions) is created. Mutations are then applied to each individual to create new individuals. Mutations vary in the severity of their effect on the behaviour of the individual. The new individuals are then compared in a "tournament" to select which should survive to form the new population. EP is similar to a genetic algorithm, but models only the behavioural linkage between parents and their offspring, rather than seeking to emulate specific genetic operators from nature such as the encoding of behaviour in a genome and recombination by genetic crossover. EP is also similar to an evolution strategy (ES) although the two approaches developed independently. In EP, selection is by comparison with a randomly chosen set of other individuals whereas ES typically uses deterministic selection in which the worst individuals are purged from the population.
  • exponential distribution — a continuous single-parameter distribution used esp when making statements about the length of life of certain materials or waiting times between randomly occurring events. Its density function is p(x) = λe–λx for positive λ and nonnegative x, and it is a special case of the gamma distribution
  • fcc propylene production — FCC propylene production is the production of propylene from a catalytic cracker.
  • floating point underflow — underflow
  • frequent shopper program — A frequent shopper program is one that rewards customers for purchases made on multiple visits, and builds up points entitling them to reduced prices and free items.
  • frequent-flyer programme — a plan or system under which frequent flyers earn rewards for being regular customers
  • general protection fault — General Protection Failure
  • graduated pension scheme — (between 1961 and 1975) an earnings-related pension scheme which was based on the amount of an employee's National Insurance contributions
  • gregorio lopez y fuentes — Gregorio [gre-gaw-ryaw] /grɛˈgɔ ryɔ/ (Show IPA), 1895–1966, Mexican writer.
  • ground-fault interrupter — a circuit breaker that senses currents caused by ground faults and quickly shuts off power before damage can occur to generating equipment.
  • gulf cooperation council — an association of Persian Gulf nations formed for the purpose of collective defense against aggression. Abbreviation: GCC.
  • have had a drop too much — to be drunk
  • high performance routing — (networking)   (HPR) Routing designed to work in conjunction with APPN Intermediate Session Routing (ISR) network nodes. HPR nodes perform many of the same functions as ISR nodes. For example, HPR nodes use the same method of calculating routes based on the Topology Routing Service database and class of service tables. HPR nodes also supports such APPN features as connection networks and support for parallel transmission groups (TGs). In the HPR architecture, both partner nodes must support HPR for RTP connections to take place between the nodes. If one node supports HPR and the partner node does not, then the link will support ISR functionality only.
  • high-fructose corn syrup — corn syrup to which enzymes have been added to change some of the glucose to fructose, making the product sweeter than regular corn syrup. Abbreviation: HFCS.
  • hoop-petticoat narcissus — petticoat narcissus.
  • house of representatives — the lower legislative branch in many national and state bicameral governing bodies, as in the United States, Mexico, and Japan.
  • human-computer interface — (software, hardware)   (HCI) Any software or hardware that allows a user to interact with a computer. Examples are WIMP, command-line interpreter, or virtual reality. See also Human-Computer Interaction.
  • ichthyophthirius-disease — ich.
  • industrial correspondent — a journalist who specializes in reporting the industrial news

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