0%

24-letter words containing m, u, l, t, i

  • a manufacturing language — (language, robotics)   (AML) A high-level language developed by IBM in the 1980s for industrial robots.
  • administrative-law judge — an official of a federal or state agency who hears, weighs, and decides on evidence in administrative proceedings, and makes recommendations for any necessary legal action.
  • almost periodic function — a function that repeats its values approximately at almost equally spaced intervals of its domain.
  • ammonium chromic sulfate — chrome alum (def 1).
  • austin kyoto common lisp — (language)   (AKCL) A collection of ports, bug fixes, and performance improvements to KCL by William Schelter <[email protected]>, <[email protected]>, University of Texas. Version 1-615 includes ports to Decstation 3100, HP9000/300, i386/Sys V, IBM-PS2/AIX, IBM-RT/AIX, SGI, Sun-3/Sunos 3 or 4, Sun-4, Sequent Symmetry, IBM370/AIX, VAX/BSD VAX/Ultrix, NeXT.
  • automated teller machine — a computerized cash dispenser
  • automated-teller machine — an electronic banking machine that dispenses cash, accepts deposits, and performs other services when a customer inserts a plastic card and pushes the proper coded buttons. Abbreviation: ATM.
  • automatic-teller machine — automated-teller machine.
  • avian pneumoencephalitis — Newcastle disease.
  • azimuthal quantum number — the quantum number that designates the orbital angular momentum of a particular quantum state of an electron in an atom and that assumes integral values from zero to one less than the value of the principal quantum number.
  • bacillus calmette-guerin — a weakened strain of the tubercle bacillus, Mycobacterium bovis, used in the preparation of BCG vaccine.
  • backup domain controller — (networking)   (BDC) A server in a network of Microsoft Windows computers that maintains a copy of the SAM database and handles access requests that the Primary Domain Controller (PDC) doesn't respond to. There may be zero or more BDCs in a network. They increase reliability and reduce load on the PDC.
  • basic multilingual plane — (text, standard)   (BMP) The first plane defined in Unicode/ISO 10646, designed to include all scripts in active modern use. The BMP currently includes the Latin, Greek, Cyrillic, Devangari, hiragana, katakana, and Cherokee scripts, among others, and a large body of mathematical, APL-related, and other miscellaneous characters. Most of the Han ideographs in current use are present in the BMP, but due to the large number of ideographs, many were placed in the Supplementary Ideographic Plane.
  • bottom-up implementation — (programming)   The opposite of top-down design. It is now received wisdom in most programming cultures that it is best to design from higher levels of abstraction down to lower, specifying sequences of action in increasing detail until you get to actual code. Hackers often find (especially in exploratory designs that cannot be closely specified in advance) that it works best to *build* things in the opposite order, by writing and testing a clean set of primitive operations and then knitting them together.
  • browning automatic rifle — an air-cooled, fully automatic rifle capable of firing 200 to 350 rounds per minute. Abbreviation: BAR.
  • bull information systems — (company)   A multinational I.T. group based in Europe with 21,000 people and operations in more than 85 countries. In 1997, Bull earned revenues of over $4 billion, including over 65% outside of France, its country of origin. The company is ranked as the third largest systems integrator in Europe.
  • business systems analyst — (job)   A person who works directly with management and users to analyse, specify, and design business applications. The Business Systems Analyst develops detailed functional, system, and program specifications using structured design methodologies and CASE tools. He must have strong business sense and communications skills. He works with both the information systems team and the strategic planning business group.
  • cellular multiprocessing — (architecture, parallel)   (CMP) The partitioning of processors into separate computing environments running different operating systems. The term cellular multiprocessing appears to have been coined by Unisys, who are developing a system where computers communicate as clustered machines through a high speed bus, rather than through communication protocols such as TCP/IP. The Unisys system is based on Intel processors, initially the Pentium II Xeon and moving on to the 64-bit Merced processors later in 1999. It will be scalable from four up to 32 processors, which can be clustered or partitioned in various ways. For example a sixteen processor system could be configured as four Windows NT systems (each functioning as a four-processor symmetric multiprocessing system), or an 8-way NT and 8-way Unix system. Supported operating systems will be Windows NT, SCO's Unixware 7.0, Unisys' SVR4 Unix and possibly the OS2200 and MCP-AS mainframe operating systems (with the assistance of Unisys' own dedicated chipset).
  • communications satellite — an artificial satellite used to relay radio, television, and telephone signals around the earth, usually in geostationary orbit
  • compiler target language — (CTL) The intermediate language used by the ALICE parallel machine.
  • computational complexity — (algorithm)   The number of steps or arithmetic operations required to solve a computational problem. One of the three kinds of complexity.
  • computer design language — (language)   An ALGOL-like language for computer design.
  • cooperative multitasking — (parallel, operating system)   A form of multitasking where it is the responsibility of the currently running task to give up the processor to allow other tasks to run. This contrasts with pre-emptive multitasking where the task scheduler periodically suspends the running task and restarts another. Cooperative multitasking requires the programmer to place calls at suitable points in his code to allow his task to be descheduled which is not always easy if there is no obvious top-level main loop or some routines run for a long time. If a task does not allow itself to be descheduled all other tasks on the system will appear to "freeze" and will not respond to user action. The advantage of cooperative multitasking is that the programmer knows where the program will be descheduled and can make sure that this will not cause unwanted interaction with other processes. Under pre-emptive multitasking, the scheduler must ensure that sufficient state for each process is saved and restored that they will not interfere. Thus cooperative multitasking can have lower overheads than pre-emptive multitasking because of the greater control it offers over when a task may be descheduled. Cooperative multitasking is used in RISC OS, Microsoft Windows and Macintosh System 7.
  • dead white european male — a man whose importance and talents may have been exaggerated because he belonged to a historically dominant gender and ethnic group
  • display screen equipment — Visual Display Unit
  • domestic relations court — in some states, a court with jurisdiction over matters involving relations within the family or household, as between husband and wife or parent and child
  • domestic-relations court — court of domestic relations.
  • ductal carcinoma in situ — a form of breast cancer originating in the breast itself rather than spreading from another site
  • edetate calcium disodium — a chelating agent, C 10 H 12 CaN 2 Na 2 O 8 , used in medicine to treat lead poisoning.
  • electromagnetic spectrum — the complete range of electromagnetic radiation from the longest radio waves (wavelength 105 metres) to the shortest gamma radiation (wavelength 10–13 metre)
  • evolutionary computation — Computer-based problem solving systems that use computational models of evolutionary processes as the key elements in design and implementation. A number of evolutionary computational models have been proposed, including evolutionary algorithms, genetic algorithms, the evolution strategy, evolutionary programming, and artificial life.
  • evolutionary programming — (EP) A stochastic optimisation strategy originally conceived by Lawrence J. Fogel in 1960. An initially random population of individuals (trial solutions) is created. Mutations are then applied to each individual to create new individuals. Mutations vary in the severity of their effect on the behaviour of the individual. The new individuals are then compared in a "tournament" to select which should survive to form the new population. EP is similar to a genetic algorithm, but models only the behavioural linkage between parents and their offspring, rather than seeking to emulate specific genetic operators from nature such as the encoding of behaviour in a genome and recombination by genetic crossover. EP is also similar to an evolution strategy (ES) although the two approaches developed independently. In EP, selection is by comparison with a randomly chosen set of other individuals whereas ES typically uses deterministic selection in which the worst individuals are purged from the population.
  • extremely high frequency — a radio frequency between 30 000 and 300 000 megahertz
  • family income supplement — a benefit formerly paid to low-income families
  • guaranteed annual income — Also called guaranteed income. compensation provided by the government to any family or individual whose annual income falls below a specified level.
  • human potential movement — a movement in psychology that includes group therapy, encounter therapy, primal therapy, etc., is based mainly on Freudian and Gestalt psychology, and is aimed at self-realization
  • i don't mind telling you — You can say 'I don't mind telling you' to emphasize the statement you are making.
  • i wouldn't doubt someone — I would expect nothing else from someone
  • infectious mononucleosis — an acute, infectious form of mononucleosis associated with Epstein-Barr virus, characterized by sudden fever and a benign swelling of lymph nodes.
  • internal auditory meatus — the canal extending through the petrous portion of the temporal bone, through which the glossopharyngeal nerve, the facial nerve, and the auditory nerve and artery pass.
  • involuntary manslaughter — the unlawful but unintentional killing of a human being
  • involutional melancholia — (formerly) extreme depression related to menopause or, less frequently, the male climacteric.
  • katmai national monument — an area of natural wilderness in SW Alaska around the Valley of Ten Thousand Smokes, a volcanic region with numerous fumaroles; gained natural park status in 1980
  • komi autonomous republic — an autonomous republic in the NW Russian Federation in Europe. 145,221 sq. mi. (376,122 sq. km). Capital: Syktyvkar.
  • lab for computer science — MIT. http://lcs.mit.edu/.
  • lady washington geranium — show geranium.
  • land of the midnight sun — any of those countries containing land within the Arctic Circle where there is a midnight sun in midsummer, especially Norway, Sweden, or Finland.
  • leave much to be desired — be inadequate
  • linear (induction) motor — an electric motor that produces thrust in a direct line, as distinguished from the rotary motion produced by a rotary engine, by the interaction of a moving magnetic field and the current induced by the field
  • liquid components of gas — Liquid components of gas are associated hydrocarbons in natural gas, which include ethane, propane, and butane.

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