0%

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

  • accelerated program — a course of study which allows students to progress through their education more quickly than usual
  • according to cocker — reliable or reliably; correct or correctly
  • acknowledgment slip — a piece of paper that you sign as proof of having received a letter, parcel, payment, etc
  • advertising account — account (def 11c).
  • aerial top dressing — the process of spreading lime, fertilizer, etc over farmland from an aeroplane
  • aggravated burglary — a burglary made more serious by its violent circumstances
  • 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
  • alexander the great — 356–323 bc, king of Macedon, who conquered Greece (336), Egypt (331), and the Persian Empire (328), and founded Alexandria
  • 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.
  • ambassador-at-large — an ambassador with special duties who may be sent to more than one government
  • anaerobic digestion — the conversion of biodegradable waste matter into compost in the absence of oxygen
  • angioneurotic edema — swelling that occurs just beneath the surface of the skin or mucous membranes.
  • anterograde amnesia — amnesia caused by brain damage in which the memory loss relates to events occurring after the damage
  • applied linguistics — linguistic theory as applied to such fields as lexicography, psychology, the teaching of reading, the creation of orthographies, and especially language teaching.
  • attendance register — an official list of people who are present at an institution such as a school
  • augmented cognition — the study of the augmenting of human mental functions by computer programs
  • barometric gradient — pressure gradient
  • battle-ground state — a state of the U.S. in which the Democratic and Republican candidates both have a good chance of winning and that is considered key to the outcome of a presidential election: the swing states of Ohio and Indiana.
  • bilingual education — schooling in which those not fluent in the standard or national language are taught in their own language.
  • black-tailed godwit — a large wading bird with a very long beak, Limosa limosa, found in W and Central Europe, Africa, Asia, and Australasia
  • 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
  • bulbourethral gland — Cowper's gland
  • 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
  • celestial longitude — the angular distance measured eastwards from the vernal equinox to the intersection of the ecliptic with the great circle passing through a celestial body and the poles of the ecliptic
  • circulating decimal — repeating decimal
  • coefficient of drag — the ratio of the drag on a body moving through air to the product of the velocity and surface area of the body.
  • 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
  • computed tomography — computerized axial tomography. Abbreviation: CT.
  • contra-guide rudder — a rudder having a horizontal offset of its upper and lower halves to improve the flow characteristics of the propeller race.
  • contradistinguished — Simple past tense and past participle of contradistinguish.
  • contradistinguishes — Third-person singular simple present indicative form of contradistinguish.
  • convergent boundary — a major geologic discontinuity or suture marking the juncture of lithospheric plates that have been joined by plate tectonics.
  • coordinate geometry — analytic geometry.
  • counter-advertising — the act or practice of calling public attention to one's product, service, need, etc., especially by paid announcements in newspapers and magazines, over radio or television, on billboards, etc.: to get more customers by advertising.
  • counterconditioning — the conditioning of a response that is incompatible with some previously learned response; for example, in psychotherapy an anxious person might be taught relaxation, which is incompatible with anxiety
  • counterpoise bridge — another name for bascule bridge
  • countervailing duty — an extra import duty imposed by a country on certain imports, esp to prevent dumping or to counteract subsidies in the exporting country
  • crystallized ginger — sugar-coated ginger
  • 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
  • database management — the maintenance of information stored in a computer system
  • 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.
  • deficiency judgment — a judgment in favor of a mortgagee for the remainder of a debt not completely cleared by foreclosure and sale of the mortgaged property
  • desargues's theorem — the theorem that if two triangles are so related that the lines joining corresponding vertices meet in a point, then the extended corresponding lines of the two triangles meet in three points, all on the same line.

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