0%

19-letter words containing eb

  • 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 extension — a field containing a given field such that every element in the first field is algebraic over the given field.
  • algebraic operation — any of the mathematical operations of addition, subtraction, multiplication, division, raising to a power, or extraction of a root.
  • algebraic structure — (mathematics)   Any formal mathematical system consisting of a set of objects and operations on those objects. Examples are Boolean algebra, numerical algebra, set algebra and matrix algebra.
  • angels-on-horseback — a savoury of oysters wrapped in bacon slices and served on toast
  • barbados gooseberry — Also called lemon vine. a treelike cactus, Pereskia aculeata, of tropical America, characterized by broad, elliptical leaves and spiny stems bearing a yellow, edible fruit.
  • california bluebell — either of two plants, Phacelia campanularia or P. minor, of southern California, having ovate leaves and bell-shaped blue or purple flowers.
  • cerebellar syndrome — a disease of the cerebellum characterized by unsteady movements and mispronunciation of words
  • cerebral hemisphere — either half of the cerebrum
  • cerebral hemorrhage — hemorrhage from a blood vessel into the cerebrum, often followed by neurologic damage; a type of stroke.
  • cerebral thrombosis — formation of a clot or other blockage in one of the blood vessels of the brain, often followed by neurologic damage; a type of stroke.
  • cerebrospinal fluid — the clear colourless fluid in the spaces inside and around the spinal cord and brain
  • 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.
  • devils-on-horseback — a savoury of prunes wrapped in bacon slices and served on toast
  • ebola virus disease — Also called Ebola fever, Ebola hemorrhagic fever, Ebola virus disease. a usually fatal disease, a type of hemorrhagic fever, caused by the Ebola virus and marked by high fever, severe gastrointestinal distress, and bleeding.
  • eusebius (pamphili) — a.d. 264?-340; Gr. ecclesiastical historian
  • february revolution — Russian Revolution (def 1).
  • february-revolution — Also called February Revolution. the uprising in Russia in March, 1917 (February Old Style), in which the Czarist government collapsed and a provisional government was established.
  • great crested grebe — a large Old World grebe, Podiceps cristatus, having black, earlike tufts of feathers projecting backward from the top of the head.
  • handlebar moustache — a man's moustache having long, curved ends that resemble the handlebars of a bicycle.
  • information algebra — Theoretical formalism for DP, never resulted in a language. Language Structure Group of CODASYL, ca. 1962. Sammet 1969, 709.
  • intervertebral disc — any of the cartilaginous discs between individual vertebrae, acting as shock absorbers
  • intervertebral disk — the plate of fibrocartilage between the bodies of adjacent vertebrae.
  • kansas-nebraska act — the act of Congress in 1854 annulling the Missouri Compromise, providing for the organization of the territories of Kansas and Nebraska, and permitting these territories self-determination on the question of slavery.
  • perpetual debenture — a bond or debenture that can either never be redeemed or cannot be redeemed on demand
  • rebus sic stantibus — (of the duration of the binding force treaty) for as long as the relevant facts and circumstances remain basically the same.
  • 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
  • the boxer rebellion — an unsuccessful rebellion in 1900 led by a nationalistic Chinese secret society against foreign interests in China
  • websters-dictionary — Informal. a dictionary of the English language, especially American English, such as Dictionary.com.
  • world wide web worm — (web)   (WWWW) One of the first automatic indexing tools for the web, being developed in September 1994 by Oliver McBryan <[email protected]> at the University of Colorado. The worm created a database of 300,000 multimedia objects which can be obtained or searched for keywords via the web.
  • zebra-tailed lizard — a lizard, Callisaurus draconoides, inhabiting sandy deserts of Mexico and the southwestern U.S., having a long tail marked with black bands.

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