0%

19-letter words containing e, a, g, l, y, d

  • aggravated burglary — a burglary made more serious by its violent circumstances
  • 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).
  • 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
  • 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
  • display advertising — display ads taken collectively.
  • 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 quay — (of a shipment of goods) delivered to the quay without charge to the buyer
  • heavy goods vehicle — a large road vehicle for carrying goods
  • judgment by default — a judgment in the plaintiff's favour when the defendant fails to plead or to appear
  • lady of the evening — a prostitute.
  • 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.
  • level playing field — a state of equality; an equal opportunity.
  • physical addressing — (networking)   The low level addressing scheme used on Ethernet. The 48-bit destination Ethernet address in a packet is compared with the receiving node's Ethernet address. Compare IP address.
  • pseudopsychological — of or relating to psychology.
  • single-line display — a display that presents information in a single line
  • talleyrand-perigord — Charles Maurice de [sharl moh-rees duh] /ʃarl moʊˈris də/ (Show IPA), Prince de Bénévent [duh bey-ney-vahn] /də beɪ neɪˈvɑ̃/ (Show IPA), 1754–1838, French statesman.
  • the almighty dollar — money regarded figuratively as a god, or source of great power
  • to play hard to get — If someone plays hard to get, they pretend not to be interested in another person or in what someone is trying to persuade them to do.
  • very large database — (database)   (VLDB) A database that can use a Very Large Memory model to keep as much data as possible in physical memory. (Oracle http://oracle.com/platforms/dec/collateral/vlmwp_3.html).
  • wade-giles (system) — a system for transliterating Chinese ideograms into the Latin alphabet, in wide use esp. before Pinyin was adopted by the People's Republic of China in 1979
  • yellow-dog contract — a contract between a worker and an employer in which, as a condition of employment, the worker agrees not to remain in or join a union.

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