0%

23-letter words containing n, o, v

  • aberdeen proving ground — a federal reservation and U.S. Army training center in NE Maryland, S of Aberdeen and on W Chesapeake Bay, that is the site of a military testing ground.
  • acceleration of gravity — the gravitational acceleration of a freely falling object, expressed in terms of the rate of increase of velocity per second: on earth 980.665 cm (32.17 ft) per second per second is the standard
  • acoustical surveillance — the collecting or recording of information by sound-detection methods and devices, as for intelligence purposes.
  • adaptive cruise control — Adaptive cruise control is an electronic control system in a vehicle that makes sure that the vehicle keeps a safe distance from vehicles in front.
  • advance corporation tax — a former UK tax in which a company paying a dividend had to deduct the basic rate of income tax from the grossed-up value of the dividend and pay it to the Inland Revenue
  • aion development system — (artificial intelligence, product)   (ADS) A commericial expert system shell developed by Aion Corporation that supported forward chainging and backward chaining and featured an object-oriented knowledge representation scheme, graphics and integrated with other programming languages like C and Pascal.
  • alpes-de-haute provence — a department in SE France. 2698 sq. mi. (6990 sq. km). Capital: Digne.
  • alpes-de-haute-provence — a department of SE France in Provence-Alpes-Côte-d'Azur region. Capital: Digne. Pop: 144 508 (2003 est). Area: 6988 sq km (2725 sq miles)
  • alternative conjunction — a conjunction, as or, that expresses an alternative relationship between the words, phrases, or clauses it connects.
  • anti-vibration mounting — An anti-vibration mounting is a flexible support for an engine that reduces the amount of noise and vibration that passes to the vehicle chassis.
  • application development — the development of specialized programs or sets of specialized programs and associated documentation designed to carry out a particular task
  • atanasoff, john vincent — John Vincent Atanasoff
  • atrioventricular bundle — a bundle of specialized muscle fibers regulating the heartbeat by conducting impulses from the right atrium to the ventricles.
  • be on the receiving end — to be the recipient of a gift, or favor
  • beat seven bells out of — to give a severe beating to
  • bereavement counselling — the provision of advice for bereaved people to help them cope with their grief, sometimes given by charities and support groups
  • blog-driven development — cut-and-waste code
  • boundary value analysis — (programming)   A test data selection technique in which values are chosen to lie along data extremes. Boundary values include maximum, minimum, just inside/outside boundaries, typical values, and error values. The hope is that, if a systems works correctly for these special values then it will work correctly for all values in between.
  • branch coverage testing — (programming)   A test method which aims to ensure that each possible branch from each decision point (e.g. "if" statement) is executed at least once, thus ensuring that all reachable code is executed.
  • camillo benso di cavour — Camillo Benso di [kah-meel-law ben-saw dee] /kɑˈmil lɔ ˈbɛn sɔ di/ (Show IPA), 1810–61, Italian statesman: leader in the unification of Italy.
  • center-pivot irrigation — a method of irrigation, used mainly in the western U.S., in which water is dispersed through a long, segmented arm that revolves about a deep well and covers a circular area from a quarter of a mile to a mile in diameter.
  • civil aeronautics board — the former federal agency (1938–85) that regulated airline fares and assigned routes. Abbreviation: CAB, C.A.B.
  • collision damage waiver — a form of optional collision insurance cover for a vehicle that is being rented
  • community-service order — (in Britain) a court order requiring an offender over seventeen years old to do unpaid socially beneficial work under supervision instead of going to prison
  • comparative advertising — a form of advertising in which a product is compared favourably with similar products on the market
  • comparative linguistics — the study of the correspondences between languages that have a common origin.
  • conditional convergence — the property of an infinite series that converges while the series formed by replacing each term in the given series with its absolute value diverges; the property of an infinite series that converges when the order of the terms is altered. Compare absolute convergence (def 1).
  • confessional television — television programmes, esp talk shows, in which members of the public reveal their private lives, personal problems, etc
  • conjunctive normal form — (logic)   (CNF) A logical formula consisting of a conjunction of disjunctions of terms where no disjunction contains a conjunction. Such a formula might also be described as a product of sums. E.g. the CNF of (A and B) or C is (A or C) and (B or C). Contrast Disjunctive Normal Form.
  • conservative evaluation — (programming)   Under this parallel evaluation strategy, no evaluation is started unless it is known to be needed. The opposite of conservative evaluation is speculative evaluation.
  • consolidated deliveries — deliveries of goods to different shops in a common location by a single carrier and in a single vehicle
  • constant of gravitation — a law stating that any two masses attract each other with a force equal to a constant (constant of gravitation) multiplied by the product of the two masses and divided by the square of the distance between them.
  • constant velocity joint — A constant velocity joint is a universal joint in which the output shaft rotates at constant speed if the input shaft speed is constant.
  • constant-velocity joint — a universal joint that is used in the drive train of front-wheel-drive cars and operates effectively even when the shafts being connected meet at a sharp angle.
  • constructive cost model — (programming)   (COCOMO) A method for estimating the cost of a software package, proposed by Dr Barry Boehm. The Basic COCOMO Model estimates the effort required to develop software in three modes of development (Organic Mode, Semidetached Mode, or Embedded Mode) using only DSIs as an input. The Basic model is good for quick estimates. The Intermediate Model extends the Basic Model with an Effort Adjustment Factor (EAF) and different coefficients for the effort equation. The user supplies settings for cost drivers that determine the effort and duration of the software projects. It also allows DSI values and cost drivers to be chosen for individual components instead of for the system as a whole. The Detailed COCOMO Model uses effort multipliers for each phase of the project and provides a three-level product hierarchy and has some other capabilities such as a procedure for adjusting the phase distribution of the development schedule.
  • convergent technologies — (company)   A company formed by a small group of people who left Intel Corporation in 1979. Convergent Technologies' first product was the IWS (Integrated Workstation) based on the Intel 8086, which ran Convergent Technologies Operating System - their first operating system. Unisys bought Convergent Technologies in 1988.
  • conversion to iteration — A transformation applied to functional programs to replace recursion with iteration. A tail-recursive function can be compiled to an iterative loop where the recursive call becomes a jump back to the start and the parameters are held in registers which are updated with new values each time around the loop. See Iteration, Tail recursion optimisation.
  • correlative conjunction — either member of a matched pair of words, of which the second is a coordinating conjunction, as either … or, neither … nor, both … and, or not only … but.
  • cost-of-living increase — a pay rise that is given because the cost of living has gone up
  • creative writing course — a course in which people are taught creative writing skills
  • d'arsonval galvanometer — a galvanometer consisting of a large, fixed magnet and a light coil that swings in the magnetic field.
  • development environment — (programming, tool)   An integrated suite of tools to aid the development of software in a particular language or for a particular application. Usually, this consists of a compiler and editor and may also include one or more of a debugger, profiler, and source code manager. See also: IDE.
  • discontinuous variation — variation in phenotypic traits in which types are grouped into discrete categories with few or no intermediate phenotypes. Compare continuous variation.
  • disjunctive normal form — (DNF) A logical formula consisting of a disjunction of conjunctions where no conjunction contains a disjunction. E.g. the DNF of (A or B) and C is (A and C) or (B and C).
  • dissociative extraction — Dissociative extraction is when a component is divided between two liquids, which involves breakdown of the component.
  • dollar (cost) averaging — see average (sense 11)
  • drive sb round the bend — If you say that someone or something drives you round the bend, you mean that you dislike them and they annoy or upset you very much.
  • electronic surveillance — use of electronic devices to spy, observe
  • ellipsoid of revolution — a geometric surface produced by rotating an ellipse about one of its two axes and having circular plane surfaces perpendicular to the axis of revolution
  • endorsement advertising — the practice of saying that you approve of a company or product by appearing in advertisements for it

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