0%

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

  • a pressurized environment — an environment in which a lot of pressure is put on people to achieve
  • a voice in the wilderness — a person, group, etc, making a suggestion or plea that is ignored
  • advance information sheet — a document giving details about a book that is to be published in the near future
  • advanced power management — (hardware)   (APM) A feature of some displays, usually but not always, on laptop computers, which turns off power to the display after a preset period of inactivity to conserve electrical power. Monitors with this capability are usually refered to as "green monitors", meaning environmentally friendly. Not to be confused with a screen blanker which is software that causes the display to go black (by setting every pixel to black) to prevent burn-in.
  • adverse pressure gradient — an increase of pressure in the direction of flow
  • american standard version — a revised version of the Authorized (King James) Version of the Bible, published by a committee of American scholars in 1901
  • antixerophthalmic vitamin — vitamin A.
  • case integration services — (standard, programming)   (CIS) A committee formed to discuss CASE tool integration standards related to ATIS.
  • 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.
  • cracked gas heat recovery — Cracked gas heat recovery is the process of recovering energy from cracked gas, which is used to produce high-pressure steam to drive turbines for compressor plants.
  • 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
  • examination for discovery — a pretrial meeting to disclose evidence that will be presented later
  • expanding universe theory — the theory, developed from the observed red shifts of celestial bodies, that the space between galaxies is expanding, so that they appear to recede from us at velocities that increase with their distance
  • 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."
  • franked investment income — (formerly) dividends from one UK company received by another on which the paying company had paid corporation tax so that the receiving company had no corporation tax to pay: discontinued from 1999
  • give sb pause for thought — If something gives you pause for thought, it makes you think carefully about something, especially in a different way than you have thought about it before.
  • graft-versus-host disease — a reaction in which the cells of transplanted tissue immunologically attack the cells of the host organism, occurring especially in bone-marrow transplants.
  • 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 an ear to the ground — to give careful attention to the trends of public opinion
  • have an eye for something — If you say that someone has an eye for something, you mean that they are good at noticing it or making judgments about it.
  • 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 it on good authority — If you say you have it on good authority that something is true, you mean that you believe it is true because you trust the person who told you about it.
  • 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.
  • improved mercury autocode — (language)   (IMP) A version of Autocode used to program the Edinburgh Multi Access System (EMAS), one of the first operating systems written in a high-level language, apparently predating Unix. Luis Damas' Prolog interpreter in IMP for EMAS led to C-Prolog.
  • 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]>.
  • intermediate vector boson — one of the three particles that are believed to transmit the weak force: the positively charged W particle, the negatively charged W particle, and the neutral Z 0 particle.
  • java run-time environment — (language)   (JRE) The part of the Java Development Kit required to run Java programs. The JRE consists of the Java Virtual Machine, the Java platform core classes and supporting files. It does not include the compiler, debugger or other tools present in the JDK. The JRE is the smallest set of executables and files that constitute the standard Java platform.
  • 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.
  • magnetohydromagnetic wave — Physics. Alfvén wave.
  • 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.
  • narrow-leaved bottle tree — any of several trees of the genus Brachychiton, native to Australia, characterized by a bottle-shaped swelling of the trunk, as B. rupestris (narrow-leaved bottle tree) or B. australis (broad-leaved bottle tree)
  • 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.
  • nine/seven/ten-day wonder — If you say that someone or something is a nine -day wonder or a one -day wonder, you disapprove of the fact that they are attracting so much interest and attention, because you think that their popularity will only last for a very short time.
  • 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.
  • off-balance sheet reserve — a sum of money or an asset that should appear on a company's balance but does not; hidden reserve
  • oxidative phosphorylation — the aerobic synthesis, coupled to electron transport, of ATP from phosphate and ADP.

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