0%

18-letter words starting with pr

  • pragmatic sanction — any one of various imperial decrees with the effect of fundamental law.
  • prairie crab apple — a tree, Malus ioensis, of the rose family, native to the central U.S., having downy branchlets, white or rose-tinted flowers, and round, waxy, greenish fruit.
  • prairie wake-robin — a woodland trillium, Trillium recurvatum, of the central U.S., having purple-mottled leaves and brown-purple flowers.
  • prayer of manasses — a book of the Apocrypha.
  • pre-filled syringe — A pre-filled syringe is a disposable syringe that is supplied already loaded with the substance to be injected.
  • preantepenultimate — third from the end.
  • precedence lossage — /pre's*-dens los'*j/ A misunderstanding of operator precedence resulting in unintended grouping of arithmetic or logical operators when coding an expression. Used especially of mistakes in C code due to the nonintuitively low precedence of "&", "|", "^", "<<" and ">>". For example, the following C expression, intended to test the least significant bit of x, x & 1 == 0 is parsed as x & (1 == 0) which is always zero (false). Some lazy programmers ignore precedence and parenthesise everything. Lisp fans enjoy pointing out that this can't happen in *their* favourite language, which eschews precedence entirely, requiring one to use explicit parentheses everywhere.
  • precious moonstone — moonstone (def 1).
  • precipitable water — the total water vapor contained in a unit vertical column of the atmosphere.
  • predation pressure — the effect of predation upon a population, resulting in the decrease in size of that population.
  • predicate calculus — predicate logic
  • prefect of studies — a senior master in a Jesuit school or college
  • preferred position — especially desirable advertising space for which, if it is specifically requested by the advertiser, a publication charges a premium rate.
  • premiere screening — the first screening of a film at a cinema, etc
  • preparatory school — a private or parochial secondary school, especially one boarding its students and providing a college-preparatory education.
  • prepare the ground — make conditions ready
  • prepositional verb — a combination of verb and preposition, often with idiomatic meaning, differing from other phrasal verbs in that an object must always follow the preposition, as take after in The children take after their mother.
  • prerelease showing — a showing of a film before it goes on general release
  • presenile dementia — a form of dementia, of unknown cause, starting before a person is old
  • present continuous — a verb form consisting of an auxiliary be in the present tense followed by a present participle and used especially to indicate that a present action or event is in progress, being repeated, or of a temporary nature or to express the future.
  • present participle — Grammar. a participle form, in English having the suffix -ing, denoting repetition or duration of an activity or event: used as an adjective, as in the growing weeds, and in forming progressive verb forms, as in The weeds are growing.
  • presentation layer — (networking)   The second highest layer (layer 6) in the OSI seven layer model. Performs functions such as text compression, code or format conversion to try to smooth out differences between hosts. Allows incompatible processes in the application layer to communicate via the session layer. Documents: ITU Rec. X.226 (ISO 8823), ITU Rec. X.216 (ISO 8822).
  • preservation order — In Britain, a preservation order is an official order that makes it illegal for anyone to alter or destroy something such as an old building or an area of countryside.
  • presidential suite — a suite of rooms, as in a hotel, suitable for a president or other head of state.
  • press photographer — a photographer who works for a newspaper, magazine, etc
  • pressure altimeter — an aneroid barometer adapted for measuring altitude by converting the indicated atmospheric pressure to altitude according to a standard relationship.
  • prestidigitization — /pres`t*-di"j*-ti:-zay"sh*n/ 1. A term coined by Daniel Klein <[email protected]> for the act of putting something into digital notation via sleight of hand. 2. Data entry through legerdemain.
  • presumption of law — a presumption based upon a policy of law or a general rule and not upon the facts or evidence in an individual case.
  • presuppositionless — to suppose or assume beforehand; take for granted in advance.
  • price on sb's head — If there is a price on someone 's head, an amount of money has been offered for the capture or killing of that person.
  • primate of england — a title of the archbishop of Canterbury.
  • prime-ministership — the principal minister and head of government in parliamentary systems; chief of the cabinet or ministry: the British prime minister.
  • primus inter pares — (of males) first among equals.
  • prince of darkness — Satan.
  • principal argument — the radian measure of the argument between −π and π of a complex number. Compare argument (def 8c).
  • principal diagonal — a diagonal line or plane.
  • principal meridian — a meridian line accurately laid out to serve as the reference meridian in land survey
  • priority interrupt — (jargon)   Any stimulus compelling enough to yank one right out of hack mode. Classically used to describe being dragged away by an SO for immediate sex, but may also refer to more mundane interruptions such as a fire alarm going off in the near vicinity. Also called an NMI (non-maskable interrupt), especially in PC-land.
  • priority inversion — (parallel)   The state of a concurrent system where a high priority task is waiting for a low priority task which is waiting for a medium priority task. The system may become unstable and crash under these circumstances. In an operating system that uses multiple tasks, each task (or context) may be given a priority. These priorities help the scheduler decide which task to run next. Consider tasks, L, M, and H, with priorities Low, Medium, and High. M is running and H is blocked waiting for some resource that is held by L. So long as any task with a priority higher than L is runable, it will prevent task L, and thus task H, from running. Priority inversion is generally considered either as a high-level design failure or an implementation issue to be taken into account depending on who is talking. Most operating systems have methods in place to prevent or take inversion into account. Priority inheritance is one method. The most public instance of priority inversion is the repeated 'fail-safe' rebooting of the Mars Pathfinder. base station ('Sagan Memorial Station').
  • prism spectrometer — an optical device for measuring wavelengths, deviation of refracted rays, and angles between faces of a prism, especially an instrument (prism spectrometer) consisting of a slit through which light passes, a collimator, a prism that deviates the light, and a telescope through which the deviated light is viewed and examined.
  • prison authorities — the people in charge of running a prison
  • prison rustic work — rustication having a deeply pitted surface.
  • prisoner's dilemma — (in game theory) a scenario in which the outcome of one person's decision is determined by the simultaneous decisions of the other participants, resulting in a bad outcome for all of them if all act in their own self-interest.
  • private enterprise — free enterprise (def 1).
  • probability theory — the theory of analyzing and making statements concerning the probability of the occurrence of uncertain events. Compare probability (def 4).
  • process identifier — (operating system)   (PID) An integer used by the Unix kernel to uniquely identify a process. PIDs are returned by the fork system call and can be passed to wait() or kill() to perform actions on the given process.
  • process scheduling — multitasking
  • processionary moth — a moth of the family Thaumetopoeidae, esp the oak processionary moth (Thaumetopoea processionea), the larvae of which leave the communal shelter nightly for food in a V-shaped procession
  • procrustean string — (programming)   A fixed-length string. If a string value is too long for the allocated space, it is truncated to fit; and if it is shorter, the empty space is padded, usually with space characters. This is an allusion to Procrustes, a legendary robber of ancient Attica. He bound his victims to a bed, and if they were shorter than the bed, he stretched their limbs until they would fit; if their limbs were longer, he lopped them off.
  • product acceptance — the verification or acceptance that a manufactured item meets required specifications or standards and is usable for its purpose

On this page, we collect all 18-letter words starting with PR. It’s easy to find right word with a certain length. It is the easiest way to find 18-letter word that beginning with PR 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?