0%

20-letter words containing v, a, l, e, t

  • absent without leave — absent from duty without official permission but with no intention of deserting
  • absolute convergence — the property of an infinite series in which the series formed by replacing each term in the original series with its absolute value converges. Compare conditional convergence.
  • administrative leave — leave, as from a government agency or department, arranged by special permission or directive: During the investigation she was placed on administrative leave with pay.
  • adventure playground — An adventure playground is an area of land for children to play in, usually in cities or in a park. It has wooden structures and equipment such as ropes, nets, and rubber tyres.
  • alternative comedian — someone who practises alternative comedy
  • alternative medicine — treatments: homeopathic
  • alternative question — a question that offers the listener a choice of two or more alternatives and is characterized by rising intonation on each alternative except for the final one, which has falling intonation, as Would you like coffee, tea, or soda?
  • anglo-venetian glass — glassware made in England from the late 16th to the late 17th centuries in imitation of Venetian models.
  • applicative language — (language)   A functional language. Sometimes used loosely for any declarative language though logic programming languages are declarative but not applicative.
  • arrested development — physical development that is not complete
  • astatic galvanometer — a galvanometer that is unaffected by the earth's magnetic field and is used for measuring small currents.
  • at the eleventh hour — at the last moment; just before it is too late
  • back-of-the-envelope — (of a plan, calculation, etc) composed or performed quickly and without detailed analysis or research
  • biological diversity — Biological diversity is the same as biodiversity.
  • black-throated diver — a diving bird, Gavia arctica, found in Europe and Asia, and a rare summer visitor to the UK
  • breakfast television — Breakfast television refers to television programmes which are broadcast in the morning at the time when most people are having breakfast.
  • call-by-value-result — An argument passing convention where the actual argument is a variable V whose value is copied to a local variable L inside the called function or procedure. If the procedure modifies L, these changes will not affect V, which may also be in scope inside the procedure, until the procedure returns when the final value of L is copied to V. Under call-by-reference changes to L would affect V immediately. Used, for example, by BBC BASIC V on the Acorn Archimedes.
  • 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".
  • cast a pall over sth — If something unpleasant casts a pall over an event or occasion, it makes it less enjoyable than it should be.
  • 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.
  • 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.
  • daylight saving time — Daylight Saving Time is a period of time in the summer when the clocks are set one hour forward, so that people can have extra light in the evening.
  • daylight-saving time — the civil time observed when daylight saving is adopted in a country or community.
  • 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
  • developing-out paper — a sensitized printing paper requiring development in order to bring out the image. Abbreviation: D.O.P.
  • development planning — the planning of the development of an area of land
  • 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 lempel ziv 1 — (algorithm)   (DLZ1) A Lempel-Ziv compression algorithm which maps variable length input strings to variable length output symbols. During compression, the algorithm builds a dictionary of strings which is accessed by means of a hash table. Compression occurs when input data matches a string in the table and is replaced with the output symbol. DLZ1 is used on Digital Linear Tape.
  • 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
  • dolly varden pattern — a fabric print consisting of bouquets of flowers.
  • 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

On this page, we collect all 20-letter words with V-A-L-E-T. 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-L-E-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?