0%

20-letter words containing o, v, e, r, i

  • developing-out paper — a sensitized printing paper requiring development in order to bring out the image. Abbreviation: D.O.P.
  • do someone a service — If you do someone a service, you do something that helps or benefits them.
  • documentary evidence — law: written
  • electromagnetic wave — a wave of energy propagated in an electromagnetic field
  • electromotive series — a series of the metals, together with hydrogen, ranged in the order of their electrode potentials
  • 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
  • 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.
  • evening primrose oil — an oil, obtained from the seeds of the evening primrose, that is claimed to stimulate the production of prostaglandins
  • every bit as good as — You say that one thing is every bit as good, interesting, or important as another to emphasize that the first thing is just as good, interesting, or important as the second.
  • exclusive or circuit — a computer logic circuit having two or more input wires and one output wire and giving a high-voltage output signal if a low-voltage signal is fed to one or more, but not all, of the input wires
  • formative assessment — ongoing assessment of a pupil's educational development within a particular subject area
  • front-end volatility — Front-end volatility is the ability of the fractions with lower boiling points, such as butane, to evaporate at normal temperatures.
  • garcilaso de la vega — 1503?–36, Spanish poet.
  • generative phonology — a theory of phonology that uses a set of rules to derive phonetic representations from abstract underlying forms.
  • get/give so the bird — If an audience gives someone the bird, they shout loudly in order to show their disappointment or disapproval.
  • gill-over-the-ground — ground ivy.
  • give a wide berth to — to keep clear of; avoid
  • give one's right arm — to be prepared to make any sacrifice
  • give someone the air — a mixture of nitrogen, oxygen, and minute amounts of other gases that surrounds the earth and forms its atmosphere.
  • good driver discount — A good driver discount is a discount on insurance that is available to drivers who have no at-fault accidents and no traffic offenses during a particular period.
  • great northern diver — a large northern bird, Gavia immer, with a black-and-white chequered back and a black head and neck in summer: family Gaviidae (divers)
  • grievous bodily harm — law: serious injury
  • grolier de servieresJean [zhahn] /ʒɑ̃/ (Show IPA), 1479–1565, French bibliophile.
  • heat of vaporization — the heat absorbed per unit mass of a given material at its boiling point that completely converts the material to a gas at the same temperature: equal to the heat of condensation.
  • hickory horned devil — regal moth
  • hildegard von bingenHildegard von (Hildegard of Bingen"Sibyl of the Rhine") 1098–1178, German nun, healer, writer, and composer.
  • in-service education — training and education given to employed teachers throughout their career
  • incontrovertibleness — The quality of being incontrovertible.
  • information overload — an excess of incoming information, as might confront a pedestrian on a crowded city street, that forces one to be selective in the information received and retained.
  • insolvency provision — the right of employees of a firm that goes bankrupt or into receivership to receive money owed to them as wages, etc
  • intravenous drug use — the injection of drugs intravenously
  • inventory adjustment — Inventory adjustments are increases or decreases made in inventory to account for theft, loss, breakages, and errors in the amount or number of items received.
  • investment portfolio — the whole range of financial investments held by an individual investor or a financial organization
  • 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.
  • kick over the traces — either of the two straps, ropes, or chains by which a carriage, wagon, or the like is drawn by a harnessed horse or other draft animal.
  • 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.
  • little ringed plover — a small grey and brown coloured plover which breeds in Europe and Asia and migrates to Africa for winter
  • live on one's nerves — If someone is living on their nerves, they are continually worried and anxious about the situation that they are in.
  • lutherville-timonium — a city in N Maryland, near Baltimore.
  • maternal deprivation — the lack of a mother in a child's life, considered a cause of psychological problems later in life
  • medieval warm period — the time, c900–1400, during which warmer temperatures existed in many parts of the world. Abbreviation: MWP.
  • microsoft sql server — (database)   A relational database management system (RDBMS) which is part of Microsoft's BackOffice family of servers. SQL Server was designed for client/server use and is accessed by applications using SQL. It runs on Windows NT version 3.5 or higher and is compliant with the ANSI SQL-92 and FIPS 127-2 SQL standards. SQL Server supports symmetric multiprocessing hardware; SNMP, ODBC, and major open standard communications protocols. It has Internet integration, data replication, and data warehousing features. Microsoft SQL Server was originally developed by Sybase Corporation but the cooperation was broken sometime [when?] before version 6.0.
  • microwave background — a background of microwave electromagnetic radiation with a black-body spectrum discovered in 1965, understood to be the thermal remnant of the big bang with which the universe began
  • 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.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?