0%

20-letter words containing c, u, r, v, e, t

  • 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 court — a court that specializes in dealing with cases relating to the way in which government bodies exercise their powers
  • 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.
  • cavalleria rusticana — an opera (1890) by Pietro Mascagni.
  • 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.
  • characteristic curve — a graph of the density of a particular photographic material plotted against the logarithm of the exposure producing this density
  • comparative judgment — any judgment about whether there is a difference between two or more stimuli
  • conservative judaism — a movement reacting against the radicalism of Reform Judaism, rejecting extreme change and advocating moderate relaxations of traditional Jewish law, by an extension of the process by which its adherents claim traditional Orthodox Judaism evolved
  • convergent evolution — the evolutionary development of a superficial resemblance between unrelated animals that occupy a similar environment, as in the evolution of wings in birds and bats
  • convertible currency — A convertible currency is a currency that can be bought and sold on the open market for other currencies.
  • coroneted fruit dove — a brightly coloured bird of the Columbidae family with a distinctive marking on its head, found in Indonesia and Papua new Guinea
  • counterrevolutionary — Counterrevolutionary activities are activities intended to reverse the effects of a previous revolution.
  • counterrevolutionist — A counterrevolutionary.
  • crude oil evaluation — Crude oil evaluation is the process of assessing the chemical and physical properties of crude oil, against particular standards.
  • 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.
  • digital service unit — data service unit
  • disruptive discharge — the sudden, large increase in current through an insulating medium resulting from complete failure of the medium under electrostatic stress.
  • 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
  • documentary evidence — law: written
  • 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.
  • 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
  • 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.
  • harvard architecture — (architecture)   A computer architecture in which program instructions are stored in different memory from data. Each type of memory is accessed via a separate bus, allowing instructions and data to be fetched in parallel. Contrast: von Neumann architecture.
  • in-service education — training and education given to employed teachers throughout their career
  • intervening sequence — a noncoding segment in a length of DNA that interrupts a gene-coding sequence or nontranslated sequence, the corresponding segment being removed from the RNA copy before transcription.
  • 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.
  • jordan curve theorem — the theorem that the complement of a simple closed curve can be expressed as the union of two disjoint sets, each having as boundary the given curve.
  • keratoconjunctivitis — inflammation of the cornea and conjunctiva.
  • linguistic universal — language universal.
  • material equivalence — equivalence (def 4b).
  • material-equivalence — the state or fact of being equivalent; equality in value, force, significance, etc.
  • multiplicative group — a group in which the operation of the group is multiplication.
  • multipurpose vehicle — a large car, similar to a van, designed to carry up to eight passengers
  • oscillating universe — a variant model of the closed universe in which the universe undergoes cycles of expansion and contraction.
  • over-intellectualize — to seek or consider the rational content or form of.
  • overenthusiastically — With excessive enthusiasm.
  • peruvian mastic tree — a pepper tree, Schinus molle.
  • pound cost averaging — a method of accumulating capital by investing a fixed sum in a particular security at regular intervals, in order to achieve an average purchase price below the arithmetic average of the market prices on the purchase dates
  • princeton university — (body, education)   Chartered in 1746 as the College of New Jersey, Princeton was British North America's fourth college. First located in Elizabeth, then in Newark, the College moved to Princeton in 1756. The College was housed in Nassau Hall, newly built on land donated by Nathaniel and Rebeckah FitzRandolph. Nassau Hall contained the entire College for nearly half a century. The College was officially renamed Princeton University in 1896; five years later in 1900 the Graduate School was established. Fully coeducational since 1969, Princeton now enrolls approximately 6,400 students (4,535 undergraduates and 1,866 graduate students). The ratio of full-time students to faculty members (in full-time equivalents) is eight to one. Today Princeton's main campus in Princeton Borough and Princeton Township consists of more than 5.5 million square feet of space in 160 buildings on 600 acres. The University's James Forrestal Campus in Plainsboro consists of one million square feet of space in four complexes on 340 acres. As Mercer County's largest private employer and one of the largest in the Mercer/Middlesex/Somerset County region, with approximately 4,830 permanent employees - including more than 1,000 faculty members - the University plays a major role in the educational, cultural, and economic life of the region.
  • receivables turnover — A receivables turnover is a measure of cash flow that is calculated by dividing net credit sales by average accounts receivable.
  • recuperative furnace — a furnace having its incoming air heated by exhaust gases, the passage of air and gases through the furnace being always in the same direction.
  • recursive definition — a definition consisting of a set of rules such that by repeated application of the rules the meaning of the definiendum is uniquely determined in terms of ideas that are already familiar.
  • recursive subroutine — a subroutine that can call itself as part of its execution
  • regenerative furnace — a furnace in which the incoming air is heated by regenerators.
  • relative conjunction — a conjunction that introduces a relative clause
  • scavenger's daughter — an instrument of torture that doubled over and squeezed the body so strongly and violently that blood was brought forth from the ears and nose: invented in 16th-century England.
  • spontaneous recovery — the reappearance of a response after its extinction has been followed by a period of rest
  • spuyten duyvil creek — a channel in New York City at the north end of Manhattan Island, connecting the Hudson and Harlem rivers.
  • surface-active agent — any substance that when dissolved in water or an aqueous solution reduces its surface tension or the interfacial tension between it and another liquid.

On this page, we collect all 20-letter words with C-U-R-V-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 C-U-R-V-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?