0%

22-letter words containing i, n, g, e, r

  • in/within sb's hearing — If someone says something in your hearing or within your hearing, you can hear what they say because they are with you or near you.
  • indeterminate cleavage — the division of an egg into cells, each of which has the potential of developing into a complete organism
  • industrial archaeology — the study of past industrial machines, works, etc
  • industrial engineering — engineering applied to the planning, design, and control of industrial operations.
  • information management — The planning, budgeting, control and exploitation of the information resources in an organisation. The term encompasses both the information itself and the related aspects such as personnel, finance, marketing, organisation and technologies and systems. Information Managers are responsible for the coordination and integration of a wide range of information handling activities within the organisation. These include the formulation of corporate information policy, design, evaluation and integration of effective information systems and services, the exploitation of IT for competitive advantage and the integration of internal and external information and data.
  • information processing — processing of information, especially the handling of information by computers in accordance with strictly defined systems of procedure.
  • information technology — the development, implementation, and maintenance of computer hardware and software systems to organize and communicate information electronically. Abbreviation: IT.
  • initial program loader — (operating system)   (IPL) A bootstrap loader which loads the part of an operating system needed to load the remainder of the operating system.
  • instruction scheduling — The compiler phase that orders instructions on a pipelined, superscalar, or VLIW architecture so as to maximise the number of function units operating in parallel and to minimise the time they spend waiting for each other. Examples are filling a delay slot; interspersing floating-point instructions with integer instructions to keep both units operating; making adjacent instructions independent, e.g. one which writes a register and another which reads from it; separating memory writes to avoid filling the write buffer. Norman P. Jouppi and David W. Wall, "Available Instruction-Level Parallelism for Superscalar and Superpipelined Processors", Proceedings of the Third International Conference on Architectural Support for Programming Languages and Operating Systems, pp. 272--282, 1989.
  • integrative bargaining — a type of bargaining in which all parties involved recognize that there are common problems requiring mutual resolution
  • intelligence gathering — espionage, collecting secret information
  • inter-exchange carrier — (communications)   (IXC) A company allowed to handle long-distance calls following the break-up of the Bell system in the US by anti-trust regulators.
  • international telegram — a telemessage sent from the UK to a foreign country
  • interrogator-responsor — a radio or radar transceiver for sending a signal to a transponder and receiving and interpreting the reply.
  • investigative new drug — a regulatory classification assigned by the U.S. Food and Drug Administration to an unproven drug, allowing its use in approved studies with human patients. Abbreviation: IND.
  • katharine meyer grahamKatharine Meyer, 1917–2001, U.S. newspaper publisher.
  • keep a person guessing — to let a person remain in a state of uncertainty
  • kill yourself laughing — If you say that you killed yourself laughing, you are emphasizing that you laughed a lot because you thought something was extremely funny.
  • label switching router — (networking)   (LSR) A device that typically resides somewhere in the middle of a network and is capable of forwarding datagrams by label switching. In many cases, especially early versions of MPLS networks, a LSR will typically be a modified ATM switch that forwards datagrams based upon a label in the VPI/VCI field.
  • land of the rising sun — Japan.
  • large magellanic cloud — a satellite galaxy of our own Milky Way galaxy, appearing as a hazy cloud in the southern constellations Dorado and Mensa.
  • leather-stocking tales — a series of historical novels by James Fenimore Cooper, comprising The Pioneers, The Last of the Mohicans, The Prairie, The Pathfinder, and The Deerslayer.
  • lethargic encephalitis — sleeping sickness (def 2).
  • local exchange carrier — (communications)   (LEC) A company allowed to handle local calls following the break-up of the Bell system in the US by anti-trust regulators. These vary from Regional Bell Operating Companies (RBOC) through to small independents such as Farmers Cooperative. Local exchange carriers are not allowed to handle long-distance traffic. This is handled by inter-exchange carriers (IXC) who are not allowed to handle local calls.
  • lord high commissioner — the Queen's representative
  • magnetic concentration — beneficiation of crushed ore in which a magnetic mineral is separated from gangue by means of a magnetic field.
  • magnetic pole strength — Electricity. a measure of the force exerted by one face of a magnet on a face of another magnet when both magnets are represented by equal and opposite poles. Symbol: m.
  • marketing intelligence — information about markets that can be used in marketing
  • martin luther king day — the third Monday in January, a legal holiday in some states of the U.S., commemorating the birthday (Jan. 15) of Martin Luther King, Jr.
  • mechanical engineering — the branch of engineering dealing with the design and production of machinery.
  • memory management unit — (hardware, memory management)   (MMU, "Paged Memory Management Unit", PMMU) A hardware device or circuit that supports virtual memory and paging by translating virtual addresses into physical addresses. The virtual address space (the range of addresses used by the processor) is divided into pages, whose size is 2^N, usually a few kilobytes. The bottom N bits of the address (the offset within a page) are left unchanged. The upper address bits are the (virtual) page number. The MMU contains a page table which is indexed (possibly associatively) by the page number. Each page table entry (PTE) gives the physical page number corresponding to the virtual one. This is combined with the page offset to give the complete physical address. A PTE may also include information about whether the page has been written to, when it was last used (for a least recently used replacement algorithm), what kind of processes (user mode, supervisor mode) may read and write it, and whether it should be cached. It is possible that no physical memory (RAM) has been allocated to a given virtual page, in which case the MMU will signal a "page fault" to the CPU. The operating system will then try to find a spare page of RAM and set up a new PTE to map it to the requested virtual address. If no RAM is free it may be necessary to choose an existing page, using some replacement algorithm, and save it to disk (this is known as "paging"). There may also be a shortage of PTEs, in which case the OS will have to free one for the new mapping. In a multitasking system all processes compete for the use of memory and of the MMU. Some memory management architectures allow each process to have its own area or configuration of the page table, with a mechanism to switch between different mappings on a process switch. This means that all processes can have the same virtual address space rather than require load-time relocation. An MMU also solves the problem of fragmentation of memory. After blocks of memory have been allocated and freed, the free memory may become fragmented (discontinuous) so that the largest contiguous block of free memory may be much smaller than the total amount. With virtual memory, a contiguous range of virtual addresses can be mapped to several non-contiguous blocks of physical memory. In early designs memory management was performed by a separate integrated circuit such as the MC 68851 used with the Motorola 68020 CPU in the Macintosh II or the Z8015 used with the Zilog Z80 family of processors. Later CPUs such as the Motorola 68030 and the ZILOG Z280 have MMUs on the same IC as the CPU.
  • missing persons bureau — the part of the Police Force dealing with tracing missing people
  • monday morning disease — azoturia (def 2).
  • motoring correspondent — a journalist who reviews and writes about cars
  • name service switching — Domain Name System
  • negative reinforcement — form of conditioning
  • neighborhood bike code — (humour, programming)   A piece of code that every programmer at the company has touched.
  • netherlands new guinea — a former name of Irian Jaya.
  • nigger in the woodpile — a hidden snag or hindrance
  • non-euclidean geometry — geometry based upon one or more postulates that differ from those of Euclid, especially from the postulate that only one line may be drawn through a given point parallel to a given line.
  • nondestructive testing — any of several methods of detecting flaws in metals without causing damage. The most common techniques involve the use of X-rays, gamma rays, and ultrasonic vibrations
  • nonterminating decimal — a decimal numeral that does not end in an infinite sequence of zeros (contrasted with terminating decimal).
  • object-oriented design — (programming)   (OOD) A design method in which a system is modelled as a collection of cooperating objects and individual objects are treated as instances of a class within a class hierarchy. Four stages can be identified: identify the classes and objects, identify their semantics, identify their relationships and specify class and object interfaces and implementation. Object-oriented design is one of the stages of object-oriented programming.
  • object-oriented turing — (language)   An extension of Turing and a replacement for Turing Plus by R.C. Holt <[email protected]>, U Toronto, 1991. Object-Oriented Turing supports imperative programming, object-oriented programming and concurrent programming. It has modules, classes, single inheritance, processes, exception handling and optional machine-dependent programming. There is an integrated environment under the X Window System and a demo version. Versions exist for Sun-4, MIPS, RS-6000 and others. E-mail: <[email protected]>.
  • of the first magnitude — of the greatest importance
  • office of fair trading — a government department established in the UK in 1973, which acts as an economic regulator, responsible for ensuring fairness in consumer protection and competition law
  • on a shoestring budget — with very little money to spend
  • on a wing and a prayer — with only the slightest hope of succeeding
  • one's ears are burning — one is aware of being the topic of another's conversation
  • open network computing — (ONC) Sun's network protocols.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?