0%

19-letter words containing t, e, n, d, u, l

  • a multitude of sins — If you say that something covers or hides a multitude of sins, you mean that it hides something unattractive or does not reveal the true nature of something.
  • absolute impediment — a fact or circumstance that disqualifies a person from lawful marriage.
  • alexander technique — a technique for developing awareness of one's posture and movement in order to improve it
  • anti-fundamentalism — (sometimes initial capital letter) a religious movement characterized by a strict belief in the literal interpretation of religious texts, especially within American Protestantism and Islam.
  • anti-fundamentalist — (sometimes initial capital letter) a religious movement characterized by a strict belief in the literal interpretation of religious texts, especially within American Protestantism and Islam.
  • antimony trisulfide — a black or orange-red crystalline compound, Sb2S3, used as a pigment, in pyrotechnics and matches, for fireproofing fabrics and paper, etc.
  • applied linguistics — linguistic theory as applied to such fields as lexicography, psychology, the teaching of reading, the creation of orthographies, and especially language teaching.
  • assault and battery — Assault and battery is the crime of attacking someone and causing them physical harm.
  • 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
  • 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.
  • 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
  • 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.
  • born out of wedlock — born when one's parents are not legally married
  • bulbourethral gland — Cowper's gland
  • capital expenditure — expenditure on acquisitions of or improvements to fixed assets
  • castelnuovo-tedesco — Mario [mah-ryaw] /ˈmɑ ryɔ/ (Show IPA), 1895–1968, U.S. composer, born in Italy.
  • cathodoluminescence — luminescence caused by irradiation with electrons (cathode rays)
  • 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
  • circular definition — a definition in which the definiendum (the expression being defined) or a variant of it appears in the definiens (the expression that defines it).
  • circulating decimal — repeating decimal
  • complete quadrangle — a plane figure consisting of four points connected by six lines
  • computer-controlled — controlled by computers, esp without direct human intervention
  • consultation period — a period during which consultations are held before a policy decision is made
  • counterproductively — In a counterproductive way.
  • 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
  • cumulative evidence — additional evidence reinforcing testimony previously given
  • customs declaration — a form declaring the nature and value of goods, etc, for customs purposes
  • 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.
  • decontextualization — to remove (a linguistic element, an action, etc.) from a context: decontextualized works of art displayed in museums.
  • deindustrialisation — Alternative spelling of deindustrialization.
  • deindustrialization — the decline in importance of manufacturing industry in the economy of a nation or area
  • deinstitutionalized — Simple past tense and past participle of deinstitutionalize.
  • deoxyribonucleotide — an ester of a deoxyribonucleoside and phosphoric acid; a constituent of DNA.
  • dereliction of duty — Dereliction of duty is deliberate or accidental failure to do what you should do as part of your job.
  • 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.
  • directional coupler — (communications)   (tap) A passive device used in cable systems to divide and combine radio frequency signals. A directional coupler has at least three ports: line in, line out, and the tap. The signal passes between line in and line out ports with loss referred to as the insertion loss. A small portion of the signal power applied to the line in port passes to the tap port. A signal applied to the tap port is passed to the line in port less the tap attenuation value. The tap signals are isolated from the line out port to prevent reflections. A signal applied to the line out port passes to the line in port and is isolated from the tap port. Some devices provide more than one tap output line (multi-taps).
  • distinguishableness — The state or quality of being distinguishable.
  • don't make me laugh — Some people reply to other people's comments or opinions by saying 'Don't make me laugh' when they disagree with them and think they are foolish or inaccurate.
  • double counterpoint — invertible counterpoint using two transposable voices.
  • double-density disk — a disk with more than the normal capacity for storage
  • duplicating machine — a duplicator, especially one for making identical copies of documents, letters, etc.
  • educational adviser — a person who provides advice and training to teachers about teaching methods and educational policies
  • electroconductivity — Electrical conductivity.
  • end-to-end solution — (jargon)   (E2ES) A term that suggests that the supplier of an application program or system will provide all the hardware and/or software components and resouces to meet the customer's requirement and no other supplier need be involved. Compare: turn-key solution.
  • environmental audit — the systematic examination of an organization's interaction with the environment, to assess the success of its conservation or antipollution programme
  • euclidean algorithm — Euclid's Algorithm
  • 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.
  • 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].

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