0%

19-letter words containing a, b, l, i, e, n

  • employment tribunal — (in England, Scotland, and Wales) a tribunal that rules on disputes between employers and employees regarding unfair dismissal, redundancy, etc
  • enabling technology — technology that enables the user to perform a task or to improve his or her overall performance: e.g. the internet
  • environmental lobby — a group of people who promote environmental issues to government, the public, and business
  • exhibitionistically — In an exhibitionistic manner.
  • 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.
  • 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.
  • 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.
  • flowering raspberry — a shrub, Rubus ordoratus, of eastern North America, having loose clusters of showy purplish or rose-purple flowers and inedible, dry, red fruit.
  • 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.
  • giraldus cambrensis — literary name of Gerald de Barri. ?1146–?1223, Welsh chronicler and churchman, noted for his accounts of his travels in Ireland and Wales
  • hamiltonian problem — (computability)   (Or "Hamilton's problem") A problem in graph theory posed by William Hamilton: given a graph, is there a path through the graph which visits each vertex precisely once (a "Hamiltonian path")? Is there a Hamiltonian path which ends up where it started (a "Hamiltonian cycle" or "Hamiltonian tour")? Hamilton's problem is NP-complete. It has numerous applications, sometimes completely unexpected, in computing.
  • hang in the balance — to fasten or attach (a thing) so that it is supported only from above or at a point near its own top; suspend.
  • heat of sublimation — the heat absorbed by one gram or unit mass of a substance in the process of changing, at a constant temperature and pressure, from a solid to a gaseous state. Compare sublime (def 10).
  • heptachlorobiphenyl — (organic compound) Either of twenty-four isomers of the polychlorinated biphenyl containing seven chlorine atoms.
  • hildegard of bingenHildegard von (Hildegard of Bingen"Sibyl of the Rhine") 1098–1178, German nun, healer, writer, and composer.
  • honorable discharge — a discharge from military service of a person who has fulfilled obligations efficiently, honorably, and faithfully.
  • hydrostatic balance — a balance for finding the weight of an object submerged in water in order to determine the upthrust on it and thus determine its relative density
  • hyperbolic cosecant — a hyperbolic function that is the reciprocal of hyperbolic sine
  • incommensurableness — (rare) Incommensurability.
  • incomplete abortion — a miscarriage in which some fetal or placental tissue remains in the uterus.
  • information algebra — Theoretical formalism for DP, never resulted in a language. Language Structure Group of CODASYL, ca. 1962. Sammet 1969, 709.
  • installed user base — user base
  • intangible property — intellectual property, rights ownership
  • interchangeableness — Quality of being interchangeable.
  • internal-combustion — of or relating to an internal-combustion engine.
  • 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.
  • isobutyl propionate — a colorless liquid, C 7 H 14 O 2 , used chiefly as a paint, varnish, and lacquer solvent.
  • japanese black pine — a pine, Pinus thunbergiana, of Japan, grown as a seaside ornamental in the U.S.
  • jumping bristletail — any of several thysanuran insects that live in dark, warm, moist places, as under leaves, bark, and dead tree trunks and along rocky seacoasts, and are active jumpers, making erratic leaps when disturbed.
  • kellogg-briand pact — a treaty renouncing war as an instrument of national policy and urging peaceful means for the settlement of international disputes, originally signed in 1928 by 15 nations, later joined by 49 others.
  • 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.
  • liability insurance — insurance covering the insured against losses arising from injury or damage to another person or property.
  • liberation theology — a 20th-century Christian theology, emphasizing the Biblical and doctrinal theme of liberation from oppression, whether racial, sexual, economic, or political.
  • library of congress — one of the major library collections in the world, located in Washington, D.C., and functioning in some ways as the national library of the U.S. although not officially designated as such: established by Congress in 1800 for service to its members, but now also serving government agencies, other libraries, and the public.
  • line-of-battle ship — ship of the line.
  • load-bearing printf — (programming, humour)   The kind of bug present in a program which works correctly when producing debug output but fails when the debugging is turned off. The expression combines load-bearing wall and printf as used in debugging by printf.
  • logical unit number — (storage)   (LUN) A 3-bit identifier used on a SCSI bus to distinguish between up to eight devices (logical units) with the same SCSI ID.
  • malleable cast iron — white cast iron that has been malleablized.
  • mexican bean beetle — a ladybird beetle, Epilachna varivestis, introduced into the U.S. from Mexico, that feeds on the foliage of the bean plant.
  • mordvinian republic — a constituent republic of W central Russia, in the middle Volga basin. Capital: Saransk. Pop: 888 700 (2002). Area: 26 200 sq km (10 110 sq miles)
  • naberezhniye chelny — city in E European Russia, on the Kama River: pop. 514,000
  • negation by failure — An extralogical feature of Prolog and other logic programming languages in which failure of unification is treated as establishing the negation of a relation. For example, if Ronald Reagan is not in our database and we asked if he was an American, Prolog would answer "no".
  • neville chamberlain — (Arthur) Neville, 1869–1940, British statesman: prime minister 1937–40.
  • nominative absolute — a construction consisting in English of a noun, noun phrase, or pronoun in the nominative case followed by a predicate lacking a finite verb, used as a loose modifier of the whole sentence, as the play done in The play done, the audience left the theater.
  • non-distinguishable — to mark off as different (often followed by from or by): He was distinguished from the other boys by his height.
  • non-transferability — to convey or remove from one place, person, etc., to another: He transferred the package from one hand to the other.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?