0%

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

  • psychotechnics — the use of psychological techniques for controlling and modifying human behavior, especially for practical ends.
  • pterylographic — relating to pterylography
  • pumice country — volcanic farmland in the North Island
  • putrescibility — liable to become putrid.
  • pyelonephritic — of or relating to an inflammation of the pelvis and renal parenchyma
  • pyjama cricket — one-day cricket, in which the players wear colourful clothing rather than the traditional whites used in longer forms of the game
  • pyrotechnician — a specialist in the origin of fires, their nature and control, etc.
  • 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:
  • replaceability — to assume the former role, position, or function of; substitute for (a person or thing): Electricity has replaced gas in lighting.
  • respectability — the state or quality of being respectable.
  • 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.
  • spectacularity — of or like a spectacle; marked by or given to an impressive, large-scale display.
  • styptic pencil — a pencil-shaped stick of a paste containing alum or a similar styptic agent, used to stanch the bleeding of minor cuts.
  • superfecundity — the quality of being fecund; capacity, especially in female animals, of producing young in great numbers.
  • superficiality — being at, on, or near the surface: a superficial wound.
  • supersymmetric — pertaining to supersymmetry
  • susceptibility — state or character of being susceptible: susceptibility to disease.
  • symmetric lisp — A parallel Lisp in which environments are first-class objects. It is implemented in Common LISP. E-mail: Suresh Jagannathan <[email protected]>.
  • synaptic cleft — the small gap, measured in nanometers, between an axon terminal and any of the cell membranes in the immediate vicinity.
  • telepathically — communication between minds by some means other than sensory perception.
  • telephonically — of, relating to, or happening by means of a telephone system.
  • telescopically — of, relating to, or of the nature of a telescope.
  • the cryptozoic — the Cryptozoic era
  • the public eye — If someone is in the public eye, many people know who they are, because they are famous or because they are often mentioned on television or in the newspapers.
  • trysting place — a place for a meeting, especially a secret meeting of lovers; rendezvous.
  • twopenny piece — a two pence coin
  • unemphatically — uttered, or to be uttered, with emphasis; strongly expressive.
  • unmetaphysical — (of a statement or theory) not metaphysical or abstract
  • xerophytically — As a xerophyte.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?