0%

20-letter words containing v, a, c, i, l, e

  • alternative comedian — someone who practises alternative comedy
  • alternative medicine — treatments: homeopathic
  • analysis of variance — any of a number of techniques for resolving the observed variance between sets of data into components, esp to determine whether the difference between two samples is explicable as random sampling variation with the same underlying population
  • applicative language — (language)   A functional language. Sometimes used loosely for any declarative language though logic programming languages are declarative but not applicative.
  • astatic galvanometer — a galvanometer that is unaffected by the earth's magnetic field and is used for measuring small currents.
  • bernard of clairvaux — Saint. ?1090–1153, French abbot and theologian, who founded the stricter branch of the Cistercians in 1115
  • biological diversity — Biological diversity is the same as biodiversity.
  • black-bellied plover — a large plover, Pluvialis squatarola, of both the New and Old Worlds, having black underparts when in nuptial plumage.
  • black-throated diver — a diving bird, Gavia arctica, found in Europe and Asia, and a rare summer visitor to the UK
  • brachiocephalic vein — either of two major veins, formed by the merger of the subclavian and internal jugular veins, that drain blood from the head and arms.
  • call-level interface — (database, standard)   (SQL/CLI) A programming interface designed to support SQL access to databases from shrink-wrapped application programs. CLI was originally created by a subcommittee of the SQL Access Group (SAG). The SAG/CLI specification was published as the Microsoft Open DataBase Connectivity (ODBC) specification in 1992. In 1993, SAG submitted the CLI to the ANSI and ISO SQL committees. SQL/CLI provides an international standard implementation-independent CLI to access SQL databases. Client-server tools can easily access databases through dynamic link libraries. It supports and encourages a rich set of client-server tools. SQL/CLI is an addendum to 1992 SQL standard (SQL-92). It was completed as ISO standard ISO/IEC 9075-3:1995 Information technology -- Database languages -- SQL -- Part 3: Call-Level Interface (SQL/CLI). The current SQL/CLI effort is adding support for SQL3.
  • cancel a reservation — If you cancel a reservation, you stop it because someone who has booked a room has informed you that they no longer wish to stay there.
  • capacitive crosstalk — Capacitive crosstalk is a situation in which a signal on one line can cause a smaller version of the same signal on an adjacent line because of the capacitance between the lines.
  • career limiting move — (jargon)   (CLM, Sun) Any action endangering one's future prospects of getting plum projects and raises, and possibly one's job. E.g. "His Halloween costume was a parody of his manager. He won the prize for "best CLM"." A severe bug discovered by a customer might be a "CLM bug".
  • cavalleria rusticana — an opera (1890) by Pietro Mascagni.
  • celestial navigation — navigation by observation of the positions of the stars
  • channel service unit — (communications)   (CSU) A type of interface used to connect a terminal or computer to a digital medium in the same way that a modem is used for connection to an analogue medium. A CSU is provided by the communication carrier to customers who wish to use their own equipment to retime and regenerate the incoming signals. The customer must supply all of the transmit logic, receive logic and timing recovery in order to use the CSU, whereas a digital service unit DSU performs these functions.
  • charleville-mézières — twin towns on opposite sides of the River Meuse in NE France. Pop: 55 490 (1999)
  • chebyshev polynomial — a polynomial solution of the Tchebycheff equation, of the form T n (x) = cos(n cos −1 x), where n is an integer.
  • chemical sensitivity — an allergic sensitivity to particular chemicals in air, food, clothing, water, etc.
  • chevalier-montrachet — a white wine from Burgundy.
  • coalition government — a government containing members of two or more political parties
  • collective agreement — a negotiated agreement, which is not enforceable at law, between an employer and employees' representatives, covering rates of pay or terms and conditions of employment, or both
  • comparative religion — a field of study seeking to derive general principles from a comparison and classification of the growth and influence of various religions.
  • conventional weapons — weapons which are not nuclear
  • copulative asyndeton — a staccato effect produced by omitting copulative connectives between two or more items in a group, as in “Friends, Romans, countrymen.”.
  • counterrevolutionary — Counterrevolutionary activities are activities intended to reverse the effects of a previous revolution.
  • crude oil evaluation — Crude oil evaluation is the process of assessing the chemical and physical properties of crude oil, against particular standards.
  • death of ivan ilyich — a short novel (1884) by Leo Tolstoy.
  • declarative language — (language)   Any relational language or functional language. These kinds of programming language describe relationships between variables in terms of functions or inference rules, and the language executor (interpreter or compiler) applies some fixed algorithm to these relations to produce a result. Declarative languages contrast with imperative languages which specify explicit manipulation of the computer's internal state; or procedural languages which specify an explicit sequence of steps to follow. The most common examples of declarative languages are logic programming languages such as Prolog and functional languages like Haskell. See also production system.
  • determinate cleavage — cell division in a fertilized or unfertilized egg resulting in daughter cells that are no longer able to produce a complete embryo by themselves
  • devil's bit scabious — a similar and related Eurasian marsh plant, Succisa pratensis
  • digital data service — (communications)   (DDS) The class of service offered by telecommunications companies for transmitting digital data as opposed to voice.
  • digital service unit — data service unit
  • distributive lattice — (theory)   A lattice for which the least upper bound (lub) and greatest lower bound (glb) operators distribute over one another so that a lub (b glb c) == (a lub c) glb (a lub b) and vice versa. ("lub" and "glb" are written in LateX as \sqcup and \sqcap).
  • diverticular disease — any disease of the colon involving the presence of diverticula
  • effective computable — (theory)   A term describing a function for which there is an effective algorithm that correctly calculates the function. The algorithm must consist of a finite sequence of instructions.
  • electromagnetic wave — a wave of energy propagated in an electromagnetic field
  • environmental impact — the impact on the environment created by an industry, service, plan, or project
  • equivalence relation — (mathematics)   A relation R on a set including elements a, b, c, which is reflexive (a R a), symmetric (a R b => b R a) and transitive (a R b R c => a R c). An equivalence relation defines an equivalence class. See also partial equivalence relation.
  • frederick william iv — 1795–1861, king of Prussia 1840–61 (brother of William I of Prussia).
  • garcilaso de la vega — 1503?–36, Spanish poet.
  • general public virus — (software, legal)   A pejorative name for some versions of the GNU project copyleft or General Public License (GPL), which requires that any tools or application programs incorporating copylefted code must be source-distributed on the same terms as GNU code. Thus it is alleged that the copyleft "infects" software generated with GNU tools, which may in turn infect other software that reuses any of its code.
  • gravimetric analysis — analysis by weight.
  • have an itching palm — to desire money greedily
  • java virtual machine — (language, architecture)   (JVM) A specification for software which interprets Java programs that have been compiled into byte-codes, and usually stored in a ".class" file. The JVM instruction set is stack-oriented, with variable instruction length. Unlike some other instruction sets, the JVM's supports object-oriented programming directly by including instructions for object method invocation (similar to subroutine call in other instruction sets). The JVM itself is written in C and so can be ported to run on most platforms. It needs thread support and I/O (for dynamic class loading). The Java byte-code is independent of the platform. There are also some hardware implementations of the JVM.
  • labour-saving device — a machine, gadget, etc, that reduces (human) effort, hard work or labour
  • lacto-ovo-vegetarian — Also called lactovarian [lak-tuh-vair-ee-uh n] /ˌlæk təˈvɛər i ən/ (Show IPA), ovolactarian, ovo-lacto-vegetarian. a vegetarian whose diet includes dairy products and eggs.
  • lavaliere microphone — a small microphone that hangs around the neck of a performer or speaker.
  • lifetime achievement — the notable successes that someone achieves during their life

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