0%

19-letter words containing i, n, d, e, b, t

  • absolute impediment — a fact or circumstance that disqualifies a person from lawful marriage.
  • abstinence syndrome — the withdrawal symptoms that occur after abstinence from a drug, especially a narcotic, to which one is addicted.
  • adobe systems, inc. — (company)   A California font foundry and software house. Adobe created the PostScript page description language and wrote the Blue Book, Green Book, Red Book and White Book on it. They also developed PDF. Adobe took over Frame Technology Corporation in late 1995/early 1996. E-mail: <[email protected]>. Address: Silicon Valley, California, USA.
  • anaerobic digestion — the conversion of biodegradable waste matter into compost in the absence of oxygen
  • anno urbis conditae — in a (specified) year from the founding of the city: the ancient Romans reckoned dates from Rome's founding, c. 753 b.c.
  • bacillary dysentery — shigellosis.
  • balfour declaration — the statement made by Arthur Balfour in 1917 of British support for the setting up of a national home for the Jews in Palestine, provided that the rights of "existing non-Jewish communities" in Palestine could be safeguarded
  • barometric gradient — pressure gradient
  • batterie de cuisine — cooking utensils collectively; pots and pans, etc
  • benedict's solution — a chemical solution used to detect the presence of glucose and other reducing sugars. Medically, it is used to test the urine of diabetics
  • benzylidene acetone — a colorless, crystalline, water-insoluble solid, C 10 H 10 O, having a vanillalike odor, used chiefly as a scent in the manufacture of perfume.
  • bernstein condition — (parallel)   Processes cannot execute in parallel if one effects values used by the other. Nor can they execute in parallel if any subsequent process uses data effected by both, i.e. whose value might depend on the order of execution.
  • beside the question — not related to the subject under discussion
  • betwixt and between — in an intermediate, indecisive, or middle position
  • bicarbonate of soda — Bicarbonate of soda is a white powder which is used in baking to make cakes rise, and also as a medicine for your stomach.
  • bilingual education — schooling in which those not fluent in the standard or national language are taught in their own language.
  • 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.
  • board certification — the process of certifying that a physician has passed an examination and met the standards of a professional organization representing a particular medical specialty.
  • board of trade unit — a unit of electrical energy equal to 1 kilowatt-hour
  • bordering countries — countries that share a border with a particular country
  • british west indies — a former name for the states in the Caribbean that are members of the Commonwealth: the Bahamas, Barbados, Jamaica, Trinidad and Tobago, Antigua and Barbuda, Saint Kitts-Nevis, Dominica, Grenada, Saint Lucia, and Saint Vincent and the Grenadines; along with the islands which remain as United Kingdom dependencies: Anguilla, the Cayman Islands, Montserrat, the Turks and Caicos Islands and the British Virgin Islands
  • brokered convention — a party convention in which many delegates are pledged to favorite sons who use their blocs of votes to bargain with leading candidates who lack a majority of delegate support.
  • chartered librarian — (in Britain) a librarian who has obtained a qualification from the Library Association in addition to a degree or diploma in librarianship
  • competitive bidding — a system by which a contract is awarded to the lowest bidder
  • coordination number — the number of coordinated species surrounding the central atom in a complex or crystal
  • counterpoise bridge — another name for bascule bridge
  • 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.
  • deathbed confession — a confession that somebody makes just before he or she dies, usually relating to some long concealed crime or secret
  • 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.
  • deoxyribonucleotide — an ester of a deoxyribonucleoside and phosphoric acid; a constituent of DNA.
  • detective constable — a police officer who investigates crime and who is of the lowest rank
  • differential backup — (operating system)   A kind of backup that copies all files that have changed since the last full backup. Each differential backup will include all files in previous differential backups since the full backup so to restore a version of a file, you only need to search the full backup and the relevant differential backup. Some systems support differential backup by associating an "Archive" flag with each file and setting this flag whenever the file is modified to indicate that it should be included in the next backup. A differential backup does not change this flag, whereas an incremental backup resets it.
  • disablement benefit — (in Britain) a noncontributory benefit payable to a person disabled through injury or disease caused by their work
  • 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
  • distinguishableness — The state or quality of being distinguishable.
  • distribution system — The distribution system is the part of an electric system after the transmission system that is dedicated to delivering electric energy to an end user.
  • dobsonian telescope — a relatively inexpensive Newtonian telescope, suitable for visual but not photographic use, in which the tube assembly slips freely in the lower base.
  • double counterpoint — invertible counterpoint using two transposable voices.
  • double-density disk — a disk with more than the normal capacity for storage
  • east dunbartonshire — a council area of central Scotland to the N of Glasgow: part of Strathclyde region from 1975 until 1996: mainly agricultural and residential. Administrative centre: Kirkintilloch. Pop: 106 970 (2003 est). Area: 172 sq km (66 sq miles)
  • electronic keyboard — a typewriter keyboard used to operate an electronic device such as a computer, word processor, etc
  • 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.
  • extendible compiler — (language)   (ETC) A Fortran-like compiler that can be extended with macros.
  • extensible database — (database)   A DBMS that allows access to data from remote sources as if the remote data were part of the database.
  • fault-based testing — (testing)   Software testing using test data designed to demonstrate the absence of a set of pre-specified faults; typically, frequently occurring faults. For example, to demonstrate that the software handles or avoids divide by zero correctly, the test data would include zero.
  • florida velvet bean — a tropical vine, Mucuna deeringiana, of the legume family, having showy, purple flowers in drooping clusters and black, hairy pods: grown as an ornamental.
  • foundation subjects — the subjects studied as part of the National Curriculum, including the compulsory core subjects
  • functional database — (database, language)   A database which uses a functional language as its query language. Databases would seem to be an inappropriate application for functional languages since, a purely functional language would have to return a new copy of the entire database every time (part of) it was updated. To be practically scalable, the update mechanism must clearly be destructive rather than functional; however it is quite feasible for the query language to be purely functional so long as the database is considered as an argument. One approach to the update problem would use a monad to encapsulate database access and ensure it was single threaded. Alternative approaches have been suggested by Trinder, who suggests non-destructive updating with shared data structures, and Sutton who uses a variant of a Phil Wadler's linear type system. There are two main classes of functional database languages. The first is based upon Backus' FP language, of which FQL is probably the best known example. Adaplan is a more recent language which falls into this category. More recently, people have been working on languages which are syntactically very similar to modern functional programming languages, but which also provide all of the features of a database language, e.g. bulk data structures which can be incrementally updated, type systems which can be incrementally updated, and all data persisting in a database. Examples are PFL [Poulovassilis&Small, VLDB-91], and Machiavelli [Ohori et al, ACM SIGMOD Conference, 1998].
  • gentile da fabriano — 1370?–1427, Italian painter.

On this page, we collect all 19-letter words with I-N-D-E-B-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 I-N-D-E-B-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?