0%

19-letter words containing g, p

  • a thing of the past — If something is a thing of the past, it no longer exists or happens, or is being replaced by something new.
  • abnormal psychology — the study of behaviour patterns that diverge widely from generally accepted norms, esp those of a pathological nature
  • accelerated program — a course of study which allows students to progress through their education more quickly than usual
  • accompanying letter — a letter that comes with another document or enclosure
  • acknowledgment slip — a piece of paper that you sign as proof of having received a letter, parcel, payment, etc
  • acoustic gramophone — a device for reproducing the sounds stored on a record: now usually applied to the nearly obsolete type that uses a clockwork motor and acoustic horn
  • active server pages — (web, programming)   (ASP) A scripting environment for Microsoft Internet Information Server in which you can combine HTML, scripts and reusable ActiveX server components to create dynamic web pages. IIS 4.0 includes scripting engines for Microsoft Visual Basic Scripting Edition (VBScript) and Microsoft JScript. ActiveX scripting engines for Perl and REXX are available through third-party developers.
  • aerial top dressing — the process of spreading lime, fertilizer, etc over farmland from an aeroplane
  • agency spokesperson — a spokesperson for a government agency
  • aggravated trespass — an offence in which a trespasser in the open air attempts to interfere with a lawful activity, such as hunting
  • agitated depression — severe depression accompanied by extreme anxiety and agitation
  • aglaophon of thasos — flourished 6th to 5th centuries b.c, Greek painter: father and teacher of Polygnotus.
  • agner krarup erlang — (person)   (1878-1929) A Danish mathematician. Erlang the language and unit were named after him. Interested in the theory of probability, in 1908 Erlang joined the Copenhagen Telephone Company where he studied the problem of waiting times for telephone calls. He worked out how to calculate the fraction of callers who must wait due to all the lines of an exchange being in use. His formula for loss and waiting time was published in 1917. It is now known as the "Erlang formula" and is still in use today.
  • algebraic data type — (programming)   (Or "sum of products type") In functional programming, new types can be defined, each of which has one or more constructors. Such a type is known as an algebraic data type. E.g. in Haskell we can define a new type, "Tree": data Tree = Empty | Leaf Int | Node Tree Tree with constructors "Empty", "Leaf" and "Node". The constructors can be used much like functions in that they can be (partially) applied to arguments of the appropriate type. For example, the Leaf constructor has the functional type Int -> Tree. A constructor application cannot be reduced (evaluated) like a function application though since it is already in normal form. Functions which operate on algebraic data types can be defined using pattern matching: depth :: Tree -> Int depth Empty = 0 depth (Leaf n) = 1 depth (Node l r) = 1 + max (depth l) (depth r) The most common algebraic data type is the list which has constructors Nil and Cons, written in Haskell using the special syntax "[]" for Nil and infix ":" for Cons. Special cases of algebraic types are product types (only one constructor) and enumeration types (many constructors with no arguments). Algebraic types are one kind of constructed type (i.e. a type formed by combining other types). An algebraic data type may also be an abstract data type (ADT) if it is exported from a module without its constructors. Objects of such a type can only be manipulated using functions defined in the same module as the type itself. In set theory the equivalent of an algebraic data type is a discriminated union - a set whose elements consist of a tag (equivalent to a constructor) and an object of a type corresponding to the tag (equivalent to the constructor arguments).
  • algebraic operation — any of the mathematical operations of addition, subtraction, multiplication, division, raising to a power, or extraction of a root.
  • alphabetic language — (human language)   A written human language in which symbols reflect the pronunciation of the words. Examples are English, Greek, Russian, Thai, Arabic and Hebrew. Alphabetic languages contrast with ideographic languages.
  • alphonse and gaston — marked by a ritualistic courtliness in which two often competing participants graciously but stubbornly defer to each other: a kind of Alphonse and Gaston act in which each man insisted the other go through the doorway first.
  • analytic psychology — the system of psychology developed by C. G. Jung as a variant of psychoanalysis
  • angle of depression — depression (def 11).
  • answerphone message — a pre-recorded message that is left on an answering machine, usually inviting callers to leave a message
  • apollonius of perga — ?261–?190 bc, Greek mathematician, remembered for his treatise on conic sections
  • application program — a computer program that is written and designed for a specific need or purpose
  • application testing — system testing
  • applied linguistics — linguistic theory as applied to such fields as lexicography, psychology, the teaching of reading, the creation of orthographies, and especially language teaching.
  • appointment viewing — the practice of setting time aside to watch particular television programmes
  • apres moi le deluge — after me the deluge
  • as things/people go — You use expressions like as things go or as children go when you are describing one person or thing and comparing them with others of the same kind.
  • asperger's syndrome — a form of autism in which the person affected has limited but obsessive interests, and has difficulty relating to other people
  • at one's fingertips — readily available and within one's mental grasp
  • atmospheric braking — a technique of reentry in which the vehicle is maneuvered in the upper atmosphere so as to lose velocity by utilizing drag without overheating.
  • auricular appendage — auricle (def 1b).
  • auricular-appendage — Anatomy. the projecting outer portion of the ear; pinna. Also called auricular appendage. an ear-shaped appendage projecting from each atrium of the heart. (loosely) the atrium.
  • awareness programme — a programme designed to increase awareness of something
  • ballistocardiograph — an instrument that records the slight recoil of the body, while on a special bed, caused by the contractions of the heart: used to measure cardiac pumping power and the elasticity of the aorta
  • balloon angioplasty — angioplasty in which a balloon catheter is moved to a blocked area of a blood vessel where the balloon is inflated to expand or force open the vessel
  • bargaining position — the position of a person, group, or organization in a negotiation, with respect to their ability to achieve a deal which is favourable to themselves
  • beta-naphthyl group — See under naphthyl.
  • black-billed magpie — either of two corvine birds, Pica pica (black-billed magpie) of Eurasia and North America, or P. nuttalli (yellow-billed magpie) of California, having long, graduated tails, black-and-white plumage, and noisy, mischievous habits.
  • blue-ringed octopus — a highly venomous octopus, Octopus maculosus, of E Australia which exhibits blue bands on its tentacles when disturbed
  • breathing apparatus — an apparatus, usually consisting of tanks of air or oxygen and a mouthpiece, that enables the wearer to breath in difficult conditions such as a smoke-filled building
  • brightline spectrum — the spectrum of an incandescent substance appearing on a spectrogram as one or more bright lines against a dark background.
  • bring into the open — to make evident or public
  • brown paper bag bug — (programming)   A programming bug that is so stupid that it makes the programmer want to put a brown paper bag over his head.
  • buy a pig in a poke — to buy, get, or agree to something without sight or knowledge of it in advance
  • camouflage passport — a passport from a non-existent country intended to conceal the bearer's true nationality (from hijackers, kidnappers, etc)
  • canterbury pilgrims — the pilgrims whose stories are told in Chaucer's Canterbury Tales
  • capacitive coupling — the connection of two or more circuits by means of a capacitor.
  • captains courageous — a novel (1897) by Rudyard Kipling.
  • carbon steel piping — Carbon steel piping is pipes made of steel with carbon as the main alloying component, used for transporting fluids.
  • chain-reacting pile — nuclear reactor

On this page, we collect all 19-letter words with G-P. It’s easy to find right word with a certain length. It is the easiest way to find 19-letter word that contains in G-P 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?