0%

21-letter words containing p, l, a, y, g

  • a level playing field — You talk about a level playing field to mean a situation that is fair, because no competitor or opponent in it has an advantage over another.
  • analytical psychology — a school of psychoanalysis founded by Jung as a result of disagreements with Freud
  • bibliographic utility — an organization that maintains computerized bibliographic records and offers to its members or customers various products and services related to these records.
  • biological psychiatry — a school of psychiatric thought concerned with the medical treatment of mental disorders, especially through medication, and emphasizing the relationship between behavior and brain function and the search for physical causes of mental illness.
  • clinical psychologist — a practitioner of clinical psychology
  • column chromatography — the separation of mixtures into their constituents by preferential adsorption by a solid, as a column of silica (column chromatography) or a strip of filter paper (paper chromatography) or by a gel.
  • comparative philology — comparative linguistics.
  • crystallographic axis — one of the imaginary reference lines passing through the center of an ideal crystal, designated a, b, or c.
  • cultural anthropology — the branch of anthropology dealing with cultural as opposed to biological and racial features
  • deep scattering layer — any of the stratified zones in the ocean which reflect sound during echo sounding, usually composed of marine organisms which migrate vertically from c. 250 to 800 m (c. 820 to 2,625 ft)
  • designated employment — (in Britain) any of certain kinds of jobs reserved for handicapped workers under the Disabled Persons (Employment) Act 1944
  • developmental biology — the study of the development of multicellular organisms, including the study of the earliest stages of embryonic structure and tissue differentiation
  • differential topology — the branch of topology that studies the properties of differentiable manifolds that remain invariant under diffeomorphisms.
  • electrochromatography — chromatography effected by the influence of an applied electric field
  • electromyographically — By means of, or in terms of, electromyography.
  • electronystagmography — A diagnostic test to record involuntary movements of the eye caused by a condition known as nystagmus. It can also be used to diagnose the cause of vertigo, dizziness or balance dysfunction by testing the vestibular system.
  • equiangular hyperbola — a hyperbola with transverse and conjugate axes equal to each other.
  • forensic anthropology — the branch of physical anthropology in which anthropological data, criteria, and techniques are used to determine the sex, age, genetic population, or parentage of skeletal or biological materials in questions of civil or criminal law.
  • 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.
  • gestalt psychotherapy — a therapy devised in the US in the 1960s in which patients are encouraged to concentrate on the immediate present and to express their true feelings
  • glyceryl tripalmitate — palmitin.
  • happy little vegemite — a person who is in good humour
  • humanistic psychology — an approach to psychology that emphasizes emotions and the better understanding of the self in terms of observation of oneself and one's relations with others
  • hypogammaglobulinemia — A type of immune disorder characterised by a reduction in all types of gamma globulins.
  • hysterosalpingography — (medicine) X-ray examination of the uterus and oviducts following injection of a radiopaque substance.
  • industrial psychology — the application of psychological principles and techniques to business and industrial problems, as in the selection of personnel or development of training programs.
  • magnetic permeability — permeability (def 2).
  • magnetoplasmadynamics — magnetohydrodynamics.
  • 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.
  • pacific daylight time — the version of Pacific Standard Time that is in use when daylight saving time is being observed
  • pdp assembly language — (language)   (PAL) The assembly language for the PDP-8 and PDP-11.
  • physical anthropology — the branch of anthropology dealing with the evolutionary changes in human anatomy and physiology, using mensurational and descriptive techniques.
  • physically challenged — See example at challenged (def 1).
  • pneumoencephalography — encephalography.
  • polygenic inheritance — the heredity of complex characters that are determined by a large number of genes, each one usually having a relatively small effect.
  • psychological primary — one of a set of perceived colours (red, yellow, blue, green, black, and white) that can be used to characterize all other perceived colours
  • psychological warfare — the use of propaganda, threats, and other psychological techniques to mislead, intimidate, demoralize, or otherwise influence the thinking or behavior of an opponent.
  • pulse height analyser — a multichannel analyser that sorts pulses into selected amplitude ranges
  • pulse height analyzer — an instrument that records or counts an electrical pulse if its amplitude falls within specified limits: used in nuclear physics research for the determination of energy spectra of nuclear radiations
  • quality point average — grade point average.
  • real operating system — (operating system, abuse)   The sort the speaker is used to. People from the BSDophilic academic community are likely to issue comments like "System V? Why don't you use a *real* operating system?", people from the commercial/industrial Unix sector are known to complain "BSD? Why don't you use a *real* operating system?", and people from IBM object "Unix? Why don't you use a *real* operating system?" See holy wars, religious issues, proprietary, Get a real computer!.
  • rectangular hyperbola — a hyperbola with perpendicular asymptotes
  • schlieren photography — a type of photography which records schlieren
  • seven-segment display — (electronics)   (SSD) A kind of display element consisting of seven independently controllable lines arranged as a rectangular figure eight. A seven-segment display is the simplest device that can display any of the digits zero to nine (and some other characters) by lighting different combinations of lines. They are often seen in electronic calculators or measuring equipment.
  • structural psychology — psychology centering on the analysis of the structure or content of conscious mental states by introspective methods.
  • threshold wage policy — a policy whereby wages are increased in accordance with inflation
  • x-ray crystallography — the determination of the structure of a crystal by the use of x-ray diffraction.

On this page, we collect all 21-letter words with P-L-A-Y-G. 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-L-A-Y-G 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?