0%

22-letter words containing t, a, r, g, e, m

  • hemorrhagic septicemia — an acute infectious disease of animals, caused by the bacterium Pasteurella multocida, and characterized by fever, catarrhal symptoms, pneumonia, and general blood infection.
  • home improvement grant — a government grant for house improvements such as insulation, adding a bathroom, or urgent repairs
  • ice-making compartment — a part of a refrigerator in which ice is made
  • immigration department — the government department responsible for laws regarding immigrants and immigration
  • imperative programming — imperative language
  • indeterminate cleavage — the division of an egg into cells, each of which has the potential of developing into a complete organism
  • 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.
  • international telegram — a telemessage sent from the UK to a foreign country
  • katharine meyer grahamKatharine Meyer, 1917–2001, U.S. newspaper publisher.
  • law enforcement agency — an organization responsible for enforcing the law, such as a police or sheriff department
  • league of women voters — a nonpartisan organization that works toward improving the political process: created in 1920 to inform women on public issues. Abbreviation: LWV.
  • 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.
  • 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.
  • message transfer agent — (messaging)   (MTA, Mail Transfer Agent) Any program responsible for delivering e-mail messages. Upon receiving a message from a Mail User Agent or another MTA, often by SMTP over the Internet, it stores it temporarily locally and analyses the recipients and delivers it to any local addressees and/or forwards it to other remote MTAs (routing) for delivery to remote recipients. In either case it may edit and/or add to the message headers. The most widely used MTA for Unix is sendmail, which communicates using SMTP.
  • miscarriage of justice — law: wrongful judgement
  • name service switching — Domain Name System
  • negative reinforcement — form of conditioning
  • 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.
  • nonmonetary advantages — the beneficial aspects of an employment, such as the stimulation of the work, attractiveness of the workplace, or its nearness to one's home, that do not reflect its financial remuneration
  • nonterminating decimal — a decimal numeral that does not end in an infinite sequence of zeros (contrasted with terminating decimal).
  • of the first magnitude — of the greatest importance
  • polymyalgia rheumatica — a chronic inflammatory disease, common among older persons, characterized by recurrent episodes of muscle pain and stiffness, sometimes leading to cardiovascular complications or blindness.
  • 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.
  • 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.
  • range of accommodation — the range of distance over which an object can be accurately focused on the retina by accommodation of the eye.
  • raster image processor — (application, printer)   (RIP) A device (usually hardware but can be software) that takes a Page Description Language description of a page and converts it into a bitmap for printing.
  • red-breasted merganser — a widely distributed merganser, Mergus serrator of America and Europe: family Anatidae
  • relationship marketing — a marketing strategy in which a company seeks to build long-term relationships with its customers by providing consistent satisfaction
  • resettlement programme — a scheme that helps refugees to be settled in another place
  • scalable sampling rate — (compression, standard, algorithm)   (SSR) See, e.g., MPEG-4 AAC SSR.
  • senior master sergeant — a noncommissioned officer ranking above a master sergeant and below a chief master sergeant. Abbreviation: SMSgt.
  • spherical trigonometry — the branch of trigonometry that deals with spherical triangles.
  • structured programming — the design and coding of programs by a methodology (top-down) that successively breaks problems into smaller, nested subunits.
  • subliminal advertising — a form of advertising on film or television that employs subliminal images to influence the viewer unconsciously
  • substantive agreements — collective agreements that regulate jobs, pay, and conditions
  • system account manager — (cryptography, operating system, security)   (SAM) A password database stored as a registry file in Windows NT and Windows 2000. The System Account Manager (SAM) database stores users' passwords in a hashed format. Since a hash function is one-way, this provides some measure of security for the storage of the passwords. In an attempt to enhance the security of the SAM database against offline cracking, Microsoft introduced the SYSKEY utility in Windows NT 4.0.
  • take something as read — to take something for granted as a fact; understand or presume
  • the grand remonstrance — the document prepared by the Long Parliament in 1640 listing the evils of the king's government, the abuses already rectified, and the reforms Parliament advocated
  • the marriage of figaro — Italian Le nozze di Figaro. an opera (1786) by Wolfgang Amadeus Mozart.
  • thermal imaging camera — a camera that can make infrared radiation visible
  • thermal imaging system — equipment providing images of a target, or of a person or thing under examination
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?