0%

24-letter words containing t, e, n, d, r

  • graduated pension scheme — (between 1961 and 1975) an earnings-related pension scheme which was based on the amount of an employee's National Insurance contributions
  • grand unification theory — a possible future quantum field theory that would encompass both the electroweak theory and quantum chromodynamics. Abbreviation: GUT.
  • grandfather, father, son — (operating system)   (GFS) A backup rotation scheme in which a "grandfather" backup is performed on the first Monday of each month, a "father" backup is performed on every other Monday and a "son" backup is performed on every other day of the week. Grandfather tapes are kept for a year, father tapes for a month and son tapes for a week. The exact schedule (and thus the number of tapes required) may vary, as may the choice of full backup or incremental backup, but the idea is that it should be possible to restore versions of any file of different ages: e.g. yesterday's, last week's or last year's version.
  • great saint bernard pass — St. Bernard, Great.
  • greater london authority — local government body of UK capital
  • ground-fault interrupter — a circuit breaker that senses currents caused by ground faults and quickly shuts off power before damage can occur to generating equipment.
  • guaranteed annual income — Also called guaranteed income. compensation provided by the government to any family or individual whose annual income falls below a specified level.
  • hairdressing appointment — an appointment to have your hair cut, styled, coloured, etc, at a hairdresser
  • have one's head straight — the upper part of the body in humans, joined to the trunk by the neck, containing the brain, eyes, ears, nose, and mouth.
  • have the drop on someone — to have the advantage over someone
  • high-density lipoprotein — a blood constituent involved in the transport of cholesterol and associated with a decreased risk of atherosclerosis and heart attack. Abbreviation: HDL .
  • implicit differentiation — a method of finding the derivative of an implicit function by taking the derivative of each term with respect to the independent variable while keeping the derivative of the dependent variable with respect to the independent variable in symbolic form and then solving for that derivative.
  • in the middle of nowhere — If you say that a place is in the middle of nowhere, you mean that it is a long way from other places.
  • industrial correspondent — a journalist who specializes in reporting the industrial news
  • interlocking directorate — a corporate directorate that includes one or more members who serve simultaneously in the directorates of other corporations.
  • intermediate-level waste — radioactive waste material, such as reactor and processing-plant components, that is solidified before being mixed with concrete and stored in steel drums in deep mines or beneath the seabed in concrete chambers
  • internal auditory meatus — the canal extending through the petrous portion of the temporal bone, through which the glossopharyngeal nerve, the facial nerve, and the auditory nerve and artery pass.
  • international morse code — a form of Morse code used in international radiotelegraphy.
  • internet access provider — (networking, company)   (IAP) A company or other origanisation which provides access to the Internet to businesses and/or consumers. An IAP purchases an Internet link from another company that has a direct link to the Internet and resells portions of that bandwidth to the general public. For example, an IAP may purchase a T1 link (1.544Mb/s) and resell that bandwidth in chunks consisting of ISDN (64Kb/s, 128Kb/s) and analog modems (14.4Kb/s, 28.8Kb/s). The IAP's customer base is likely to include both businesses and individuals. Individual customers usually connect to the IAP via a modem and telephone line to a (preferably local) point of presence. An IAP may also be an Internet Service Provider.
  • 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
  • irritable bowel syndrome — any combination of common disturbances of the bowel, as diarrhea or constipation, occurring with abdominal pain, sometimes accompanied by psychological stress. Abbreviation: IBS.
  • iterated function system — (graphics)   (IFS) A class of fractals that yield natural-looking forms like ferns or snowflakes. Iterated Function Systems use a very easy transformation that is done recursively.
  • knowledge representation — The subfield of artificial intelligence concerned with designing and using systems for storing knowledge - facts and rules about some subject. A body of formally represented knowledge is based on a conceptualisation - an abstract view of the world that we wish to represent. In order to manipulate this knowledge we must specify how the abstract conceptualisation is represented as a concrete data structure. An ontology is an explicit specification of a conceptualisation.
  • knowledge sharing effort — (project)   An ARPA project developing techniques and methods for building large-scale knowledge bases which are sharable and reusable.
  • lady washington geranium — show geranium.
  • least common denominator — the smallest number that is a common denominator of a given set of fractions.
  • leave no stone un turned — the hard substance, formed of mineral matter, of which rocks consist.
  • licensed practical nurse — a person who has graduated from an accredited school of nursing and has become licensed to provide basic nursing care under the supervision of a physician or registered nurse. Abbreviation: LPN.
  • linear (induction) motor — an electric motor that produces thrust in a direct line, as distinguished from the rotary motion produced by a rotary engine, by the interaction of a moving magnetic field and the current induced by the field
  • lithium aluminum hydride — a white powder, LiAlH 4 , used chiefly as a chemical reducing agent, especially in pharmaceutical and perfume manufacturing.
  • 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.
  • make a production out of — to make an unnecessary fuss about
  • mediterranean flour moth — a small cosmopolitan moth, Anagasta kuehniella, whose larvae damage stored foodstuffs, as grain and flour.
  • medium-scale integration — MSI.
  • near field communication — a short-range wireless communication system that uses radio waves to enable a phone or other mobile device to interact with another device or card reader: Near Field Communication essentially lets your phone replace your credit cards. Abbreviation: NFC.
  • network addressable unit — (networking)   (NAU) The SNA term for an addressable entity. Examples include PUs, LUs, and SSCPs.
  • network attached storage — (networking, storage)   (NAS) Fixed disks, RAID arrays, and magnetic tape drives connected directly to a Storage Area Network (SAN) or other direct network connection. This is in contrast to a file server where the peripherals are connected to the network via a computer (the server).
  • northern mariana islands — a US commonwealth territory in the N Pacific, formerly part of the Trust Territory of the Pacific Islands (1947–87). Capital: Saipan island (Capitol Hill). Pop: 51 170 (2013 est). Area: 477 sq km (184 sq miles)
  • not ready for prime time — Usable, but only just so; not very robust; for internal use only. Said of a program or device. Often connotes that the thing will be made more solid Real Soon Now. This term comes from the ensemble name of the original cast of "Saturday Night Live", the "Not Ready for Prime Time Players". It has extra flavour for hackers because of the special (though now semi-obsolescent) meaning of prime time. Compare beta.
  • object-oriented analysis — (programming)   (OOA) The first phase of object-oriented design.
  • object-oriented database — (database)   (OODB) A system offering DBMS facilities in an object-oriented programming environment. Data is stored as objects and can be interpreted only using the methods specified by its class. The relationship between similar objects is preserved (inheritance) as are references between objects. Queries can be faster because joins are often not needed (as in a relational database). This is because an object can be retrieved directly without a search, by following its object id. The same programming language can be used for both data definition and data manipulation. The full power of the database programming language's type system can be used to model data structures and the relationship between the different data items. OODBs typically provide better support for versioning. An object can be viewed as the set of all its versions. Also, object versions can be treated as full fledged objects. OODBs also provide systematic support for triggers and constraints which are the basis of active databases. Most, if not all, object-oriented application programs that have database needs will benefit from using an OODB.
  • object-oriented language — object-oriented programming
  • oligodeoxyribonucleotide — (biochemistry) Any oligonucleotide composed of deoxyribose monomemers.
  • one thing led to another — You say one thing led to another when you are explaining how something happened, but you do not really want to give the details or you think people will be able to imagine the details.
  • open data-link interface — (networking, standard)   (ODI) A Novell-developed network card API that provides media and protocol independence. It allows the sharing of a single card by multiple transport layer protocols and resolves conflicts.
  • open software foundation — (body)   (OSF) A foundation created by nine computer vendors, (Apollo, DEC, Hewlett-Packard, IBM, Bull, Nixdorf, Philips, Siemens and Hitachi) to promote "Open Computing". It is planned that common operating systems and interfaces, based on developments of Unix and the X Window System will be forthcoming for a wide range of different hardware architectures. OSF announced the release of the industry's first open operating system - OSF/1 on 23 October 1990.
  • organization and methods — a systematic examination of an organization's structure, procedures, management and control, with a view to determining its comparative efficiency in achieving defined organizational aims
  • particulate fluidization — Particulate fluidization is a condition when particles in a fluidized bed are individually suspended.
  • passive balance of trade — a negative balance of trade
  • polychlorinated biphenyl — PCB.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?