0%

24-letter words containing g, r, e

  • 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.
  • 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).
  • network operating system — (operating system)   (NOS) The operating system on Control Data Corporation's Cyber Computer.
  • new england clam chowder — a thick chowder made from clams, potatoes, onions, sometimes salt pork, and milk or cream.
  • new programming language — (language)   (NEWP) A language which replaced ESPOL on the Burroughs Large System.
  • nongonococcal urethritis — a widespread sexually transmitted infection of the urethra, caused by the parasite Chlamydia trachomatis, or the mycoplasm Ureaplasma urealyticum, characterized in males by painful urination and discharge from the penis and in females by frequent, painful urination and cervical erosion. Abbreviation: NGU.
  • object-oriented language — object-oriented programming
  • officers' training corps — part of the British Army which provides military leadership training to students at UK universities
  • oligodeoxyribonucleotide — (biochemistry) Any oligonucleotide composed of deoxyribose monomemers.
  • on average/on an average — You say on average or on an average to indicate that a number is the average of several numbers.
  • on the right/wrong track — If you are on the right track, you are acting or progressing in a way that is likely to result in success. If you are on the wrong track, you are acting or progressing in a way that is likely to result in failure.
  • 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.
  • optical signal processor — optical computing
  • orbital angular momentum — the component of angular momentum of an electron in an atom or a nucleon in a nucleus, arising from its orbital motion rather than from its spin.
  • 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
  • orographic precipitation — precipitation caused by the lifting of moist air over a mountain barrier.
  • other things being equal — If you say 'other things being equal' or 'all things being equal' when talking about a possible situation, you mean if nothing unexpected happens or if there are no other factors which affect the situation.
  • parallel cousin marriage — marriage between the children of two brothers or two sisters.
  • 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.
  • phrase-structure grammar — a grammar that consists of phrase-structure rules.
  • physiological atmosphere — ecosphere.
  • plantation walking horse — one of a breed of saddle horses developed largely from Standardbred and Morgan stock.
  • portable scheme debugger — (PSD) A package for source code debugging of R4RS-compliant Scheme under GNU Emacs by Kellom ?ki Pertti <[email protected]>. Version 1.1. Distributed under GNU GPL. It works with scm, Elk and Scheme->C.
  • pre-emptive multitasking — (operating system, parallel)   A type of multitasking where the scheduler can interrupt and suspend ("swap out") the currently running task in order to start or continue running ("swap in") another task. The tasks under pre-emptive multitasking can be written as though they were the only task and the scheduler decides when to swap them. The scheduler must ensure that when swapping tasks, sufficient state is saved and restored that tasks do not interfere. The length of time for which a process runs is known as its "time slice" and may depend on the task's priority or its use of resources such as memory and I/O. This contrasts with cooperative multitasking where each task must include calls to allow it to be descheduled periodically.
  • preparatory to doing sth — If one action is done preparatory to another, it is done before the other action, usually as preparation for it.
  • pretty amazing new stuff — (humour, communications)   (PANS) What PSTN is evolving into.
  • private-key cryptography — (cryptography)   As opposed to public-key cryptography, a cryptographic method in which the same key is used to encrypt and decrypt the message. Private-key algorithms include the obsolescent Data Encryption Standard (DES), triple-DES (3DES), the Advanced Encryption Standard (AES), also known as Rijndael, Blowfish, Twofish RC2, RC4, RC5 and RC6. A problem with private-key cryptography is that the sender and the recipient of the message must agree on a common key via some alternative secure channel.
  • privileged communication — a communication that one cannot legally be compelled to divulge, as that to a lawyer from a client
  • professional programming — paranoid programming
  • program information file — (file format)   Under Windows, a file providing information on how a non-Windows application program should be run, including how much memory should be allocated to it and what graphics interface it requires.
  • programmable array logic — (hardware)   (PAL) A family of fuse-programmable logic integrated circuits originally developed by MMI. Registered or combinatorial output functions are modelled in a sum of products form. Each output is a sum (logical or) of a fixed number of products (logical and) of the input signals. This structure is well suited for automatic generation of programming patterns by logic compilers. PAL devices are programmed by blowing the fuses permanently using overvoltage. Today, more complex devices based on the same original architecture are available (CPLD's for Complex PLD's) that incorporate the equivalent of several original PAL chips. PAL chips are, however, still popular due to their high speed.
  • 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.
  • progressive conservative — a member of the Progressive Conservative party of Canada.
  • pure functional language — purely functional language
  • put the fear of god into — a distressing emotion aroused by impending danger, evil, pain, etc., whether the threat is real or imagined; the feeling or condition of being afraid. Synonyms: foreboding, apprehension, consternation, dismay, dread, terror, fright, panic, horror, trepidation, qualm. Antonyms: courage, security, calm, intrepidity.
  • put their heads together — to consult together
  • put two and two together — a cardinal number, 1 plus 1.
  • recharge one's batteries — If you recharge a battery, you put an electrical charge back into the battery by connecting it to a machine that draws power from another source of electricity.
  • registered general nurse — (in Britain) a nurse who has completed a three-year training course in all aspects of nursing care to enable him or her to be registered with the United Kingdom Central Council for Nursing, Midwifery, and Health Visiting
  • regular checking account — a checking account for which the monthly fee is usually based on the average balance maintained and the number of transactions recorded.
  • report program generator — (tool)   (RPG) An IBM programming language developed by Wilf Hey at IBM in 1965 for easy production of sophisticated large system reports. RPG is a 3GL similar to COBOL, but more concise and supposedly easier for non-programmers to use. It processes its input one line at a time and does not treat tables as conceptual entities. It was popular on System 34/36 minicomputers. Versions: RPG II, RPG III, RPG/400 for IBM AS/400. MS-DOS versions by California Software and Lattice. Unix version by Unibol. Cross-platform version by J & C Migrations runs on MS-DOS, Windows, AIX, HP-UX, and OS/390. See also CL, OCL.
  • reproductive imagination — the faculty of imagining, or of forming mental images or concepts of what is not actually present to the senses.
  • requirements engineering — (programming)   The task of capturing, structuring, and accurately representing the user's requirements so that they can be correctly embodied in systems which meet those requirements (i.e. are of good quality).
  • reverse annuity mortgage — a type of home mortgage under which an elderly homeowner is allowed a long-term loan in the form of monthly payments against his or her paid-off equity as collateral, repayable when the home is eventually sold. Abbreviation: RAM.
  • revolving charge account — a charge plan offerring revolving credit.
  • ring down the curtain on — to give forth a clear resonant sound, as a bell when struck: The doorbell rang twice.
  • santa coloma de gramanet — a city in NE Spain.
  • scalable vector graphics — (graphics, web)   A W3C standard for vector graphics, based on XML.
  • see someone hanged first — to refuse absolutely to do what one has been asked
  • self-fulfilling prophecy — a prophecy that comes true because of the expectation that it will
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?