0%

24-letter words containing v, i, o, l, a, t

  • 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.
  • above-the-line promotion — Above-the-line promotion is the use of promotional methods that cannot be directly controlled by the company selling the goods or service, such as television or press advertising. Compare below-the-line promotion.
  • artificial radioactivity — radioactivity introduced into a nonradioactive substance by bombarding the substance with charged particles.
  • avian pneumoencephalitis — Newcastle disease.
  • back electromotive force — counter electromotive force.
  • broadleaved spindle tree — a flowering tree, Euonymus Latifolius, native to some parts of Western Europe and widely planted as an ornamental
  • 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 aviation authority — the national body governing civil aviation
  • 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
  • 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 disability — a disability, as mental retardation or cerebral palsy, that begins at an early age and continues indefinitely, leading to substantial handicap.
  • environmental assessment — a formal assessment of the impact a project will have on the environment
  • environmental management — controlled and planned management of the environment
  • environmentally friendly — that has no or the least possible impact on the environment
  • 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.
  • evolutionary programming — (EP) A stochastic optimisation strategy originally conceived by Lawrence J. Fogel in 1960. An initially random population of individuals (trial solutions) is created. Mutations are then applied to each individual to create new individuals. Mutations vary in the severity of their effect on the behaviour of the individual. The new individuals are then compared in a "tournament" to select which should survive to form the new population. EP is similar to a genetic algorithm, but models only the behavioural linkage between parents and their offspring, rather than seeking to emulate specific genetic operators from nature such as the encoding of behaviour in a genome and recombination by genetic crossover. EP is also similar to an evolution strategy (ES) although the two approaches developed independently. In EP, selection is by comparison with a randomly chosen set of other individuals whereas ES typically uses deterministic selection in which the worst individuals are purged from the population.
  • false lily of the valley — a low-growing woodland plant, Maianthemum canadense, of the lily family, native to northeastern North America, having a cluster of small white flowers.
  • global network navigator — (GNN) A collection of free services provided by O'Reilly & Associates. The Whole Internet Catalog describes the most useful Net resources and services with live links to those resources. The GNN Business Pages list companies on the Internet. The Internet Help Desk provides help in starting Internetq exploration. NetNews is a weekly publication that reports on the news of the Internet, with weekly articles on Internet trends and special events, sports, weather, and comics. There are also pages aobut travel and personal finance. E-mail: <[email protected]>. Telephone: (800) 998 9938 (USA), +1 (707) 829 0515 (outside USA).
  • human potential movement — a movement in psychology that includes group therapy, encounter therapy, primal therapy, etc., is based mainly on Freudian and Gestalt psychology, and is aimed at self-realization
  • interventional radiology — an application of radiology that enables minimally invasive surgery to be performed with the aid of simultaneous radiological imaging of the field of operation within the body
  • involuntary manslaughter — the unlawful but unintentional killing of a human being
  • involutional melancholia — (formerly) extreme depression related to menopause or, less frequently, the male climacteric.
  • leave much to be desired — be inadequate
  • leave someone to himself — not to control or direct someone
  • local government officer — an employee of a local council
  • low voltage differential — (hardware)   (LVD) A method of driving SCSI cables that will be formalised in the SCSI-3 specifications. LVD uses less power than the current differential drive (HVD), is less expensive and will allow the higher speeds of Ultra-2 SCSI. LVD requires 3.3 Volts DC instead of 5 Volts DC for HVD.
  • master-slave manipulator — any of various devices, guided by the hand of the operator, for imitating the motions and tactile sensitivity of the human hand to a greater or lesser extent: used in situations in which direct handling of the objects or materials involved would be dangerous or impossible.
  • multiple virtual storage — (operating system)   (MVS) Release 2 of OS/VS2, called MVS because it had multiple 16 MB virtual address spaces, in contrast to SVS. MVS ran on the IBM 390 series mainframes. It became MVS/SP, then MVS/XA (with 31-bit addressing) and then MVS/ESA. MVS/Open Edition (MVS/OE), aimed at the growing open systems market, added TCP/IP and Unix support in an MVS address space, allowing users to run IBM, CICS-type applications, batch applications and Unix. MVS/ESA was repackaged as OS/390 as a marketing exercise but it's basically the same thing. Version: 5.1.
  • 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.
  • parliamentary government — government by a body of cabinet ministers who are chosen from and responsible to the legislature and act as advisers to a nominal chief of state.
  • passive balance of trade — a negative balance of trade
  • privileged communication — a communication that one cannot legally be compelled to divulge, as that to a lawyer from a client
  • progressive assimilation — assimilation in which a preceding sound has an effect on a following one, as in shortening captain to cap'm rather than cap'n.
  • 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.
  • rapid eye movement sleep — REM sleep.
  • rational-emotive therapy — a form of therapy in which a patient is asked to reject irrational attitudes and assumptions in order to deal effectively with stressful situations.
  • relative record data set — (database)   (RRDS) One of the access methods used by IBM's VSAM.
  • repondez s'il vous plait — Répondez s'il vous plait
  • revolving charge account — a charge plan offerring revolving credit.
  • scalable vector graphics — (graphics, web)   A W3C standard for vector graphics, based on XML.
  • single transferable vote — of or relating to a system of voting in which voters list the candidates in order of preference. Any candidate achieving a predetermined proportion of the votes in a constituency is elected. Votes exceeding this amount and those cast for the bottom candidate are redistributed according to the stated preferences. Redistribution continues until all the seats are filled
  • special development area — an area earmarked for special development by the government

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