0%

21-letter words containing i, t, n, e, v, r

  • active record pattern — (programming)   Martin Fowler's name for object relational mapping viewed as a software architecture pattern.
  • administrative county — a principal administrative division in Great Britain, usually not coextensive with traditional county boundaries.
  • administrative domain — (networking)   (AD) A collection of hosts and routers, and the interconnecting network(s), managed by a single administrative authority.
  • adversative asyndeton — a staccato effect produced by omitting adversative connectives from between two or more items forming a group, as in “I liked all there was to buy in the store … I didn't get anything.”.
  • adverse drug reaction — An adverse drug reaction is a harmful effect associated with the use of a medication at a normal dosage.
  • antarctic convergence — the fairly well-defined boundary that exists between the cold antarctic waters and the warmer waters to the north and can be traced around the world.
  • application developer — (job)   Someone who does application development.
  • atmospheric inversion — inversion (def 12).
  • atmospheric-inversion — an act or instance of inverting.
  • atrioventricular node — a small mass of muscular fibers at the base of the wall between the atria, conducting impulses received from the sinoatrial node by way of the atrioventricular bundles and, under certain conditions, functioning for the sinoatrial node as pacemaker of the heart. Abbreviation: A-V node.
  • averaging light meter — an exposure meter that evaluates light measured from all parts of the picture area to generate an average reading.
  • aversive conditioning — a type of behavior conditioning in which noxious stimuli are associated with undesirable or unwanted behavior that is to be modified or abolished, as the use of nausea-inducing drugs in the treatment of alcoholism.
  • barrier contraceptive — any form of contraceptive that prevents impregnation by physically preventing the sperm from reaching the egg
  • behavior modification — a technique that seeks to modify animal and human behavior through application of the principles of conditioning, in which rewards and reinforcements, or punishments, are used to establish desired habits, or patterns of behavior
  • behavioural contagion — the spread of a particular type of behaviour, such as crying, through a crowd or group of people
  • bovine growth hormone — a growth hormone of cattle; esp., this hormone synthesized artificially and administered to beef cattle to increase growth rate and reduce fat and to dairy cows to increase milk production
  • cantilever foundation — a building foundation supporting its load partly or wholly upon cantilevers.
  • caviar to the general — a thing appealing only to a highly cultivated taste: Hamlet II, ii
  • civil rights movement — campaign for human freedoms
  • collective bargaining — When a trade union engages in collective bargaining, it has talks with an employer about its members' pay and working conditions.
  • collimator viewfinder — a type of viewfinder in a camera
  • commercial television — television companies which make money by selling advertising
  • communications server — (operating system)   IBM's rebranding of ACF.
  • comparative statement — a financial statement with figures arranged in two or more parallel columns, each column representing a fiscal year or other period, used to compare performance between periods.
  • conductivity improver — A conductivity improver is a substance used to get rid of static electrical charge in fuel, and improve the flow of the fuel.
  • confirm a reservation — If you confirm a reservation, you inform someone who has booked a room at a hotel that the reservation is definite.
  • consummatory behavior — a behavior pattern that occurs in response to a stimulus and that achieves the satisfaction of a specific drive, as the eating of captured prey by a hungry predator (distinguished from appetitive behavior).
  • conventional mortgage — A conventional mortgage is a fixed rate mortgage with a standard term of 15, 20, or 30 years.
  • convertible debenture — a convertible bond that is not secured with collateral.
  • convertible insurance — any form of life or health insurance, either individual or group, that enables the insured to change or convert the insurance to another form, as term to whole life insurance or group to individual health insurance.
  • cooperative apartment — a block of flats belonging to a corporation in which shares are owned in proportion to the relative value of the flat occupied
  • cooperative-apartment — working or acting together willingly for a common purpose or benefit.
  • counter-revolutionary — Counter-revolutionary activities are activities intended to reverse the effects of a previous revolution.
  • criminal conversation — (formerly) a common law action brought by a husband by which he claimed damages against an adulterer
  • death by misadventure — a possible verdict in a coroner's court, indicating that death was due to an accident not to a crimes or somebody's negligence
  • deprovincialization's — to make provincial in character.
  • disassortative mating — the reproductive pairing of individuals that have traits more dissimilar than would likely be the case if mating were random (contrasted with assortative mating).
  • display advertisement — an advertisement designed to attract attention by using devices such as conspicuous or elegant typefaces, graphics, etc
  • disruptive technology — A disruptive technology is a new technology, such as computers and the Internet, which has a rapid and major effect on technologies that existed before.
  • distinctiveness ratio — the ratio of the relative frequency of some event in a given sample to that in the general population or another relevant sample
  • divine right of kings — the doctrine that the right of rule derives directly from God, not from the consent of the people.
  • earthmoving equipment — machines, such as bulldozers, that are used for excavating and moving large quantities of earth
  • environmental studies — a university course studying the environment and related issues
  • ethernet private line — (networking)   (EPL) A data service defined by the Metro Ethernet Forum, providing a point-to-point Ethernet connection between a pair of dedicated User-Network Interfaces (UNIs), with a high degree of transparency.
  • extensible vax editor — (text, tool)   (EVE) A DEC product implemented using DEC's Text Processing Utility (TPU).
  • food conversion ratio — a ratio expressing the weight of food required to produce a unit gain in the live weight of an animal
  • fraudulent conversion — conversion committed with the intent to defraud
  • functional imperative — a requirement for the survival of any social system, as communication, control of conflict, or socialization.
  • generic type variable — (programming)   (Also known as a "schematic type variable"). Different occurrences of a generic type variable in a type expression may be instantiated to different types. Thus, in the expression let id x = x in (id True, id 1) id's type is (for all a: a -> a). The universal quantifier "for all a:" means that a is a generic type variable. For the two uses of id, a is instantiated to Bool and Int. Compare this with let id x = x in let f g = (g True, g 1) in f id This looks similar but f has no legal Hindley-Milner type. If we say f :: (a -> b) -> (b, b) this would permit g's type to be any instance of (a -> b) rather than requiring it to be at least as general as (a -> b). Furthermore, it constrains both instances of g to have the same result type whereas they do not. The type variables a and b in the above are implicitly quantified at the top level: f :: for all a: for all b: (a -> b) -> (b, b) so instantiating them (removing the quantifiers) can only be done once, at the top level. To correctly describe the type of f requires that they be locally quantified: f :: ((for all a: a) -> (for all b: b)) -> (c, d) which means that each time g is applied, a and b may be instantiated differently. f's actual argument must have a type at least as general as ((for all a: a) -> (for all b: b)), and may not be some less general instance of this type. Type variables c and d are still implicitly quantified at the top level and, now that g's result type is a generic type variable, any types chosen for c and d are guaranteed to be instances of it. This type for f does not express the fact that b only needs to be at least as general as the types c and d. For example, if c and d were both Bool then any function of type (for all a: a -> Bool) would be a suitable argument to f but it would not match the above type for f.
  • give sb a green light — If someone in authority gives you a green light, they give you permission to do something.

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