0%

24-letter words containing i, m, u

  • a manufacturing language — (language, robotics)   (AML) A high-level language developed by IBM in the 1980s for industrial robots.
  • a mixed bunch of flowers — a bunch of flowers of different, complementary, kinds
  • 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.
  • affirming the consequent — the fallacy of inferring the antecedent of a conditional sentence, given the truth of the conditional and its consequent, as if John is six feet tall, he's more than five feet: he's more than five feet so he's six feet
  • 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.
  • autism spectrum disorder — any of various disorders, as autism and Asperger syndrome, commonly manifesting in early childhood and characterized by impaired social or communication skills, repetitive behaviors, or a restricted range of interests.
  • 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 repeat request — (communications)   (ARQ) A modem error control protocol in which the receiver asks the transmitter to resend corrupted data.
  • automatic-teller machine — automated-teller machine.
  • autonomic nervous system — the section of the nervous system of vertebrates that controls the involuntary actions of the smooth muscles, heart, and glands. It has two divisions: the sympathetic and the parasympathetic
  • 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.
  • be a bear for punishment — to be able to withstand much rough treatment; be rugged, tough, determined, etc.
  • 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.
  • bring someone to justice — If a criminal is brought to justice, he or she is punished for a crime by being arrested and tried in a court of law.
  • 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.
  • caeremoniale episcoporum — the liturgical book, used by bishops, containing regulations and prescriptions that are authoritative in matters not covered in the missal or other service books.
  • 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).
  • chronic fatigue syndrome — Chronic fatigue syndrome is an illness that is thought to be caused by a virus, and which affects people for a long period of time. Its symptoms include tiredness and aching muscles. The abbreviation CFS is often used.
  • communications satellite — an artificial satellite used to relay radio, television, and telephone signals around the earth, usually in geostationary orbit
  • communicative competence — a speaker's internalized knowledge both of the grammatical rules of a language and of the rules for appropriate use in social contexts.
  • 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.
  • computer-assisted makeup — pagination (def 4a).
  • conductometric titration — titration in which the end point is determined by measuring the resistance of the solution to an electric current that is passed through it.
  • configuration management — (job, system management)   A discipline applying technical and administrative controls to identifying, documentating and reporting on configuration items, their physical and functional characteristics and changes to characteristics of those configuration items.
  • conjunctive eye movement — any movement of both eyes in the same direction
  • conservation of momentum — the principle that the total linear or angular momentum in any isolated system is constant, provided that no external force is applied
  • 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.
  • cut someone to the quick — to hurt someone's feelings deeply; offend gravely
  • 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
  • decision support systems — (application, tool)   (DSS) Software tools to help with decision support.
  • dibasic sodium phosphate — sodium phosphate (def 2).
  • dibasic-sodium-phosphate — Also called monobasic sodium phosphate. a white, crystalline, slightly hygroscopic, water-soluble powder, NaH 2 PO 4 , used chiefly in dyeing and in electroplating.
  • display screen equipment — Visual Display Unit
  • document type definition — (text, standard)   (DTD) The definition of a document type in SGML or XML, consisting of a set of mark-up tags and their interpretation.
  • domain-specific language — (language)   A machine-processable language whose terms are derived from a domain model and that is used for the definition of components or software architectures supporting that domain. A domain-specific language is often used as input to an application generator.
  • 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
  • dutch west india company — a Dutch merchant company chartered in 1621 to carry on trade with Africa, the West Indies, North and South America, and Australia.

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