0%

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

  • 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.
  • 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.
  • motoring correspondent — a journalist who reviews and writes about cars
  • name service switching — Domain Name System
  • negative reinforcement — form of conditioning
  • 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
  • open network computing — (ONC) Sun's network protocols.
  • operating instructions — instructions on how to use something (such an electrical appliance, etc)
  • organizational culture — the customs, rituals, and values shared by the members of an organization that have to be accepted by new members
  • packet internet groper — ping
  • phase alternating line — (television)   (PAL) The video signal format used in the UK [where else?]. PAL uses Amplitude Modulation for the video information, and Frequency Modulation for the audio information. The phase of the colour subcarrier is reversed on alternate lines which (together with the use of a delay line) allows the receiver to cancel any phase errors introduced in the path between the studio and the end-user's receiver. Such phase errors are quite common and would cause the displayed colours to shift in hue. The US equivalent, NTSC, does not have this feature and thus requires a user control to correct for transmission phase errors, hence the mis-expansion "Never Twice the Same Colour".
  • picture of dorian gray — a novel (1891) by Oscar Wilde.
  • play one's cards right — a usually rectangular piece of stiff paper, thin pasteboard, or plastic for various uses, as to write information on or printed as a means of identifying the holder: a 3″ × 5″ file card; a membership card.
  • potassium permanganate — a very dark purple, crystalline, water-soluble solid, KMnO 4 , used chiefly as an oxidizing agent, disinfectant, laboratory reagent, and in medicine as an astringent and antiseptic.
  • primate of all england — a title of the archbishop of Canterbury.
  • privileged instruction — A machine code instruction that may only be executed when the processor is running in supervisor mode. Privileged instructions include operations such as I/O and memory management.
  • process cinematography — cinematography in which the main or foreground action or scene is superimposed on or combined with simulated or separately filmed background action or scenery to produce special visual effects.
  • productivity agreement — an agreement whereby the employees of an organization agree to changes which are intended to improve productivity in return for an increase in pay or other benefits
  • programmed instruction — a progressively monitored, step-by-step teaching method, employing small units of information or learning material and frequent testing, whereby the student must complete or pass one stage before moving on to the next.
  • pronunciation spelling — a spelling intended to match a certain pronunciation more closely than the traditional spelling does, as gonna for going to , kinda for kind of (meaning “rather”), git for get , or lite for light.
  • public housing project — a group of homes for poorer families which is funded and controlled by the local government
  • put the frighteners on — to intimidate
  • pyridostigmine bromide — a cholinesterase inhibitor, C 9 H 1 3 BrN 2 O 2 , used in its bromide form in the treatment of myasthenia gravis.
  • quarter inch cartridge — (storage)   /kwik/ (QIC) a type of magnetic tape and tape drive. Development standards for QIC make it possible for tapes written on one QIC drive to be read on another. QIC drives are made to work with different lengths of tape. The model number of the drive consists of QIC followed by a number which indicates the drives tape capacity in megabytes (MB).
  • range of accommodation — the range of distance over which an object can be accurately focused on the retina by accommodation of the eye.
  • reconstructive surgery — the restoration of appearance and function following injury or disease, or the correction of congenital defects, using the techniques of plastic surgery.
  • rectangular coordinate — Usually, rectangular coordinates. either of two Cartesian coordinates in which the axes meet at right angles.
  • refrigeration engineer — an engineer who deals with refrigerators and refrigeration
  • relationship marketing — a marketing strategy in which a company seeks to build long-term relationships with its customers by providing consistent satisfaction
  • reporting restrictions — restrictions or rules on whether something or certain details of something can be published or broadcast by the media
  • retrograde ejaculation — ejaculation of semen backward toward the bladder instead of forward through the urethra.
  • safety integrity level — A safety integrity level is a relative level of risk reduction.
  • saint george's channel — a channel between Wales and Ireland, connecting the Irish Sea and the Atlantic. 100 miles (160 km) long; 50–90 miles (81–145 km) wide.
  • satellite broadcasting — the transmission of television or radio programmes from an artificial satellite at a power suitable for direct reception in the home
  • saturday night special — a cheap, small-caliber handgun that is easily obtainable and concealable.
  • saturday-night special — a cheap, small-caliber handgun that is easily obtainable and concealable.
  • scalable sampling rate — (compression, standard, algorithm)   (SSR) See, e.g., MPEG-4 AAC SSR.
  • search the fucking web — (web, jargon)   (Always abbreviated STFW) A response implying that an inquirer could have easily found an answer to his question using Google or some other web search engine. It is now often quicker and more productive to search the World-Wide Web than to RTFM.
  • self-sustaining growth — economic growth that maintains itself without intervention
  • senior master sergeant — a noncommissioned officer ranking above a master sergeant and below a chief master sergeant. Abbreviation: SMSgt.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?