0%

20-letter words containing vi

  • a vinculo matrimonii — pertaining to or noting a divorce that absolutely dissolves the marriage bond and releases the spouses from all matrimonial obligations: a divorce a vinculo matrimonii.
  • at someone's service — ready to serve or cooperate with someone
  • attacks as a service — (security, legal)   A kind of cybercrime as a service in which the service provider performs denial of service attacks on behalf of others for money.
  • babylonian captivity — the exile of the Jews in Babylonia from about 586 to about 538 bc
  • board of supervisors — the governing body of a county in many U.S. states, especially in the Midwest and the East, consisting of from 15 to 100 members elected from towns, townships, cities, or wards.
  • bouvier des flandres — any of a breed of large, strong dog with a rough, wiry coat and pointed, erect ears
  • breakfast television — Breakfast television refers to television programmes which are broadcast in the morning at the time when most people are having breakfast.
  • 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)
  • chemical sensitivity — an allergic sensitivity to particular chemicals in air, food, clothing, water, etc.
  • corpus juris civilis — the body of Roman or civil law consolidated by Justinian in the 6th century ad. It consists of four parts, the Institutes, Digest, Code, and Novels
  • cost-of-living index — a numerical scale by means of which cost-of-living levels can be compared with a base number
  • 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.
  • 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
  • do someone a service — If you do someone a service, you do something that helps or benefits them.
  • documentary evidence — law: written
  • embryo vitrification — a method of in vitro fertilization in which the embryo is exposed to a vitreous solution and frozen before being thawed and implanted into the uterus
  • environment variable — (programming, operating system)   A variable that is bound in the current environment. When evaluating an expression in some environment, the evaluation of a variable consists of looking up its name in the environment and substituting its value. Most programming languages have some concept of an environment but in Unix shell scripts it has a specific meaning slightly different from other contexts. In shell scripts, environment variables are one kind of shell variable. They differ from local variables and command line arguments in that they are inheritted by a child process. Examples are the PATH variable that tells the shell the file system paths to search to find command executables and the TZ variable which contains the local time zone. The variable called "SHELL" specifies the type of shell being used. These variables are used by commands or shell scripts to discover things about the environment they are operating in. Environment variables can be changed or created by the user or a program. To see a list of environment variables type "setenv" at the csh or tcsh prompt or "set" at the sh, bash, jsh or ksh prompt. In other programming languages, e.g. functional programming languages, the environment is extended with new bindings when a function's parameters are bound to its actual arguments or when new variables are declared. In a block-structured procedural language, the environment usually consists of a linked list of activation records.
  • environmental health — the issues dealt with by the Environmental Health Department of a local authority, such as prevention of the spread of communicable diseases, food safety and hygiene, control of infestation by insects or rodents, etc
  • environmental impact — the impact on the environment created by an industry, service, plan, or project
  • 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.
  • gravitational radius — Schwarzschild radius.
  • great dividing range — a mountain range extending along the E coast of Australia: vast watershed region. 100 to 200 miles (160–320 km) wide.
  • grolier de servieresJean [zhahn] /ʒɑ̃/ (Show IPA), 1479–1565, French bibliophile.
  • guided visualization — a relaxation technique in which words, sounds, etc., are used to evoke positive mental images, feelings, and thoughts.
  • hickory horned devil — regal moth
  • human papillomavirus — any of a group of papillomaviruses causing cutaneous warts and lesions of the oral, anal, and genital mucous membranes in human beings
  • human parvovirus b19 — Pathology. a mild infection, most often seen in children or young adults, caused by a small virus ((the human parvovirus B19)) and marked by a blotchy rash on the cheeks, arms, and legs.
  • in-service education — training and education given to employed teachers throughout their career
  • insolvency provision — the right of employees of a firm that goes bankrupt or into receivership to receive money owed to them as wages, etc
  • intelligence service — the government department that is responsible for collecting and analyzing information about enemies
  • java message service — (programming, messaging)   (JMS) An API for accessing enterprise messaging systems from Java programs. Java Message Service, part of the J2EE suite, provides standard APIs that Java developers can use to access the common features of enterprise message systems. JMS supports the publish/subscribe and point-to-point models and allows the creation of message types consisting of arbitrary Java objects. JMS provides support for administration, security, error handling, and recovery, optimisation, distributed transactions, message ordering, message acknowledgment, and more.
  • 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.
  • keratoconjunctivitis — inflammation of the cornea and conjunctiva.
  • keyboard video mouse — (hardware)   (KVM) Used to describe a "KVM switch" that allows one keyboard, one video display and one mouse to be switched between two or more computers.
  • labour-saving device — a machine, gadget, etc, that reduces (human) effort, hard work or labour
  • lutherville-timonium — a city in N Maryland, near Baltimore.
  • malware as a service — (security, legal)   A kind of cybercrime as a service in which the service provider operates or distributes malware on behalf of others for money.
  • manuel avila camacho — Manuel Ávila [mah-nwel ah-vee-lah] /mɑˈnwɛl ˈɑ viˌlɑ/ (Show IPA). Manuel Avila Camacho.
  • model-view-presenter — (programming)   (MVP) A user interface architectural pattern where functions are separated between the model, view and presenter. The model defines the data to be displayed or otherwise acted upon in the user interface. The view displays data from the model and routes user commands (events) to the presenter to act upon that data. The presenter retrieves data from the model and displays it in the view. The implementation of MVP can vary as to how much presentation logic is handled by the presenter and the view. In a web application most presentation logic is usually in the view which runs in the web browser. MVP is one of the MV* variations of the MVC pattern.
  • navigable semicircle — the less violent half of a cyclone; the half blowing in the direction opposite to that in which the cyclone is moving and in which a vessel can run before the wind.
  • objective relativism — the doctrine that knowledge of real objects is relative to the individual.
  • on o's best behavior — If someone is on their best behavior, they are trying very hard to behave well.
  • peruvian mastic tree — a pepper tree, Schinus molle.
  • polyvinylidene resin — any of the class of thermoplastic resins derived by the polymerization or copolymerization of a polyvinylidene compound, used similarly to the polyvinyl resins.

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