0%

24-letter words containing c, o, m, p

  • a licence to print money — If you describe a commercial activity as a licence to print money, you mean that it allows people to gain a lot of money with little effort or responsibility.
  • almost periodic function — a function that repeats its values approximately at almost equally spaced intervals of its domain.
  • appropriations committee — a committee dealing with appropriations
  • atanasoff-berry computer — (computer)   (ABC) An early design for a binary calculator, one of the predecessors of the digital computer. The ABC was partially constructed between 1937 and 1942 by Dr. John Vincent Atanasoff and Clifford Berry at Iowa State College. As well as binary arithmetic, it incorporated regenerative memory, parallel processing, and separation of memory and computing functions. The electronic parts were mounted on a rotating drum, making it hybrid electronic/electromechanical. It was designed to handle only a single type of mathematical problem and was not automated. The results of a single calculation cycle had to be retrieved by a human operator, and fed back into the machine with all new instructions, to perform complex operations. It lacked any serious form of logical control or conditional statements. Atanasoff's patent application was denied because he never have a completed, working product. Ideas from the ABC were used in the design of ENIAC (1943-1946).
  • 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.
  • automatic repeat request — (communications)   (ARQ) A modem error control protocol in which the receiver asks the transmitter to resend corrupted data.
  • 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.
  • body dysmorphic disorder — a psychological disorder characterized by a strong feeling that one's appearance or health would be improved by the removal of a healthy body part
  • 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.
  • campbell-stokes recorder — an instrument for recording hours of sunshine per day, consisting of a solid glass sphere that focuses rays of sunlight onto a light-sensitive card on which a line is burnt
  • 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).
  • cerebrospinal meningitis — an acute infectious form of meningitis caused by the bacterium Neisseria meningitidis, characterized by high fever, skin rash, delirium, stupor, and sometimes coma
  • command-line interpreter — command interpreter
  • common program interface — (programming)   (CPI) The API of SAA.
  • 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.
  • compact disc interactive — (storage)   (CD-i) An embedded application of CD-ROM allowing the user limited interaction with films, games and educational applications via a special controller.
  • compact fluorescent lamp — A compact fluorescent lamp is a small fluorescent lamp (= a tubular light bulb coated with phosphor which produces a bright light) that has a lamp life that is much longer than incandescent lamps.
  • compensatory lengthening — the lengthening of a vowel when a following consonant is weakened or lost, as the change from Old English niht [nikht] /nɪxt/ (Show IPA) to night [nahyt] /naɪt/ (Show IPA) with loss of [kh] /x/ (Show IPA) and lengthening of [i] /ɪ/ (Show IPA) to a vowel that eventually became [ahy] /aɪ/ (Show IPA).
  • compiler target language — (CTL) The intermediate language used by the ALICE parallel machine.
  • complement fixation test — a serological test for detecting the presence of a specific antibody or antigen, used in the diagnosis of syphilis, etc
  • complement-fixation test — a test for diagnosing an infectious disease by detecting the presence of antibody in the blood, based on the fixing of a known quantity of complement to the antigen being tested and the specific antibody that combines with it. Abbreviation: CFT.
  • complementary wavelength — the wavelength of monochromatic light that could be mixed in suitable proportions with a given coloured light so as to produce some specified achromatic light
  • completely regular space — a topological space in which, for every point and a closed set not containing the point, there is a continuous function that has value 0 at the given point and value 1 at each point in the closed set.
  • complexometric titration — a titration in which a coloured complex is formed, usually by the use of a chelating agent, such as EDTA, the end point being marked by a sharp decrease in the concentration of free metal ions
  • compressed petroleum gas — a gas liquefied by compression, consisting of flammable hydrocarbons, as propane and butane, obtained as a by-product from the refining of petroleum or from natural gas: used chiefly as a domestic fuel in rural areas, as an industrial and motor fuel, and in organic synthesis, especially of synthetic rubber.
  • 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).
  • condensed matter physics — the branch of physics that deals with the macroscopic physical properties of matter, especially solids; the study of the electromagnetic, structural, and thermodynamic properties of solids.
  • condensed-matter physics — the branch of physics that deals with the macroscopic physical properties of matter, especially solids; the study of the electromagnetic, structural, and thermodynamic properties of solids.
  • 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.
  • crime prevention officer — a member of the police who advises the public on how best to avoid crimes, esp being burgled
  • decision support systems — (application, tool)   (DSS) Software tools to help with decision support.
  • detoxification programme — a programme of treatment for alcoholism or drug addiction
  • developmental psychology — a branch of psychology that studies changes in human behavior from early life to death.
  • 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.
  • dicyclopentadienyl metal — ferrocene (def 2).
  • digital compact cassette — a magnetic tape cassette on which sound can be recorded in a digital format
  • diphenylaminechlorarsine — adamsite.
  • 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.
  • 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.
  • 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.
  • family income supplement — a benefit formerly paid to low-income families

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