0%

22-letter words containing t, o, y, i, n, g

  • aggressive accountancy — the falsification of a company's accounts to give an unduly favourable impression of its financial position
  • alternative technology — a form of technology that challenges conventional technology, often being promoted as more in harmony with nature
  • ankylosing spondylitis — inflammation of the spine causing two or more vertebrae to become fused
  • 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.
  • 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.
  • 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.
  • debt collection agency — a company that collects debts on behalf of creditors
  • 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.
  • educational psychology — a branch of psychology concerned with developing effective educational techniques and dealing with psychological problems in schools.
  • educational technology — the use of technology, such as computers, within education, to aid the learning process
  • 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
  • greystone technologies — (company)   The producers of the GT/M MUMPS compiler and GT/SQL pre-processor for VAX and DEC Alpha.
  • 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.
  • holy day of obligation — a day on which Roman Catholics are duty-bound to attend Mass and abstain from certain kinds of work.
  • 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.
  • hydrogen embrittlement — the weakening of metal by the sorption of hydrogen during a pickling process, such as that used in plating
  • 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.
  • lady's not for burning — a verse play (1948) by Christopher Fry.
  • 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.
  • 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.
  • obligational authority — the necessary authority that precedes budget spending by a government agency or department, granted by Congress through appropriations.
  • obtaining by deception — the offence of dishonestly obtaining the property of another by some deception or misrepresentation of facts
  • otorhinolaryngological — of or relating to the medical practice involving the ear, nose, and throat.
  • 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.
  • 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
  • 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.
  • reconstructive surgery — the restoration of appearance and function following injury or disease, or the correction of congenital defects, using the techniques of plastic surgery.
  • rocky mountain bighorn — bighorn.
  • spherical trigonometry — the branch of trigonometry that deals with spherical triangles.
  • synchronic linguistics — the branch of linguistics that analyzes the structure of a language or languages as static, at a given point in their history
  • university of michigan — (body, education)   A large cosmopolitan university in the Midwest USA. Over 50000 students are enrolled at the University of Michigan's three campuses. The students come from 50 states and over 100 foreign countries. 70% of the University's students graduated in the top 10% of their high school class. 90% rank in the top 20% of their high school class. 60% of the students receive financial aid. The main Ann Arbor Campus lies in the Huron River valley, 40 miles west of Detroit. The campus boasts 2700 acres with 200 buildings, six million volumes in 23 libraries, nine museums, seven hospitals, hundreds of laboratories and institutes, and over 18000 microcomputers.
  • university of nijmegen — (body, education)   Katholieke University of Nijmegen (KUN), Nijmegen, the Netherlands. KUN's Computing Science Institute. is known for the Clean, Comma, Communicating Functional Processes, and GLASS projects.
  • voluntary organization — an organization that is composed of or functions with the aid of volunteers and which provides aid or services to individuals, groups or countries

On this page, we collect all 22-letter words with T-O-Y-I-N-G. It’s easy to find right word with a certain length. It is the easiest way to find 22-letter word that contains in T-O-Y-I-N-G 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?