0%

22-letter words containing o, u, t, e, r

  • front of house manager — A front of house manager is responsible for the reception and reservations at a hotel.
  • genitourinary medicine — the branch of medical science concerned with the study and treatment of diseases of the genital and urinary organs, esp sexually transmitted diseases
  • geometric distribution — the distribution of the number, x, of independent trials required to obtain a first success: where the probability in each is p, the probability that x = r is p(1-p)r–1, where r = 1, 2, 3, …, with mean 1/p
  • give it up for someone — to applaud someone
  • glucose tolerance test — a diagnostic procedure in which a measured amount of glucose is ingested and blood samples are taken periodically as a means of detecting diabetes mellitus.
  • go through one's paces — to show one's abilities, skills, etc.
  • go through the motions — the action or process of moving or of changing place or position; movement.
  • government expenditure — the overall public spending carried out by the government
  • green around the gills — the respiratory organ of aquatic animals, as fish, that breathe oxygen dissolved in water.
  • gross domestic product — gross national product excluding payments on foreign investments. Abbreviation: GDP.
  • gross written premiums — Gross written premiums are the total revenue from a contract expected to be received by an insurer before deductions for reinsurance or ceding commissions.
  • group of seventy-seven — the developing countries of the world
  • guanosine triphosphate — GTP.
  • gulf of saint lawrence — a deep arm of the Atlantic off the E coast of Canada between Newfoundland and the mainland coasts of Quebec, New Brunswick, and Nova Scotia
  • gum bichromate process — a contact printing method in which the image is formed on a coating of sensitized gum containing a suitable colored pigment and potassium or ammonium dichromate.
  • heart is in your mouth — If your heart is in your mouth, you feel very excited, worried, or frightened.
  • highway contract route — a route for carrying mail over the highway between designated points, given on contract to a private carrier and often requiring, in rural areas, delivery to home mailboxes. Abbreviation: HCR.
  • hit the ground running — begin enthusiastically
  • hold the purse stringshold the purse strings, to have the power to determine how money shall be spent.
  • hue, saturation, value — (graphics)   (HSV) A colour model that describes colours in terms of hue (or "tint"), saturation (or "shade") and value (or "tone" or "luminance").
  • hundreds and thousands — tiny beads of brightly coloured sugar, used in decorating cakes, sweets, etc
  • hybrid multiprocessing — (parallel)   (HMP) The kind of multitasking which OS/2 supports. HMP provides some elements of symmetric multiprocessing, using add-on IBM software called MP/2. OS/2 SMP was planned for release in late 1993.
  • in (or out of) office — currently holding (or not holding) power or a particular position of authority
  • in on the ground floor — in at the beginning (of a business, etc.) and thus in an especially advantageous position
  • in one's birthday suit — naked; nude
  • in your wildest dreams — If you say that you could not imagine a particular thing in your wildest dreams, you are emphasizing that you think it is extremely strange or unlikely.
  • industrial archaeology — the study of past industrial machines, works, etc
  • industrialized country — a country characterized by industry on an extensive scale
  • 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.
  • interactive courseware — (ICW) A training program controlled by a computer that relies on trainee input to determine the order and pace of instruction delivery. The trainee advances through the sequence of instructional events by making decisions and selections. The instruction branches according to the trainee's responses. ICW is a US military term which includes computer-aided instruction and computer-based training.
  • intermetallic compound — a compound of two or more metals.
  • java community process — (project)   (JCP) An organization controlled by Sun Microsystems to further the growth of the Java language and runtime. The JCP produces standards called Java Standard Requests, which are "requests" in the same sense as RFCs.
  • judge advocate general — the chief legal officer of an army, navy, or air force.
  • junior sales associate — A junior sales associate is an inexperienced member of the sales staff, usually receiving training or supervised by more experienced staff.
  • just around the corner — in the next street
  • 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.
  • 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.
  • letter of introduction — a letter given by one person to another, as an introduction to a third party
  • linear induction motor — an electric motor in which a movable part moves in a straight line, with power being supplied by a varying magnetic field set up by a fixed part of the system, as a metal rail on the ground.
  • little lord fauntleroy — (italics) a children's novel (1886) by Frances H. Burnett.
  • lord justice of appeal — an ordinary judge of the Court of Appeal
  • lund software house ab — (company)   The company who produced Lund Simula. Address: Box 7056, S-22007 Lund, Sweden.
  • make one's mouth water — a transparent, odorless, tasteless liquid, a compound of hydrogen and oxygen, H 2 O, freezing at 32°F or 0°C and boiling at 212°F or 100°C, that in a more or less impure state constitutes rain, oceans, lakes, rivers, etc.: it contains 11.188 percent hydrogen and 88.812 percent oxygen, by weight.
  • manner of articulation — the degree of obstruction or the type of channel imposed upon the passage of air at a given place of articulation, as denoted by such categories as stop, fricative, nasal, and semivowel.
  • mcculloch-pitts neuron — (artificial intelligence)   The basic building block of artificial neural networks. It receives one or more inputs and produces one or more identical outputs, each of which is a simple non-linear function of the sum of the inputs to the neuron. The non-linear function is typically a threshhold or step function which is usually smoothed (i.e. a sigmoid) to facilitate learning.
  • 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.
  • miscarriage of justice — law: wrongful judgement
  • molecular distillation — a vacuum distillation in which the molecules of the distillate reach the condenser before colliding with one another.
  • mountain standard time — one of the standard times used in North America, seven hours behind Greenwich Mean Time
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?