0%

14-letter words containing t, y, p, e

  • property owner — sb who owns a building or land
  • property right — a legal right to or in a particular property.
  • prosthetically — a device, either external or implanted, that substitutes for or supplements a missing or defective part of the body.
  • protectability — to defend or guard from attack, invasion, loss, annoyance, insult, etc.; cover or shield from injury or danger.
  • protocol layer — (networking)   The software and/or hardware environment of two or more communications devices or computers in which a particular network protocol operates. A network connection may be thought of as a set of more or less independent protocols, each in a different layer or level. The lowest layer governs direct host-to-host communication between the hardware at different hosts; the highest consists of user application programs. Each layer uses the layer beneath it and provides a service for the layer above. Each networking component hardware or software on one host uses protocols appropriate to its layer to communicate with the corresponding component (its "peer") on another host. Such layered protocols are sometimes known as peer-to-peer protocols. The advantages of layered protocols is that the methods of passing information from one layer to another are specified clearly as part of the protocol suite, and changes within a protocol layer are prevented from affecting the other layers. This greatly simplifies the task of designing and maintaining communication systems. Examples of layered protocols are TCP/IP's five layer protocol stack and the OSI seven layer model.
  • protoplanetary — of or relating to protoplanets
  • protopresbyter — a title given to distinguished priests.
  • providentially — of, relating to, or resulting from divine providence: providential care.
  • proximity fuse — an electronically triggered device designed to detonate an explosive charge in a missile, etc, at a predetermined distance from the target
  • proximity fuze — a design for detonating a charge, as in a projectile, within a predesignated radius of a target.
  • pseudoprostyle — having a colonnade at each end, either very close to the front wall or engaged in it.
  • pseudosymmetry — an apparent symmetry different from that appropriate to a crystal of a given mineral.
  • psychogenetics — the study of internal or mental states
  • psychotechnics — the use of psychological techniques for controlling and modifying human behavior, especially for practical ends.
  • pterylographic — relating to pterylography
  • pulmonary tree — the trachea, bronchi, and bronchioles of the lungs, which together resemble an upside-down tree.
  • pumice country — volcanic farmland in the North Island
  • put money into — to invest money in
  • putrescibility — liable to become putrid.
  • pyelonephritic — of or relating to an inflammation of the pelvis and renal parenchyma
  • pyelonephritis — inflammation of the kidney and its pelvis, caused by a bacterial infection.
  • pygmy marmoset — a related form, Cebuella pygmaea: the smallest monkey, inhabiting tropical forests of the Amazon
  • pyjama cricket — one-day cricket, in which the players wear colourful clothing rather than the traditional whites used in longer forms of the game
  • pyramid letter — chain letter.
  • pyrenomycetous — of or relating to the former class Pyrenomycetes of fungi
  • pyriphlegethon — Phlegethon (def 1).
  • pyrometallurgy — the process or technique of refining ores with heat so as to accelerate chemical reactions or to melt the metallic or nonmetallic content.
  • pyrophotometer — a form of pyrometer that measures temperature by optical or photometric means.
  • pyrotechnician — a specialist in the origin of fires, their nature and control, etc.
  • pythagoreanism — the doctrines of Pythagoras and his followers, especially the belief that the universe is the manifestation of various combinations of mathematical ratios.
  • quoted company — a company whose shares are quoted on a stock exchange
  • radiotelephony — the constructing or operating of radiotelephones.
  • radium therapy — treatment of disease by means of radium.
  • railway porter — a person employed to carry luggage, parcels, supplies, etc at a railway station
  • raspberry tart — a fruit tart made with raspberries
  • re-entry point — the designated place of return of a spacecraft into the earth's atmosphere
  • recompensatory — serving to compensate, as for loss, lack, or injury.
  • recursive type — A data type which contains itself. The commonest example is the list type, in Haskell: data List a = Nil | Cons a (List a) which says a list of a's is either an empty list or a cons cell containing an 'a' (the "head" of the list) and another list (the "tail"). Recursion is not allowed in Miranda or Haskell synonym types, so the following Haskell types are illegal: type Bad = (Int, Bad) type Evil = Bool -> Evil whereas the seeminly equivalent algebraic data types are acceptable:
  • red-lead putty — a compound for caulking pipe joints, made of red lead, white lead, and boiled linseed oil.
  • reflectography — a non-destructive technique which uses infrared light to see beneath the painted surface in works of art in order to obtain information about those artworks
  • replaceability — to assume the former role, position, or function of; substitute for (a person or thing): Electricity has replaced gas in lighting.
  • repressibility — the quality or condition of being repressible
  • respectability — the state or quality of being respectable.
  • responsibility — the state or fact of being responsible, answerable, or accountable for something within one's power, control, or management.
  • retail therapy — Retail therapy is the activity of shopping for clothes and other things in order to make yourself feel happier.
  • retirement pay — a pension; the pay a retired person gets
  • revert to type — go back to one's usual behaviour
  • röntgenography — radiography
  • rotary printer — a machine for printing from a revolving cylinder, or a plate attached to one, usually onto a continuous strip of paper
  • rsa encryption — (cryptography, algorithm)   A public-key cryptosystem for both encryption and authentication, invented in 1977 by Ron Rivest, Adi Shamir, and Leonard Adleman. Its name comes from their initials. The RSA algorithm works as follows. Take two large prime numbers, p and q, and find their product n = pq; n is called the modulus. Choose a number, e, less than n and relatively prime to (p-1)(q-1), and find its reciprocal mod (p-1)(q-1), and call this d. Thus ed = 1 mod (p-1)(q-1); e and d are called the public and private exponents, respectively. The public key is the pair (n, e); the private key is d. The factors p and q must be kept secret, or destroyed. It is difficult (presumably) to obtain the private key d from the public key (n, e). If one could factor n into p and q, however, then one could obtain the private key d. Thus the entire security of RSA depends on the difficulty of factoring; an easy method for factoring products of large prime numbers would break RSA.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?