0%

19-letter words containing g, a, b, p, e

  • 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.
  • 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.
  • 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.
  • 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
  • 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
  • canterbury pilgrims — the pilgrims whose stories are told in Chaucer's Canterbury Tales
  • carbon steel piping — Carbon steel piping is pipes made of steel with carbon as the main alloying component, used for transporting fluids.
  • creeping bent grass — a grass, Agrostis stolonifera, grown as a pasture grass in Europe and North America: roots readily from the stem
  • 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
  • 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.
  • 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).
  • grasshopper warbler — a Eurasian warbler Locustella naevia
  • harbinger-of-spring — a North American umbelliferous herb, Erigenia bulbosa, having white flowers that bloom early in the spring.
  • intangible property — intellectual property, rights ownership
  • jumping bristletail — any of several thysanuran insects that live in dark, warm, moist places, as under leaves, bark, and dead tree trunks and along rocky seacoasts, and are active jumpers, making erratic leaps when disturbed.
  • 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.
  • load-bearing printf — (programming, humour)   The kind of bug present in a program which works correctly when producing debug output but fails when the debugging is turned off. The expression combines load-bearing wall and printf as used in debugging by printf.
  • megabits per second — (unit)   (Mbps, Mb/s) Millions of bits per second. A unit of data rate. 1 Mb/s = 1,000,000 bits per second (not 1,048,576). E.g. Ethernet can carry 10 Mbps.
  • parliament building — structure housing legislative offices
  • personal belongings — possessions; things that belong to someone
  • piggyback investing — Piggyback investing is a situation in which a broker repeats a trade on his own behalf immediately after trading for an investor, because he thinks the investor may have inside information.
  • pseudo-biographical — of or relating to a person's life: He's gathering biographical data for his book on Milton.
  • put on the feed bag — Also called nose bag. a bag for feeding horses, placed before the mouth and fastened around the head with straps.
  • republique malgache — French name of Malagasy Republic.
  • spaghetti bolognese — Italian dish of pasta and tomato sauce
  • tarnished plant bug — a bug, Lygus lineolaris, of the family Miridae, that is a common and widely distributed pest of alfalfa and other legumes and of peach and other fruit trees.
  • to give sb a leg up — to help with climbing

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