0%

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

  • polite society — sophisticated company
  • polynucleotide — a sequence of nucleotides, as in DNA or RNA, bound into a chain.
  • post-pregnancy — the state, condition, or quality of being pregnant.
  • postmastectomy — of or relating to the period after a mastectomy
  • preconcertedly — in a preconcerted or preplanned manner
  • predictability — consistent repetition of a state, course of action, behavior, or the like, making it possible to know in advance what to expect: The predictability of their daily lives was both comforting and boring.
  • pregnancy test — diagnostic kit for determining pregnancy
  • prescriptively — that prescribes; giving directions or injunctions: a prescriptive letter from an anxious father.
  • presymptomatic — relating to or describing a symptom that occurs before the typical symptoms of a disease
  • primacy effect — the process whereby the first few items on a list are learnt more rapidly than the middle items
  • primary accent — the principal or strongest stress of a word.
  • principal type — The most general type of an expression. For example, the following are all valid types for the lambda abstraction (\ x . x): Int -> Int Bool -> Bool (a->b) -> (a->b) but any valid type will be an instance of the principal type: a -> a. An instance is derived by substituting the same type expression for all occurences of some type variable. The principal type of an expression can be computed from those of its subexpressions by Robinson's unification algorithm.
  • processability — capable of being processed.
  • 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.
  • 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
  • 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
  • pyrenomycetous — of or relating to the former class Pyrenomycetes of fungi
  • pyrotechnician — a specialist in the origin of fires, their nature and control, etc.
  • quality circle — a group of workers performing similar duties who meet periodically to discuss work-related problems, offer suggestions for improved production or product quality, etc.
  • quoted company — a company whose shares are quoted on a stock exchange
  • radiochemistry — the chemical study of radioactive elements, both natural and artificial, and their use in the study of chemical processes.
  • recency effect — the phenomenon that when people are asked to recall in any order the items on a list, those that come at the end of the list are more likely to be recalled than the others
  • recommendatory — serving to recommend; recommending.
  • recompensatory — serving to compensate, as for loss, lack, or injury.
  • reconciliatory — tending to reconcile.
  • recoverability — able to recover or be recovered: a patient now believed to be recoverable; recoverable losses on his investments.
  • recovery stock — a security that has fallen in price but is believed to have the ability to recover
  • recreationally — of or relating to recreation: recreational facilities in the park.
  • rectifiability — the quality or state of being rectifiable
  • rectilinearity — the state or quality of being rectilinear
  • 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:
  • 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
  • relocatability — constructed so as to be movable; portable, prefabricated, or modular: relocatable classroom units.
  • 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.
  • retractability — to withdraw (a statement, opinion, etc.) as inaccurate or unjustified, especially formally or explicitly; take back.
  • rhythm section — band instruments, as drums or bass, that supply rhythm rather than harmony or melody.
  • richard tawneyRichard Henry, 1880–1962, English historian, born in Calcutta.
  • root directory — (file system)   The topmost node of a hierarchical file system.
  • 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.
  • saccharomycete — a single-celled yeast of the family Saccharomycetaceae, having no mycelium.
  • sacramentality — of, relating to, or of the nature of a sacrament, especially the sacrament of the Eucharist.
  • sacred history — history that is retold with the aim of instilling religious faith and which may or may not be founded on fact
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?