0%

23-letter words containing m, o, i, r

  • comparative advertising — a form of advertising in which a product is compared favourably with similar products on the market
  • comparative linguistics — the study of the correspondences between languages that have a common origin.
  • composite colour signal — a colour television signal in which luminance and two chrominance components are encoded into a single signal
  • computer-aided learning — Computer-Aided Instruction
  • computer-based training — Computer-Aided Instruction
  • computerized tomography — a radiological technique that produces images of cross sections through a patient's body using low levels of radiation
  • conformational analysis — the study of the spatial arrangement of atoms or groups of atoms in a molecule and the way in which this influences chemical behaviour
  • conjunctive normal form — (logic)   (CNF) A logical formula consisting of a conjunction of disjunctions of terms where no disjunction contains a conjunction. Such a formula might also be described as a product of sums. E.g. the CNF of (A and B) or C is (A or C) and (B or C). Contrast Disjunctive Normal Form.
  • constitutional monarchy — a monarchy governed according to a constitution that limits and defines the powers of the sovereign
  • constructive cost model — (programming)   (COCOMO) A method for estimating the cost of a software package, proposed by Dr Barry Boehm. The Basic COCOMO Model estimates the effort required to develop software in three modes of development (Organic Mode, Semidetached Mode, or Embedded Mode) using only DSIs as an input. The Basic model is good for quick estimates. The Intermediate Model extends the Basic Model with an Effort Adjustment Factor (EAF) and different coefficients for the effort equation. The user supplies settings for cost drivers that determine the effort and duration of the software projects. It also allows DSI values and cost drivers to be chosen for individual components instead of for the system as a whole. The Detailed COCOMO Model uses effort multipliers for each phase of the project and provides a three-level product hierarchy and has some other capabilities such as a procedure for adjusting the phase distribution of the development schedule.
  • cordillera de talamanca — a mountain range running SE from central Costa Rica to W Panama.
  • correct me if i'm wrong — You say 'correct me if I'm wrong' to indicate that you are not entirely sure that what you are about to say is true.
  • criminal records bureau — (in England and Wales) a service offering employers and voluntary organizations access to police, health, and education records
  • cryptococcal meningitis — a form of meningitis resulting from opportunistic infection by a cryptococcus fungus, occurring in persons who are immunodeficient.
  • cut sb's umbilical cord — If you say that one person, organization, or country has cut its umbilical cord with another, you mean that they have done something that makes them more independent.
  • dacryocystorhinostomies — Plural form of dacryocystorhinostomy.
  • dark-field illumination — illumination of the field of a microscope from the side so that the specimen is viewed against a dark background
  • de-compartmentalization — to divide into categories or compartments.
  • decision support system — a system in which one or more computers and computer programs assist in decision-making by providing information
  • department of education — the department of the U.S. federal government that administers federal programs dealing with education: created in 1979, largely by transfer from part of the former Department of Health, Education, and Welfare. Abbreviation: ED.
  • deterministic automaton — (theory)   A finite-state automaton in which the overall course of the computation is completely determined by the program, the starting state, and the initial inputs. The class of problems solvable by such automata is the class P (see polynomial-time algorithm).
  • development environment — (programming, tool)   An integrated suite of tools to aid the development of software in a particular language or for a particular application. Usually, this consists of a compiler and editor and may also include one or more of a debugger, profiler, and source code manager. See also: IDE.
  • diamondback rattlesnake — either of two large, highly venomous rattlesnakes of the genus Crotalus, having diamond-shaped markings on the back.
  • dichlorodifluoromethane — a colourless nonflammable gas easily liquefied by pressure: used as a propellant in aerosols and fire extinguishers and as a refrigerant. Formula: CCl2F2
  • dictionary of computing — Free On-line Dictionary of Computing
  • differentiable manifold — a manifold having the property that any two overlapping open sets are homeomorphic to locally Euclidean spaces whose coordinates are related by differentiable functions, a property with wide applications in mathematical physics and differential geometry.
  • differential compaction — differences in the extent to which sediment is compacted owing to topographic irregularities of the surface on which it is deposited.
  • direct primary election — a preliminary election at which candidates for public office are chosen by direct vote of the people instead of by delegates at a convention: in closed primary elections voters must declare party affiliation and may vote only for candidates of their party
  • discrimination learning — a learning process in which an organism learns to react differently to different stimuli
  • disjunctive normal form — (DNF) A logical formula consisting of a disjunction of conjunctions where no conjunction contains a disjunction. E.g. the DNF of (A or B) and C is (A and C) or (B and C).
  • dissociate oneself from — to deny or repudiate any connection with
  • do someone's dirty work — To do someone's dirty work means to do a task for them that is dishonest or unpleasant and which they do not want to do themselves.
  • draw/make a distinction — If you draw a distinction or make a distinction, you say that two things are different.
  • drawing exchange format — (DXF) A file format for graphical information, similar to IGES. Commonly used by CAD systems like AutoCAD.
  • drop into someone's lap — to cause to be someone's responsibility
  • dual sensory impairment — the condition of being affected by sight and hearing loss
  • electronic mail address — (messaging)   (Usually "e-mail address") The string used to specify the source or destination of an electronic mail message. E.g. "[email protected]". The RFC 822 standard is probably the most widely used on the Internet. X.400 was once used in Europe and Canada. UUCP-style (bang path) addresses or other kinds of source route became virtually extinct in the 1990s. In the example above, "john" is the local part which is the name of a mailbox on the destination computer. If the sender and recipient use the same computer, or the same LAN, for electronic mail then the local part is usually all that is required. If they use different computers, e.g. they work at different companies or use different Internet service providers, then the "host part", e.g. "sales.acme.com" must be appended after an "@". This usually takes the form of a fully qualified domain name or, within a large organisation, it may be just the hostname part, e.g. "sales". The destination computer named by the host part is usually a server of some kind rather than an individual's workstation or PC. The user's mail is stored on the server and read later via client mail software running on the user's computer. Large organisations, such as universities will often set up a global alias directory which maps a simple user name such as "jsmith" to an address which contains more information such as "[email protected]". This hides the detailed knowledge of where the message will be delivered from the sender, making it much easier to redirect mail if a user leaves or moves to a different department for example.
  • embarrassment of riches — If you say that someone has an embarrassment of riches, you mean that they have so many good things that these things are a problem.
  • endorsement advertising — the practice of saying that you approve of a company or product by appearing in advertisements for it
  • error correcting memory — (storage)   (ECM) RAM using some kind of error detection and correction (EDAC) scheme. The two types of memory errors in RAM (especially DRAM) are "soft" errors due to radiation-induced bit switching, and "hard" errors due to the unexpected deterioration of a memory chip. Soft errors do not indicate lasting damage to the memory board, but they do corrupt programs or data. Hard errors demand physical repairs. Single bit memory failures are the most common. A hard single bit failure, such as that caused by a completely dead chip can be corrected by EDAC if each chip supplies only one bit of each word. EDAC memory is the most common level of protection for minicomputers and mainframes whereas the cheaper parity protection is more common in microcomputers.
  • european monetary union — the agreement between members of the European Union to establish a common currency. The current participating members are Austria, Belgium, Finland, France, Germany, Greece, Ireland, Italy, Luxembourg, the Netherlands, Portugal, and Spain
  • experimental psychology — the scientific study of the individual behaviour of man and other animals, esp of perception, learning, memory, motor skills, and thinking
  • extrinsic semiconductor — a semiconductor into which a doping agent has been introduced, giving it different electrical properties than the intrinsic semiconductor
  • fear-driven development — (jargon, humour)   When project management adds more pressure (fires someone or something). A play on test-driven development.
  • ferric ammonium oxalate — a green, crystalline, water-soluble, synthetically produced powder, (NH 4) 3 Fe(C 2 O 4) 3 ⋅3H 2 O, used chiefly in the manufacture of blueprint paper.
  • fiddle while rome burns — If you say that someone is fiddling while Rome burns, you mean that they are not dealing with a difficult or dangerous situation but instead are doing useless things or pretending that nothing is wrong.
  • fifth marquis lansdowneHenry Charles Keith, 5th Marquis of Lansdowne, Lansdowne, 5th Marquis of.
  • finite impulse response — (electronics, DSP)   (FIR) A type of digital signal filter, in which every sample of output is the weighted sum of past and current samples of input, using only some finite number of past samples.
  • first come first served — You say 'first come first served' to indicate that a group of people or things will be dealt with or given something in the order in which they arrive.
  • flow-matic or flowmatic — (Originally B-0) Possibly the first English-like DP language. Developed at Remington Rand in 1958 for the UNIVAC I.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?