0%

24-letter words containing i, m, u, n, o, e

  • a mixed bunch of flowers — a bunch of flowers of different, complementary, kinds
  • 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).
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • dynamic adaptive routing — Automatic rerouting of traffic based on analysis of current network conditions. This does not include routing decisions based on predefined information.
  • ecole normale superieure — (body)   (ENS) A higher education and research institution in Paris, France.
  • effective number of bits — (hardware)   (ENOB) An indication of the quality of an analog to digital converter. The measurement is related to the test frequency and the signal-to-noise ratio.
  • 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)
  • equine infectious anemia — swamp fever (def 2).
  • european investment bank — a financial institution of the European Union which is based in Luxembourg and which provides loans, especially to the less economically developed countries of the EU
  • 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.
  • family income supplement — a benefit formerly paid to low-income families
  • figure-ground phenomenon — the division of the perceptual field into background and objects that appear to stand out against it. The concept was evolved by the Gestalt psychologists, who invented ambiguous figures in which the same part could be seen either as figure or ground
  • get under someone's skin — to anger or irritate someone
  • give someone enough rope — a strong, thick line or cord, commonly one composed of twisted or braided strands of hemp, flax, or the like, or of wire or other material.
  • give something houseroom — to have or keep something in one's house
  • graduated pension scheme — (between 1961 and 1975) an earnings-related pension scheme which was based on the amount of an employee's National Insurance contributions

On this page, we collect all 24-letter words with I-M-U-N-O-E. 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-N-O-E 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?