0%

22-letter words containing a, m, y, o, t, n

  • absorption dynamometer — a device for measuring the torque or power of an engine in a process in which the energy supplied to the device by the engine is absorbed.
  • aerodynamic trajectory — the path of an object, as a rocket, when the air is dense enough to modify the course of flight significantly.
  • american bible society — a society founded in New York City in 1816 to bring about worldwide dissemination of the Bible.
  • 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.
  • carpal tunnel syndrome — a condition characterized by pain and tingling in the fingers, caused by pressure on a nerve as it passes under the ligament situated across the front of the wrist
  • central nervous system — Your central nervous system is the part of your nervous system that consists of the brain and spinal cord.
  • 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 analysis — the branch of mathematics concerned with the theory of enumeration, or combinations and permutations, in order to solve problems about the possibility of constructing arrangements of objects which satisfy specified conditions
  • 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
  • complementary medicine — the treatment, alleviation, or prevention of disease by such techniques as osteopathy, homeopathy, aromatherapy, and acupuncture, allied with attention to such factors as diet and emotional stability, which can affect a person's wellbeing
  • compulsory liquidation — the liquidation of a business in order to settle its debts
  • 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.
  • concurrent massey hope — (language, functional programming)   An extension of Massey Hope, by Peter Burgess, Robert Pointon, and Nigel Perry <[email protected]> of Massey University, NZ, that provides multithreading and typed inter-thread communication. It uses C for intermediate code rather than assembly language.
  • consummatory behaviour — any behaviour that leads directly to the satisfaction of an innate drive, e.g. eating or drinking
  • contract of employment — a written agreement between an employer and an employee, that, taken together with the rights of each under statute and common law, determines the employment relations between them
  • cytidine monophosphate — a nucleotide constituent of ribonucleic acids; a phosphoric acid ester of cytidine. Abbreviation: CMP.
  • dalton's atomic theory — the theory that matter consists of indivisible particles called atoms and that atoms of a given element are all identical and can neither be created nor destroyed. Compounds are formed by combination of atoms in simple ratios to give compound atoms (molecules). The theory was the basis of modern chemistry
  • 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.
  • disciplinary committee — a committee charged with examining alleged breaches of discipline within an organization, profession, etc and adjudicating on them
  • east african community — an association established in 1967 by Kenya, Uganda, and Tanzania to promote closer economic and social ties between member states: dissolved in 1977, but reformed in 1999, and joined in 2007 by Burundi and Rwanda
  • employers' association — a body of employers, usually from the same sector of the economy, associated to further the interests of member companies by conducting negotiations with trade unions, providing advice, making representations to other bodies, etc
  • endotrophic mycorrhiza — the most widespread and common type of mycorrhiza, in which the fungus lives within the cells of the roots of the plant
  • 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.
  • fallacy of composition — the fallacy of inferring that a property of parts or members of a whole is also a property of the whole (opposed to fallacy of division).
  • fetal alcohol syndrome — a pattern of birth defects caused by maternal consumption of alcohol during pregnancy: considered as one of the fetal alcohol spectrum disorders. Abbreviation: FAS.
  • 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
  • heart is in your mouth — If your heart is in your mouth, you feel very excited, worried, or frightened.
  • 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.
  • information technology — the development, implementation, and maintenance of computer hardware and software systems to organize and communicate information electronically. Abbreviation: IT.
  • intentionally homeless — without anywhere to leave because one has left accommodation voluntarily
  • 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.
  • ketamine hydrochloride — a powerful anesthetic, C13H16ClNO·HCl, used in surgery
  • knowledge-based system — (artificial intelligence)   (KBS) A program for extending and/or querying a knowledge base. The related term expert system is normally used to refer to a highly domain-specific type of KBS used for a specialised purpose such as medical diagnosis. The Cyc project is an example of a large KBS.
  • law enforcement agency — an organization responsible for enforcing the law, such as a police or sheriff department
  • make a monkey (out) of — to make appear foolish or laughable
  • management consultancy — a company of professionals who are employed to help an organization improve efficiency and performance
  • 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.
  • mother carey's chicken — any of various small petrels, especially the stormy petrel, Oceanites oceanicus.
  • motorcycle combination — a motorcycle with a sidecar attached
  • myalgic encephalopathy — a condition characterized by painful muscles, extreme fatigue, and general debility, sometimes occurring as a sequel to viral illness
  • nodal switching system — (NSS) Main routing nodes in the NSFnet backbone.
  • 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
  • oak processionary moth — a moth, (Thaumetopoea processionea), of the family Thaumetopoeidae, the larvae of which leave the communal shelter nightly for food in a V-shaped procession
  • overstay one's welcome — to stay (at a party, on a visit, etc), longer than pleases the host or hostess
  • parliamentary election — an election to select the members of a national parliament
  • planetary transmission — A planetary transmission is a special form of geared drive in which the input and output shafts are on the same axis.

On this page, we collect all 22-letter words with A-M-Y-O-T-N. 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-M-Y-O-T-N 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?