0%

25-letter words containing l, a, t, r, v, i

  • a voice in the wilderness — a person, group, etc, making a suggestion or plea that is ignored
  • antixerophthalmic vitamin — vitamin A.
  • chief of naval operations — the highest officer in the U.S. Navy and a member of the Joint Chiefs of Staff.
  • constant angular velocity — (storage)   (CAV) One of the two schemes for controlling the rate of rotation of the disk in a disk drive. Constant angular velocity keeps the rate of rotation constant. This means that the linear velocity of the disk under the head is larger when reading or writing the outer tracks. This in turn implies either a variation in the data rate to and from the heads or the bits per unit length along the track. The alternative, constant linear velocity, requires the rate of rotation of the disk to accelerate and decelerate according to the radial postion of the heads, increasing the energy use and vibration.
  • constant applicative form — (functional programming)   (CAF) A supercombinator which is not a lambda abstraction. This includes truly constant expressions such as 12, (+ 1 2), [1, 2, 3] as well as partially applied functions such as (+ 4). Note that this last example is equivalent under eta abstraction to \ x . + 4 x which is not a CAF. Since a CAF is a supercombinator, it contains no free variables. Moreover, since it is not a lambda abstraction it contains no variables at all. It may however contain identifiers which refer to other CAFs, e.g. c 3 where c = (* 2). A CAF can always be lifted to the top level of the program. It can either be compiled to a piece of graph which will be shared by all uses or to some shared code which will overwrite itself with some graph the first time it is evaluated. A CAF such as ints = from 1 where from n = n : from (n+1) can grow without bound but may only be accessible from within the code of one or more functions. In order for the garbage collector to be able to reclaim such structures, we associate with each function a list of the CAFs to which it refers. When garbage collecting a reference to the function we collect the CAFs on its list.
  • dataphone digital service — (communications, product)   (DDS) The first private-line digital service offered by AT&T, with data rates typically at 2.4, 4.8, 9.6 and 56 kilobits per second. DDS is now part of AT&T's Accunet family of services. Most LEC (local exchange carriers) and IXC (IntereXchange Carriers) offer similar services.
  • definite relative pronoun — a relative pronoun that refers to an antecedent, as who in It was I who told you.
  • drive someone up the wall — If you say that something or someone is driving you up the wall, you are emphasizing that they annoy and irritate you.
  • electroconvulsive therapy — the treatment of certain psychotic conditions by passing an electric current through the brain to induce coma or convulsions
  • flash lights impressively — (programming, humour)   (FLI) /FLY/ A joke assembly language instruction first documented in the late 1970s in "The Hackers Dictionary". The FLI instruction was frequently referred to by engineers when minicomputers such as the DEC PDP-8, PDP-11 and some early microcomputers such as the IMSAI and Altair had dozens of front panel lights. "When the computer is about to do some long I/O operation, stick in a FLI so the accountants won't think the machine has hung again."
  • gravitational interaction — an interaction between particles or bodies resulting from their mass. It is very weak and occurs at all distances
  • gunning transceiver logic — (electronics, hardware, integrated circuit, standard)   (GTL) A standard for electrical signals in CMOS circuits used to provide higher data transfer speeds with smaller voltage swings [compared with what?]. The GTL signal swings between 0.4 volts and 1.2 volts with a reference voltage of about 0.8 volts. Only a small deviation of 0.4 volts (or thereabouts) from the reference voltage is required to switch between on and off states. Therefore, a GTL signal is said to be a low voltage swing logic signal. Gunning Transceiver Logic has several advantages. The resistive termination of a GTL signal provides a clean signalling environment [what?]. Moreover, the low terminating voltage of 1.2 volts results in reduced voltage drops across the resistive elements. GTL has low power dissipation and can operate at high frequency and causes less electromagnetic interference (EMI).
  • have bats in one's belfry — any of numerous flying mammals of the order Chiroptera, of worldwide distribution in tropical and temperate regions, having modified forelimbs that serve as wings and are covered with a membranous skin extending to the hind limbs.
  • have no/little truck with — If you say that you will have no truck with someone or something, you are refusing to be involved with them in any way.
  • high voltage differential — (hardware)   (HVD) Differential SCSI scheme that has been in use for years. The terminators run on 5 Volts DC. See also LVD.
  • infantry fighting vehicle — a heavily armored combat vehicle, as a tank, used to carry infantry into battle and provide support. Abbreviation: IFV.
  • interactive data language — (IDL) A commercial array-oriented language with numerical analysis and display features, first released in 1977. It supports interactive reduction, analysis, and visualisation of scientific data. It is sold by Research Systems, Inc. Version: 3.6.1 runs under Unix, MS-DOS, MS Windows, VAX/VMS and Macintosh. Not to be confused with any of the other IDLs. E-mail: <[email protected]>.
  • kent recursive calculator — (language)   (KRC) A lazy functional language developed by David Turner in 1981, based on SASL, with pattern matching and ZF expressions. See also continental drift.
  • language sensitive editor — (LSE) A language-sensitive editor from DEC.
  • language-sensitive editor — An editor that is aware of the syntactic, semantic and in some cases the structural rules of a specific programming language and provides a framework for the user to enter source code. Programs or changes to previously stored programs are incrementally parsed into an abstract syntax tree and automatically checked for correctness.
  • licensed vocational nurse — a person with specified training who has become licensed to provide vocational assistance to patients. Abbreviation: LVN.
  • marcus-valerius-martialis — (Marcus Valerius Martialis) a.d. 43?–104? Roman epigrammatist, born in Spain.
  • my favourite toy language — (jargon, language)   (MFTL) Describes a talk on a programming language design that is heavy on syntax (with lots of BNF), sometimes even talks about semantics (e.g. type systems), but rarely, if ever, has any content (see content-free). More broadly applied to talks - even when the topic is not a programming language --- in which the subject matter is gone into in unnecessary and meticulous detail at the sacrifice of any conceptual content. "Well, it was a typical MFTL talk". 2. A language about which the developers are passionate (often to the point of prosyletic zeal) but no one else cares about. Applied to the language by those outside the originating group. "He cornered me about type resolution in his MFTL." The first great goal in the mind of the designer of an MFTL is usually to write a compiler for it, then bootstrap the design away from contamination by lesser languages by writing a compiler for it in itself. Thus, the standard put-down question at an MFTL talk is "Has it been used for anything besides its own compiler?". On the other hand, a language that *cannot* be used to write its own compiler is beneath contempt. See break-even point, toolsmith.
  • national unity government — a government formed by a coalition of parties, esp in time of national emergency
  • never do things by halves — If you say that someone never does things by halves, you mean that they always do things very thoroughly.
  • normal equivalent deviate — a value x such that the integral of a normal curve over all those values of the independent variable less than x is equal to the given probability.
  • observational equivalence — Two terms M and N are observationally equivalent iff for all contexts C[] where C[M] is a valid term, C[N] is also a valid term with the same value.
  • oxidative phosphorylation — the aerobic synthesis, coupled to electron transport, of ATP from phosphate and ADP.
  • peripheral nervous system — the portion of the nervous system lying outside the brain and spinal cord.
  • permanent virtual circuit — (networking)   (PVC, or in ATM terminology, "Permanent Virtual Connection") A virtual circuit that is permanently established, saving the time associated with circuit establishment and tear-down.
  • personal flotation device — a life preserver, life jacket, or other device for keeping a person afloat in the water. Abbreviation: PFD.
  • petropavlovsk-kamchatskiy — seaport in E Asian Russia, on Kamchatka Peninsula: pop. 210,000
  • polycystic ovary syndrome — a hormonal disorder in which the Graafian follicles in the ovary fail to develop completely so that they are unable to ovulate, remaining as multiple cysts that distend the ovary. The results can include reduced fertility, obesity, and hirsutism
  • principle of virtual work — the principle that the total work done by all forces on a system in static equilibrium is zero for a set of infinitesimally small displacements.
  • private international law — conflict of laws (def 2).
  • progressive federal party — a political party, formed in 1977 by a merger between the Progressive Party and members of the United Party, supporting qualified franchise for all South Africans irrespective of race, colour, or creed; merged with other parties in 1989 to form the Democratic Party
  • qualified majority voting — a voting system, used by the EU Council of Ministers, enabling certain resolutions to be passed without unanimity
  • saybolt universal seconds — a US measurement of viscosity similar in type to the British Redwood seconds
  • selective synchronization — a sound-recording process that facilitates overdubs by feeding the recorded track to the performer straight from the recording head
  • the industrial revolution — the transformation in the 18th and 19th centuries of first Britain and then other W European countries and the US into industrial nations
  • to be living proof that … — to show that
  • to live beyond your means — If someone is living beyond their means, they are spending more money than they can afford. If someone is living within their means, they are not spending more money than they can afford.
  • transport level interface — Transport Layer Interface
  • unconditional convergence — the property of a convergent infinite series that remains convergent when the terms are arranged in any order.
  • university of east london — (body, education)   (UEL) A UK University with six academic Faculties: Design and The Built Environment, East London Business School, Institute Of Health and Rehabilitation, Faculty Of Science, Social Sciences and Technology.
  • vatnajökull national park — a national park in Iceland, the largest in Europe; contains the Vatnajökull glacier, Europe's largest by volume, and incorporates two existing national parks. Area: 13 000 sq km (5020 sq miles)
  • vertical redundancy check — (storage, communications)   (VRC) An error checking method performed on one 8-bit ASCII character, where the 8th bit is used as the parity bit. The resulting parity bit is constructed by XORing the word. The result is a "1" if there is an odd number of 1s, and a "0" if there is an even number of 1s in the word. This method is unreliable because if an odd number of bits are distorted, the check will not detect the error. The Longitudinal Redundancy Check is an improvement.

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