0%

22-letter words containing a, n, g, r, y

  • accident and emergency — The accident and emergency is the room or department in a hospital where people who have severe injuries or sudden illness are taken for emergency treatment. The abbreviation A & E is also used.
  • aggressive accountancy — the falsification of a company's accounts to give an unduly favourable impression of its financial position
  • alternate reality game — a type of multimedia game for multiple players that takes place in real time and evolves according to decisions taken by the players rather than by a programmer
  • alternative technology — a form of technology that challenges conventional technology, often being promoted as more in harmony with nature
  • annotated bibliography — list of reference works
  • arseniuretted hydrogen — arsine (def 1).
  • bankruptcy proceedings — the legal business of a bankruptcy case
  • basic operating system — (operating system)   (BOS) An early [when?] IBM operating system. According to folklore, BOS was the predecessor to TOS on the IBM 360 and it was IPL'd from a card reader. It may have been intended for very small 360's with no disks and limited tape drives. BOS died out really early [when?] as disks such as the 2311 and 2314 became common with the IBM 360, whereas disks had been a real luxury on the IBM 7090.
  • book of original entry — a book in which transactions are recorded before being transferred into a ledger.
  • bridge of san luis rey — a novel (1927) by Thornton Wilder.
  • ceramic pin grid array — (hardware, processor)   (CPGA) A form of Pin Grid Array package used by Cyrix III processors. Compare PPGA and FC-PGA.
  • challenge to the array — an objection by counsel to the whole panel of jurors called to a trial
  • charity begins at home — If you say charity begins at home, you mean that people should deal with the needs of people close to them before they think about helping others.
  • combinatorial topology — the branch of topology that deals with the properties of geometric figures by considering the figures as being composed of elementary geometric figures, as points or lines.
  • company sergeant major — the senior Warrant Officer II in a British or Commonwealth regiment or battalion, responsible under the company second in command for all aspects of duty and discipline of the NCOs and men in that subunit
  • computational geometry — (mathematics)   The study of algorithms for combinatorial, topological, and metric problems concerning sets of points, typically in Euclidean space. Representative areas of research include geometric search, convexity, proximity, intersection, and linear programming.
  • conservation of energy — the principle that the total energy of any isolated system is constant and independent of any changes occurring within the system
  • contingent beneficiary — a person who becomes the beneficiary if the primary beneficiary dies or is otherwise disqualified.
  • crime against humanity — repeated actions undertaken by, or condoned by, a government, deemed to infringe human dignity and safety, such as rape, torture, murder, etc
  • cut a long story short — to leave out details in a narration
  • delaunay triangulation — (mathematics, graphics)   (After B. Delaunay) For a set S of points in the Euclidean plane, the unique triangulation DT(S) of S such that no point in S is inside the circumcircle of any triangle in DT(S). DT(S) is the dual of the voronoi diagram of S.
  • digital control system — (systems)   (DCS) A digital computer used for real-time control of a dynamic system, usually in an industrial environment, possibly as part of a Supervisory Control and Data Acquisition (SCADA) system. A DCS samples feedback from the system under control and modifies the control signals in an attempt to achieve some desired behaviour. Analysis of such digital-analogue feedback systems can involve mathematical methods such as difference equations, Laplace transforms, z transfer functions, state space models and state transition matrices.
  • directory system agent — (DSA) The software that provides the X.500 Directory Service for a portion of the directory information base. Generally, each DSA is responsible for the directory information for a single organisation or organisational unit.
  • draft-quality printing — low-quality, high-speed output in printed form from a printer linked to a word processor
  • electroencephalography — The measurement of electrical activity in different parts of the brain and the recording of such activity as a visual trace (on paper or on an oscilloscope screen).
  • emergency road service — a form of motoring insurance that sends assistance to drivers when their vehicles break down on a journey; it is provided either by the national or regional automobile association or by a private insurance company
  • evolutionary algorithm — (EA) An algorithm which incorporates aspects of natural selection or survival of the fittest. An evolutionary algorithm maintains a population of structures (usually randomly generated initially), that evolves according to rules of selection, recombination, mutation and survival, referred to as genetic operators. A shared "environment" determines the fitness or performance of each individual in the population. The fittest individuals are more likely to be selected for reproduction (retention or duplication), while recombination and mutation modify those individuals, yielding potentially superior ones. EAs are one kind of evolutionary computation and differ from genetic algorithms. A GA generates each individual from some encoded form known as a "chromosome" and it is these which are combined or mutated to breed new individuals. EAs are useful for optimisation when other techniques such as gradient descent or direct, analytical discovery are not possible. Combinatoric and real-valued function optimisation in which the optimisation surface or fitness landscape is "rugged", possessing many locally optimal solutions, are well suited for evolutionary algorithms.
  • fall prey to something — To fall prey to something bad means to be taken over or affected by it.
  • 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
  • get a word in edgeways — to succeed in interrupting a conversation in which someone else is talking incessantly
  • glossopharyngeal nerve — either of the ninth pair of cranial nerves, consisting of motor fibers that innervate the muscles of the pharynx, the soft palate, and the parotid glands, and of sensory fibers that conduct impulses to the brain from the pharynx, the middle ear, and the posterior third of the tongue.
  • grand duchy of muscovy — Muscovy (def 1).
  • graph rewriting system — An extension of a term rewriting system which uses graph reduction on terms represented by directed graphs to avoid duplication of work by sharing expressions.
  • graphical display unit — an output device incorporating a cathode ray tube on which both line drawings and text can be displayed. It is usually used in conjunction with a light pen to input or reposition data
  • hermann-mauguin symbol — a notation for indicating a particular point group.
  • 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.
  • industrial archaeology — the study of past industrial machines, works, etc
  • information technology — the development, implementation, and maintenance of computer hardware and software systems to organize and communicate information electronically. Abbreviation: IT.
  • katharine meyer grahamKatharine Meyer, 1917–2001, U.S. newspaper publisher.
  • 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.
  • lady's not for burning — a verse play (1948) by Christopher Fry.
  • law enforcement agency — an organization responsible for enforcing the law, such as a police or sheriff department
  • manufacturing industry — the industry of manufacturing goods from raw materials
  • 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.
  • monday morning disease — azoturia (def 2).
  • 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
  • obligational authority — the necessary authority that precedes budget spending by a government agency or department, granted by Congress through appropriations.
  • on a wing and a prayer — with only the slightest hope of succeeding

On this page, we collect all 22-letter words with A-N-G-R-Y. It’s easy to find right word with a certain length. It is the easiest way to find 22-letter word that contains in A-N-G-R-Y to use in Scrabble or Crossword puzzles

Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?