0%

21-letter words containing p, r, e, b, i, l

  • be in apple-pie order — If a room or a desk is in apple pie order, it is neat and tidy, and everything is where it should be.
  • bernoulli's principle — the principle that in a liquid flowing through a pipe the pressure difference that accelerates the flow when the bore changes is equal to the product of half the density times the change of the square of the speed, provided friction is negligible
  • beta-naphthyl radical — Also called alpha-naphthyl group, alpha-naphthyl radical. the univalent group C 1 0 H 7 –, having a replaceable hydrogen atom in the first, or alpha, position; 1-naphthyl group.
  • bluethroat pikeblenny — See under pikeblenny.
  • bonnie prince charlie — a member of the royal family that ruled in Scotland from 1371 to 1714 and in England from 1603 to 1714.
  • brazilian pepper tree — a small Brazilian evergreen tree or shrub, Schinus terebinthifolius, of the cashew family, having inconspicuous white flowers and bright red fruit: the berries are used for Christmas decorations.
  • breath-of-life packet — (XEROX PARC) An Ethernet packet that contains bootstrap code, periodically sent out from a working computer to infuse the "breath of life" into any computer on the network that has crashed. Computers depending on such packets have sufficient hardware or firmware code to wait for (or request) such a packet during the reboot process. See also dickless workstation. The notional "kiss-of-death packet", with a function complementary to that of a breath-of-life packet, is recommended for dealing with hosts that consume too many network resources. Though "kiss-of-death packet" is usually used in jest, there is at least one documented instance of an Internet subnet with limited address-table slots in a gateway computer in which such packets were routinely used to compete for slots, rather like Christmas shoppers competing for scarce parking spaces.
  • bromine pentafluoride — a colorless, corrosive liquid, BrF 5 , used as an oxidizer in liquid rocket propellants.
  • butterfly common lisp — A parallel version of Common LISP for the BBN Butterfly computer.
  • combination principle — Ritz combination principle.
  • double predestination — the doctrine that God has foreordained both those who will be saved and those who will be damned.
  • double spanish burton — a tackle having one standing block and two running blocks, giving a mechanical advantage of five, neglecting friction.
  • electronic publishing — Electronic publishing is the publishing of documents in a form that can be read on a computer, for example as a CD-ROM.
  • empire state building — New York City skyscraper
  • empirical probability — a measure or estimate of the degree of confidence one may have in the occurrence of an event, defined as the proportion observed in a sample
  • employee contribution — money contributed by an employee to his or her employer's pension fund
  • employer contribution — money contributed by an employer to his or her employee's pension fund
  • epidermolysis bullosa — type of genetic skin disorder
  • equiangular hyperbola — a hyperbola with transverse and conjugate axes equal to each other.
  • flip someone the bird — give someone the finger (see phrase under finger)
  • generic type variable — (programming)   (Also known as a "schematic type variable"). Different occurrences of a generic type variable in a type expression may be instantiated to different types. Thus, in the expression let id x = x in (id True, id 1) id's type is (for all a: a -> a). The universal quantifier "for all a:" means that a is a generic type variable. For the two uses of id, a is instantiated to Bool and Int. Compare this with let id x = x in let f g = (g True, g 1) in f id This looks similar but f has no legal Hindley-Milner type. If we say f :: (a -> b) -> (b, b) this would permit g's type to be any instance of (a -> b) rather than requiring it to be at least as general as (a -> b). Furthermore, it constrains both instances of g to have the same result type whereas they do not. The type variables a and b in the above are implicitly quantified at the top level: f :: for all a: for all b: (a -> b) -> (b, b) so instantiating them (removing the quantifiers) can only be done once, at the top level. To correctly describe the type of f requires that they be locally quantified: f :: ((for all a: a) -> (for all b: b)) -> (c, d) which means that each time g is applied, a and b may be instantiated differently. f's actual argument must have a type at least as general as ((for all a: a) -> (for all b: b)), and may not be some less general instance of this type. Type variables c and d are still implicitly quantified at the top level and, now that g's result type is a generic type variable, any types chosen for c and d are guaranteed to be instances of it. This type for f does not express the fact that b only needs to be at least as general as the types c and d. For example, if c and d were both Bool then any function of type (for all a: a -> Bool) would be a suitable argument to f but it would not match the above type for f.
  • hyperbolic paraboloid — a paraboloid that can be put into a position such that its sections parallel to one coordinate plane are hyperbolas, with its sections parallel to the other two coordinate planes being parabolas.
  • imprecise probability — (probability)   A probability that is represented as an interval (as opposed to a single number) included in [0,1].
  • irish republican army — an underground Irish nationalist organization founded to work for Irish independence from Great Britain: declared illegal by the Irish government in 1936, but continues activity aimed at the unification of the Republic of Ireland and Northern Ireland. Abbreviation: IRA, I.R.A.
  • keep the ball rolling — a spherical or approximately spherical body or shape; sphere: He rolled the piece of paper into a ball.
  • magnetic permeability — permeability (def 2).
  • maple-leaved viburnum — dockmackie.
  • open graphics library — (graphics, library)   (OpenGL) A multi-platform software interface to graphics hardware, supporting rendering and imaging operations. The OpenGL interface was developed by Silicon Graphics, who license it to other vendors. The OpenGL graphics interface consists of several hundred functions operating on 2D and 3D objects, supporting basic techniques, such as modelling and smooth shading, and advanced techniques, such as texture mapping and motion blur. Many operations require a frame buffer. OpenGL is network-transparent, and a common extension to the X Window System allows an OpenGL client to communicate across a network with a different vendor's OpenGL server. OpenGL is based on Silicon Graphics' proprietary IRIS GL.
  • optical double (star) — double star (sense 2)
  • pipelined burst cache — Pipeline Burst Cache
  • posterior probability — the probability assigned to some parameter or to an event on the basis of its observed frequency in a sample, and calculated from a prior probability by Bayes' theorem
  • private member's bill — In Britain, a Private Member's Bill is a law that is proposed by a Member of Parliament acting as an individual rather than as a member of his or her political party.
  • probable maximum loss — Probable maximum loss is the maximum amount of loss that can be expected under normal circumstances.
  • propantheline bromide — a substance, C 2 3 H 3 0 BrNO 3 , used in the treatment of peptic ulcers.
  • public address system — loudspeaker
  • public health service — the agency that is responsible for the health of the general public
  • public-address system — a combination of electronic devices that makes sound audible via loudspeakers to many people, as in an auditorium or out of doors.
  • public-key encryption — (cryptography)   (PKE, Or "public-key cryptography") An encryption scheme, introduced by Diffie and Hellman in 1976, where each person gets a pair of keys, called the public key and the private key. Each person's public key is published while the private key is kept secret. Messages are encrypted using the intended recipient's public key and can only be decrypted using his private key. This is often used in conjunction with a digital signature. The need for sender and receiver to share secret information (keys) via some secure channel is eliminated: all communications involve only public keys, and no private key is ever transmitted or shared. Public-key encryption can be used for authentication, confidentiality, integrity and non-repudiation. See also knapsack problem.
  • put sb in their place — If you put someone in their place, you show them that they are less important or clever than they think they are.
  • reciprocal inhibition — the theory that the pairing of an anxiety-provoking stimulus with anxiety-reducing reactions will weaken the association between the stimulus and the anxiety.
  • relative permeability — the ratio of the permeability of a medium to that of free space
  • single parent benefit — a form of government funded financial assistance paid to single parents
  • single spanish burton — a tackle having a runner as well as the fall supporting the load, giving a mechanical advantage of three, neglecting friction.
  • space shuttle orbiter — orbiter (def 1).
  • splice the main brace — to join together or unite (two ropes or parts of a rope) by the interweaving of strands.
  • split-finger fastball — a type of fastball that sinks abruptly as it nears home plate, thrown with the grip used for a forkball
  • stabilization-process — the act or process of stabilizing or the state of being stabilized.
  • subliminal perception — perception of or reaction to a stimulus that occurs without awareness or consciousness
  • supplementary benefit — (formerly) an extra amount of money that is paid to someone by the government, in addition to their normal income. Replaced by income support in 1988
  • to be public property — to be publicly owned

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