0%

16-letter words containing t, p

  • parser generator — A program which takes a formal description of a grammar (e.g. in BNF) and outputs source code for a parser which will recognise valid strings obeying that grammar and perform associated actions. Unix's yacc is a well known example.
  • part way through — mid-way; before the end
  • partial fraction — one of the fractions into which a given fraction can be resolved, the sum of such simpler fractions being equal to the given fraction: Partial fractions of 5/(x2−x) are 5/(x−1) and −5/x.
  • partial function — A function which is not defined for all arguments of its input type. E.g. f(x) = 1/x if x /= 0. The opposite of a total function. In denotational semantics, a partial function f : D -> C may be represented as a total function ft : D' -> lift(C) where D' is a superset of D and ft x = f x if x in D ft x = bottom otherwise where lift(C) = C U bottom. Bottom (LaTeX \perp) denotes "undefined".
  • partial ordering — a relation defined on a set, having the properties that each element is in relation to itself, the relation is transitive, and if two elements are in relation to each other, the two elements are equal.
  • partial pressure — the pressure that a gas in a mixture of gases would exert if it occupied the same volume as the mixture at the same temperature.
  • particle physics — the branch of physics that deals with the properties and behavior of elementary particles.
  • parts of lindsey — an area in E England constituting a former administrative division of Lincolnshire
  • pascal's theorem — the theorem that the lines joining adjacent vertices of a hexagon intersect the same straight line if alternate vertices lie on two intersecting straight lines.
  • pass-band filter — band-pass filter
  • passage to india — a novel (1924) by E. M. Forster.
  • passive immunity — immunity resulting from the injection of antibodies or sensitized lymphocytes from another organism or, in infants, from the transfer of antibodies through the placenta or from colostrum.
  • passive transfer — Immunology. injection of lymphocytes or antibody from an immune or sensitized donor to a nonimmune host in order to impart immunity or test for allergic reactions.
  • passport control — identity check at airport, etc.
  • past progressive — a verb form consisting of an auxiliary be in the past tense followed by a present participle and used especially to indicate that an action or event was incomplete or in progress at a point of reference in the past, as was sleeping in I was sleeping when the phone rang.
  • pastoral epistle — any one of three New Testament books, I or II Timothy or Titus, that stress pastoral and ecclesiastical concerns.
  • patched-together — makeshift; roughly made from disparate elements
  • patent ambiguity — uncertainty of meaning created by the obscure or ambiguous language appearing on the face of a written instrument.
  • paterson's curse — a purple-flowered noxious plant, Echium plantagineum, a close relative of viper's bugloss, naturalized in Australia and NZ where its harmfulness to livestock has prompted attempts to limit its spread
  • pathetic fallacy — the endowment of nature, inanimate objects, etc., with human traits and feelings, as in the smiling skies; the angry sea.
  • pattern matching — 1. A function is defined to take arguments of a particular type, form or value. When applying the function to its actual arguments it is necessary to match the type, form or value of the actual arguments against the formal arguments in some definition. For example, the function length [] = 0 length (x:xs) = 1 + length xs uses pattern matching in its argument to distinguish a null list from a non-null one. There are well known algorithm for translating pattern matching into conditional expressions such as "if" or "case". E.g. the above function could be transformed to 2. Descriptive of a type of language or utility such as awk or Perl which is suited to searching for strings or patterns in input data, usually using some kind of regular expression.
  • pattern practice — (in foreign-language learning) a technique for practicing a linguistic structure in which students repeat a sentence or other structure, each time substituting a new element, such as a new verb, as directed by the teacher, or transforming the original structure, as in changing a statement to a question.
  • pay-as-you-throw — denoting a system for waste collection in which households are charged according to the amount of refuse they leave
  • peace initiative — the first or opening move in negotiating an end to conflict or negotiating peace
  • peach tree borer — the larva of any of several clearwing moths, as Sanninoidea exitiosa, that bore into the wood of the peach and other drupaceous trees.
  • peano arithmetic — (mathematics)   Giuseppe Peano's system for representing natural numbers inductively using only two symbols, "0" (zero) and "S" (successor). This system could be expressed as a recursive data type with the following Haskell definition: data Peano = Zero | Succ Peano The number three, usually written "SSS0", would be Succ (Succ (Succ Zero)). Addition of Peano numbers can be expressed as a simple syntactic transformation: plus Zero n = n plus (Succ m) n = Succ (plus m n) (1995-03-28)
  • peasants' revolt — the first great popular rebellion in English history (1381), caused by the imposition of an unpopular poll tax: it lasted less than a month and failed as a social revolution
  • pectoralis major — the larger of the two large chest muscles that assist in movements of the shoulder and upper arm
  • pectoralis minor — the smaller of the two large chest muscles that assist in movements of the shoulder and upper arm
  • peninsular state — Florida (used as a nickname).
  • pension benefits — the benefits that are paid to a person in accordance with his pension scheme
  • pension mortgage — an arrangement whereby a person takes out a mortgage and pays the capital repayment instalments into a pension fund and the interest to the mortgagee. The loan is repaid out of the tax-free lump sum proceeds of the pension plan on the borrower's retirement
  • pentatonic scale — a scale having five tones to an octave, as one having intervals that correspond to the five black keys of a piano octave.
  • pentothal sodium — thiopental sodium
  • people's charter — the principles or movement of a party of political reformers, chiefly workingmen, in England from 1838 to 1848: so called from the document (People's Charter or National Charter) that contained a statement of their principles and demands.
  • percentage point — difference: one per cent
  • perchloromethane — carbon tetrachloride.
  • perfecting press — a rotary press for printing both sides of a sheet or web in one operation.
  • perforated ulcer — an ulcer that bursts through the stomach wall and leaks food and gastric juices into the abdominal cavity
  • performance test — a test requiring little or no use of language, the test materials being designed to elicit manual or behavioral responses rather than verbal ones.
  • period furniture — furniture that was made during a particular period in time
  • periodic tenancy — the letting of a dwelling for a repeated short term, as by the week, month, or quarter, with no end date
  • permaculturalist — a system of cultivation intended to maintain permanent agriculture or horticulture by relying on renewable resources and a self-sustaining ecosystem.
  • permafrost table — the variable surface constituting the upper limit of permafrost. Compare frostline (def 2).
  • permanent magnet — a magnet that retains its magnetism after being removed from an external magnetic field.
  • perpendicularity — vertical; straight up and down; upright.
  • perpetual motion — the motion of a theoretical mechanism that, without any losses due to friction or other forms of dissipation of energy, would continue to operate indefinitely at the same rate without any external energy being applied to it.
  • person-to-person — (of a long-distance telephone call) chargeable only upon speaking with a specified person at the number called: a person-to-person call to her brother in California. Compare station-to-station.
  • personal details — details about a person such as their name and address
  • personal effects — belongings
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?