0%

19-letter words containing b, r, i, d, g

  • aerodynamic braking — the use of aerodynamic drag to slow spacecraft re-entering the atmosphere
  • aldridge-brownhills — a town in central England, in Walsall unitary authority, West Midlands: formed by the amalgamation of neighbouring towns in 1966. Pop: 35 525 (2001)
  • 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).
  • anaerobic digestion — the conversion of biodegradable waste matter into compost in the absence of oxygen
  • antigua and barbuda — a state in the Caribbean, comprising the islands of Antigua, Barbuda, and Redonda: gained independence in 1981: a member of the Commonwealth. Official language: English. Religion: Christian majority. Currency: East Caribbean dollar. Capital: St John's. Pop: 90 156 (2013 est). Area: 442 sq km (171 sq miles)
  • baader-meinhof gang — a group of left-wing West German terrorists, active in the 1970s, who were dedicated to the violent overthrow of capitalist society
  • 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
  • bandar seri begawan — the capital of Brunei. Pop: 64 000 (2005 est)
  • barometric gradient — pressure gradient
  • binding arbitration — dispute resolution
  • blue-ringed octopus — a highly venomous octopus, Octopus maculosus, of E Australia which exhibits blue bands on its tentacles when disturbed
  • blue-tongued lizard — a large Australian lizard, Tiliqua scincoides, characterized by having a cobalt-blue tongue.
  • boat-tailed grackle — a large grackle, Quiscalus major, of the southeastern U.S., that folds its tail into a shape resembling the keel of a boat.
  • bordering countries — countries that share a border with a particular country
  • building contractor — an individual or company that contracts for the construction of houses, etc
  • buildings insurance — insurance which covers buildings
  • cable-stayed bridge — a type of suspension bridge in which the supporting cables are connected directly to the bridge deck without the use of suspenders
  • counterpoise bridge — another name for bascule bridge
  • cudgel one's brains — to think hard about a problem
  • de broglie equation — the postulate of wave mechanics that a particle of mass m moving at a velocity v will have the properties of a wave of wavelength h / mv (de Broglie wavelength) where h is Planck's constant.
  • 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.
  • ditty bag (or box) — a small bag (or box) used as by sailors for holding sewing equipment, toilet articles, etc.
  • do not disturb sign — A do not disturb sign is a sign that a guest in a hotel hangs outside their room to tell other people not to knock the door or enter.
  • double-helical gear — herringbone gear.
  • dry-bulk cargo ship — a ship that carries an unpackaged dry cargo such as coal or grain; bulk carrier
  • error-based testing — (programming)   Testing where information about programming style, error-prone language constructs, and other programming knowledge is applied to select test data capable of detecting faults, either a specified class of faults or all possible faults.
  • gentile da fabriano — 1370?–1427, Italian painter.
  • 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).
  • giraldus cambrensis — literary name of Gerald de Barri. ?1146–?1223, Welsh chronicler and churchman, noted for his accounts of his travels in Ireland and Wales
  • godfrey of bouillon — (Duke of Lower Lorraine) 1060?–1100, French leader of the First Crusade 1096–99.
  • goodwill ambassador — an ambassador who shows goodwill to another country, organization, etc, on behalf of his or her own country, organization, etc
  • high blood pressure — elevation of the arterial blood pressure or a condition resulting from it; hypertension. Abbreviation: HBP.
  • hildegard of bingenHildegard von (Hildegard of Bingen"Sibyl of the Rhine") 1098–1178, German nun, healer, writer, and composer.
  • honorable discharge — a discharge from military service of a person who has fulfilled obligations efficiently, honorably, and faithfully.
  • john c breckinridgeJohn Cabell, 1821–75, vice president of the U.S. 1857–61: Confederate general in the American Civil War.
  • 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.
  • kingdom of burgundy — a kingdom in E France, established in the early 6th century ad, eventually including the later duchy of Burgundy, Franche-Comté, and the Kingdom of Provence: known as the Kingdom of Arles from the 13th century
  • learning disability — a disorder, as dyslexia, usually affecting school-age children of normal or above-normal intelligence, characterized by difficulty in understanding or using spoken or written language, and thought to be related to impairment or slowed development of perceptual motor skills.
  • lighten sb's burden — If someone or something lightens your burden or your load, they make a bad or difficult situation better for you.
  • 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.
  • neighbourhood watch — a scheme under which members of a community agree together to take responsibility for keeping an eye on each other's property, as a way of preventing crime
  • next door neighbour — a person who lives in the house, flat, etc, next to one's home
  • parliament building — structure housing legislative offices
  • pseudo-biographical — of or relating to a person's life: He's gathering biographical data for his book on Milton.
  • rag-tag and bobtail — the riffraff; rabble: The ragtag and bobtail of every nation poured into the frontier in search of gold.
  • registered disabled — on a local authority register under the Chronically Sick and Disabled Persons Act 1970
  • removable cartridge — a hard disk enclosed in a case that can be removed from the disk drive, having more storage than floppy disks.
  • rhodesian ridgeback — a large short-haired breed of dog characterized by a ridge of hair growing along the back in the opposite direction to the rest of the coat. It was originally a hunting dog from South Africa
  • saber-toothed tiger — any of several extinct members of the cat family Felidae from the Oligocene to Pleistocene Epochs, having greatly elongated, saberlike upper canine teeth.

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