0%

19-letter words containing p, l, e, g, i

  • 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
  • aerial top dressing — the process of spreading lime, fertilizer, etc over farmland from an aeroplane
  • 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.
  • angle of depression — depression (def 11).
  • apollonius of perga — ?261–?190 bc, Greek mathematician, remembered for his treatise on conic sections
  • 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.
  • 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.
  • 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.
  • 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
  • brightline spectrum — the spectrum of an incandescent substance appearing on a spectrogram as one or more bright lines against a dark background.
  • 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.
  • 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
  • champagne lifestyle — a lifestyle involving the enjoyment of luxuries and expensive pleasures
  • champagne socialist — a professed socialist who enjoys an extravagant lifestyle
  • champion of england — a hereditary official at British coronations, representing the king (King's Champion) or the queen (Queen's Champion) who is being crowned, and having originally the function of challenging to mortal combat any person disputing the right of the new sovereign to rule.
  • chemical processing — Chemical processing is a way of making changes to chemical compounds.
  • cinematographically — a motion-picture projector.
  • compression molding — a method of molding thermosetting plastic by closing a mold on it, forming the material by heat and pressure.
  • creeping cinquefoil — any of several plants belonging to the genus Potentilla, of the rose family, having yellow, red, or white five-petaled flowers, as P. reptans (creeping cinquefoil) of the Old World, or P. argentea (silvery cinquefoil) of North America.
  • dangling participle — a participle intended to modify a noun but having the wrong grammatical relationship to it as for example having left in the sentence Having left Europe for good, Peter's future seemed bleak indeed
  • digital linear tape — (storage)   (DLT) A kind of magnetic tape drive originally developed by DEC and now marketed by Quantum. DLT drives implement the Digital Lempel Ziv 1 (DLZ1) compression algorithm in a combination of hardware and firmware. They use a popular chip by Stac (now hi/fn) to do the string searching. Counting, sorting and Huffman coding are done in firmware (with hardware support for the Huffman algorithm?). In April 1997 DLT drives can transfer 5 megabytes per second and can store 35 gigabytes on a single cartridge. Compression might roughly double these figures.
  • displacement engine — any engine employing the rectilinear motion of one or more pistons in cylinders.
  • display advertising — display ads taken collectively.
  • duplicating machine — a duplicator, especially one for making identical copies of documents, letters, etc.
  • eight queens puzzle — (algorithm)   A puzzle in which one has to place eight queens on a chessboard such that no queen is attacking any other, i.e. no two queens occupy the same row, column or diagonal. One may have to produce all possible such configurations or just one. It is a common students assignment to devise a program to solve the eight queens puzzle. The brute force algorithm tries all 64*63*62*61*60*59*58*57 = 178,462,987,637,760 possible layouts of eight pieces on a chessboard to see which ones meet the criterion. More intelligent algorithms use the fact that there are only ten positions for the first queen that are not reflections of each other, and that the first queen leaves at most 42 safe squares, giving only 10*42*41*40*39*38*37*36 = 1,359,707,731,200 layouts to try, and so on. The puzzle may be varied with different number of pieces and different size boards.
  • electrocardiographs — Plural form of electrocardiograph.
  • electrocardiography — The measurement of electrical activity in the heart and the recording of such activity as a visual trace (on paper or on an oscilloscope screen), using electrodes placed on the skin of the limbs and chest.
  • electron micrograph — a photograph or image of a specimen taken using an electron microscope
  • electronic graphics — (on television) the production of graphic designs and text by electronic means
  • electrophotographic — Of or pertaining to electrophotography.
  • electrophysiologist — A physiologist whose speciality is electrophysiology.
  • english toy spaniel — breed of dog
  • entitlement program — a government program providing defined sectors of the population with social benefits
  • evaporative cooling — a method of reducing temperature that uses evaporation
  • executive privilege — Executive privilege is the right that a member of the executive branch of government has to withhold information about matters that they consider to be confidential.
  • exophthalmic goiter — a disease of unknown cause characterized by enlargement of the thyroid gland, overproduction of the thyroid hormone, and abnormal protrusion of the eyeballs
  • exophthalmic goitre — a form of hyperthyroidism characterized by enlargement of the thyroid gland, protrusion of the eyeballs, increased basal metabolic rate, and weight loss
  • finger on the pulse — If you have your finger on the pulse of something, you know all the latest opinions or developments concerning it.
  • flowering raspberry — a shrub, Rubus ordoratus, of eastern North America, having loose clusters of showy purplish or rose-purple flowers and inedible, dry, red fruit.
  • free alongside ship — (of a shipment of goods) delivered to the dock without charge to the buyer, but excluding the cost of loading onto the vessel
  • gallipoli peninsula — peninsula in S European Turkey, forming the NW shore of the Dardanelles: c. 55 mi (89 km) long

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