0%

19-letter words containing p, e, g, d

  • accelerated program — a course of study which allows students to progress through their education more quickly than usual
  • 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
  • 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
  • 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).
  • 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.
  • angle of depression — depression (def 11).
  • 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
  • asperger's syndrome — a form of autism in which the person affected has limited but obsessive interests, and has difficulty relating to other people
  • 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
  • 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.
  • competitive bidding — a system by which a contract is awarded to the lowest bidder
  • complete quadrangle — a plane figure consisting of four points connected by six lines
  • compression molding — a method of molding thermosetting plastic by closing a mold on it, forming the material by heat and pressure.
  • computed tomography — computerized axial tomography. Abbreviation: CT.
  • counterpoise bridge — another name for bascule bridge
  • 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
  • debugging by printf — (programming)   The debugging technique where the programmer inserts print statements into a program so that when run the program leaves a "trail of breadcrumbs" allowing him to see which parts were executed. The information output may just be a short string to indicate that a particular point in the code has been reached or it might be a complete stack trace. The output typically just goes to the window or terminal in which the program is running or may be written to a log file.
  • dendrogeomorphology — (geology) the science that uses dendrochronology to study changes to the Earth's surface over time.
  • descriptive grammar — an approach to grammar that is concerned with reporting the usage of native speakers without reference to proposed norms of correctness or advocacy of rules based on such norms.
  • 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.
  • disambiguation page — a page on a website that lists various websites or web pages that have or could have the same title. The user is able to select from the list that page, site etc that he or she actually wants
  • 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.
  • 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.
  • 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
  • gedanken experiment — thought experiment.
  • germander speedwell — a speedwell, Veronica chamaedrys, having blue flowers.
  • get one's dander up — to become or to cause someone to become annoyed or angry
  • gigabits per second — (unit)   (Gbps) A unit of information transfer rate equal to one billion bits per second. Note that, while a gigabit is defined as a power of two (2^30 bits), a gigabit per second is defined as a power of ten (10^9 bits per second, which is slightly less) than 2^30).
  • gloucester old spot — a hardy rare breed of pig, white with a few black markings, that originally lived off windfalls in orchards in the Severn valley
  • go off the deep end — final or ultimate: the end result.
  • grade point average — a measure of scholastic attainment computed by dividing the total number of grade points received by the total number of credits or hours of course work taken.
  • grievance procedure — the established series of steps to be taken in dealing with a grievance raised with an employer by an employee
  • grosse pointe woods — a city in SE Michigan, near Detroit.
  • ground-plane aerial — a quarter-wave vertical dipole aerial in which the electrical image forming the other quarter-wave section is formed by reflection in a system of radially disposed metal rods or in a conductive sheet
  • high blood pressure — elevation of the arterial blood pressure or a condition resulting from it; hypertension. Abbreviation: HBP.
  • highways department — the department of a state, council, etc, responsible for the upkeep of roads and highways
  • housing development — a group of houses or apartments, usually of the same size and design, often erected on a tract of land by one builder and controlled by one management.
  • index expurgatorius — a list of books now included in the Index Librorum Prohibitorum, forbidden to be read except from expurgated editions.
  • iterative deepening — (algorithm)   A graph search algorithm that will find the shortest path with some given property, even when the graph contains cycles. When searching for a path through a graph, starting at a given initial node, where the path (or its end node) has some desired property, a depth-first search may never find a solution if it enters a cycle in the graph. Rather than avoiding cycles (i.e. never extend a path with a node it already contains), iterative deepening explores all paths up to length (or "depth") N, starting from N=0 and increasing N until a solution is found.
  • kellogg-briand pact — a treaty renouncing war as an instrument of national policy and urging peaceful means for the settlement of international disputes, originally signed in 1928 by 15 nations, later joined by 49 others.
  • landscape gardening — the art or trade of designing or rearranging large gardens, estates, etc.

On this page, we collect all 19-letter words with P-E-G-D. 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-E-G-D 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?