0%

24-letter words containing c, l, e, v

  • a close call/shave/thing — If you describe an event as a close shave, a close thing, or a close call, you mean that an accident or a disaster very nearly happened.
  • acceptable quality level — a quality standard that indicates the maximum percentage of defects allowed in a production process
  • avian pneumoencephalitis — Newcastle disease.
  • back electromotive force — counter electromotive force.
  • behavioral psychophysics — the branch of psychology that deals with measurement of mental and sensory phenomena brought on by physical stimuli.
  • black english vernacular — Black English (def 1). Abbreviation: BEV.
  • black vernacular english — Black English (def 1). Abbreviation: BEV.
  • black-english-vernacular — Also called African American Vernacular English, African American English, Afro-American English, Black English Vernacular, Black Vernacular English.a dialect of American English characterized by pronunciations, syntactic structures, and vocabulary associated with and used by some North American black people and exhibiting a wide variety and range of forms varying in the extent to which they differ from standard English.
  • bradley fighting vehicle — a 25-ton, tracked U.S. armored personnel carrier of the 1980s, designed to carry nine soldiers into battle and armed with a 25mm rapid-fire cannon, a machine gun, and an antitank missile launcher.
  • cerebrovascular accident — a sudden interruption of the blood supply to the brain caused by rupture of an artery in the brain (cerebral haemorrhage) or the blocking of a blood vessel, as by a clot of blood (cerebral occlusion)
  • civil service commission — an official body which regulates the wages and working conditions of civil servants and promotes their work
  • complementary wavelength — the wavelength of monochromatic light that could be mixed in suitable proportions with a given coloured light so as to produce some specified achromatic light
  • congestive heart failure — heart failure characterized by weakness, breathlessness, and abnormal congestion in the circulatory system, esp. in the lungs or lower legs
  • constant linear velocity — (storage)   (CLV) A way of controlling the rotation of the disks in a disk drive in which the linear velocity of the disk surface relative to the read/write heads is kept constant. In order to achieve constant linear velocity, the disk must rotate faster (at a higher angular velocity) when reading or writing tracks closer to the centre. Having a constant linear read/write speed along the track means that the electrical signal to and from the heads has a constant data rate (bits per second), thus simplifying the timing of the drive electronics somewhat. However, rotating at less than the maximum possible rate sacrifices some potential performance compared to the alternative, constant angular velocity. Also, varying the rate causes more vibration and consumes more energy.
  • cooperative multitasking — (parallel, operating system)   A form of multitasking where it is the responsibility of the currently running task to give up the processor to allow other tasks to run. This contrasts with pre-emptive multitasking where the task scheduler periodically suspends the running task and restarts another. Cooperative multitasking requires the programmer to place calls at suitable points in his code to allow his task to be descheduled which is not always easy if there is no obvious top-level main loop or some routines run for a long time. If a task does not allow itself to be descheduled all other tasks on the system will appear to "freeze" and will not respond to user action. The advantage of cooperative multitasking is that the programmer knows where the program will be descheduled and can make sure that this will not cause unwanted interaction with other processes. Under pre-emptive multitasking, the scheduler must ensure that sufficient state for each process is saved and restored that they will not interfere. Thus cooperative multitasking can have lower overheads than pre-emptive multitasking because of the greater control it offers over when a task may be descheduled. Cooperative multitasking is used in RISC OS, Microsoft Windows and Macintosh System 7.
  • cost-of-living allowance — an additional payment which takes account of the cost of living
  • cross/step over the line — If you say that someone has crossed the line or has stepped over the line, you mean that they have behaved in a way that is considered unacceptable.
  • definite relative clause — a relative clause with a definite relative pronoun as subordinating word, as that they said in We heard the things that they said.
  • descriptive bibliography — the aspect of bibliography concerned with the close physical study and description of books and other works.
  • destructive distillation — the decomposition of a complex substance, such as wood or coal, by heating it in the absence of air and collecting the volatile products
  • developmental psychology — a branch of psychology that studies changes in human behavior from early life to death.
  • double overhead camshaft — a pair of overhead camshafts, one to operate the intake valves and the other to operate the exhaust valves. Abbreviation: DOHC.
  • equivalence partitioning — equivalence class partitioning
  • evolutionary computation — Computer-based problem solving systems that use computational models of evolutionary processes as the key elements in design and implementation. A number of evolutionary computational models have been proposed, including evolutionary algorithms, genetic algorithms, the evolution strategy, evolutionary programming, and artificial life.
  • explicit type conversion — (programming)   (Or "cast" in C and elsewhere). A programming construct (syntax) to specify that an expression's value should be converted to a different type. For example, in C, to convert an integer (usually 32 bits) to a char (usually 8 bits) we might write: int i = 42; char *p = &buf; *p = (char) i; The expression "(char)" (called a "cast") converts i's value to char type. Casts (including this one) are often not strictly necessary, due to automatic coercions performed by the compiler, but can be used to make the conversion obvious and to avoid warning messages.
  • federal reserve district — the district served by a certain Federal Reserve Bank.
  • have (or get) cold feet — to be (or become) timid or fearful
  • have carnal knowledge of — to have sexual intercourse with
  • implicit type conversion — (programming)   (Or "coercion") The abilty of some compilers to automatically insert type conversion functions where an expression of one type is used in a context where another type is expected. A common example is coercion of integers to reals so that an expression like sin(1) is compiled as sin(integerToReal(1)) where sin is of type Real -> Real. A coercion is usually performed automatically by the compiler whereas a cast is an explicit type conversion inserted by the programmer. See also subtype.
  • internal revenue service — the division of the U.S. Department of the Treasury that collects internal revenue, including income taxes and excise taxes, and that enforces revenue laws.
  • involutional melancholia — (formerly) extreme depression related to menopause or, less frequently, the male climacteric.
  • leave much to be desired — be inadequate
  • local government officer — an employee of a local council
  • mandy rice-davis applies — (chat)   (MRDA) An acronym used to imply that someone is lying to protect their own interests. During the trial of Stephen Ward (who was charged with living off the immoral earnings of Christine Keeler and Rice-Davies), the prosecuting counsel pointed out that Lord Astor denied any involvement with her and Rice-Davies replied, "Well, he would, wouldn't he?"
  • manic-depressive illness — bipolar disorder.
  • michael viii palaeologus — 1234–1282, Byzantine ruler 1259–82, first of the Palaeologus emperors.
  • multiple reentry vehicle — a reentry vehicle equipped with multiple warheads that cannot be directed to separate targets. Abbreviation: MRV, M.R.V.
  • multiple-valued function — function (def 4b).
  • national weather service — an agency of the National Oceanic and Atmospheric Administration that is responsible for meteorological observations, weather forecasts, storm and flood warnings, etc.
  • negative acknowledgement — 1.   (character)   (NAK) The mnemonic for ASCII character 21. Sometimes used as the response to receipt of a corrupted packet of information. Opposite of acknowledgement. 2.   (communications)   (NAK) Any message transmitted to indicate that some data has been received incorrectly, for example it may have a checksum or message length error. A NAK message allows the sender to distinguish a message which has been received in a corrupted state from one which is not received at all. An alternative is to use only ACK messages, in which case the non-receipt of an ACK after a certain time is counted as a NAK but gives no information about the integrity of the communications channel. See also ACK.
  • parallel virtual machine — (parallel, networking, tool)   (PVM) 1. A software system designed to allow a network of heterogeneous machines to be used as a single distributed parallel processor. PVM was developed by the University of Tennessee, The Oak Ridge National Laboratory and the Emory University. 2. The intermediate language used by the Gambit compiler for Scheme.
  • passive balance of trade — a negative balance of trade
  • private health insurance — insurance against the need for medical treatment as a private patient
  • privileged communication — a communication that one cannot legally be compelled to divulge, as that to a lawyer from a client
  • public access television — television in which local producers or individuals can participate
  • public-access television — a noncommercial system of broadcasting on television channels made available to independent or community groups for programs of general interest to the community.
  • relative record data set — (database)   (RRDS) One of the access methods used by IBM's VSAM.
  • research and development — the part of a commercial company's activity concerned with applying the results of scientific research to develop new products and improve existing ones
  • revolving charge account — a charge plan offerring revolving credit.
  • scalable vector graphics — (graphics, web)   A W3C standard for vector graphics, based on XML.

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