0%

21-letter words containing a, c, t, o, n, e

  • lexical decision task — an experimental task in which subjects have to decide as fast as possible whether a given letter string is a word
  • line of communication — a means by which information may be transmitted from one person to another
  • macintosh file system — (file system)   A file on the Macintosh consists of two parts, called forks. The "data fork" contains the data which would normally be stored in the file on other operating systems. The "resource fork" contains a collection of arbitrary attribute/value pairs, including program segments, icon bitmaps, and parametric values. Yet more information regarding Macintosh files is stored by the Finder in a hidden file, called the "Desktop Database". Because of the complications in storing different parts of a Macintosh file in non-Macintosh file systems that only handle consecutive data in one part, it is common to only send the Data fork or to convert the Macintosh file into some other format before transferring it.
  • magneto-optical drive — magneto-optical disk
  • magnetocaloric effect — an increase or decrease of the temperature of a thermally isolated magnetic substance accompanying an increase or decrease in the intensity of a magnetic field.
  • magnetofluid dynamics — magnetohydrodynamics.
  • magnetoplasmadynamics — magnetohydrodynamics.
  • main-topsail schooner — a two-masted or three-masted schooner having square topsails on the foremast and mainmast: a jackass brig or jackass bark.
  • maintenance allowance — money that is given to someone, usually on a regular basis, in order to help them pay for the things that they need
  • make one's peace with — the normal, nonwarring condition of a nation, group of nations, or the world.
  • management accounting — business: preparing reports, accounts, etc.
  • management consultant — A management consultant is someone whose job is to advise companies on the most efficient ways to run their business.
  • manufacturing process — chain of production
  • mean time to recovery — (specification)   (MTTR) The average time that a device will take to recover from a non-terminal failure. Examples of such devices range from self-resetting fuses (where the MTTR would be very short, probably seconds), up to whole systems which have to be replaced. The MTTR would usually be part of a maintenance contract, where the user would pay more for a system whose MTTR was 24 hours, than for one of, say, 7 days. This means the supplier is guaranteeing to have the system up and running again within 24 hours (or 7 days) of being notified of the failure. Some devices have a MTTR of zero, which means that they have redundant components which can take over the instant the primary one fails, see RAID for example. See also Mean Time Between Failures.
  • mechanical solidarity — social cohesiveness that is based on shared activities, beliefs, and experiences and is characteristic of simple traditional societies.
  • medium access control — Media Access Control
  • megaloblastic anaemia — any anaemia, esp pernicious anaemia, characterized by the presence of megaloblasts in the blood or bone marrow
  • meter-kilogram-second — of or relating to the system of units in which the meter, kilogram, and second are the principal units of length, mass, and time. Abbreviation: mks, MKS.
  • metropolitan district — any of the districts making up the metropolitan counties of England: since 1986 they have functioned as unitary authorities, forming the sole principal tier of local government. Each metropolitan district has an elected council responsible for education, social services, etc
  • microware corporation — Authors of OS-9. Address: Des Moines, Iowa, USA.
  • modern apprenticeship — an arrangement that allows a school leaver to gain vocational qualifications while being trained in a job
  • monochloroacetic acid — chloroacetic acid.
  • motion-picture camera — a sequence of consecutive pictures of objects photographed in motion by a specially designed camera (motion-picture camera) and thrown on a screen by a projector (motion-picture projector) in such rapid succession as to give the illusion of natural movement.
  • motivational research — the application of the knowledge and techniques of the social sciences, especially psychology and sociology, to understanding consumer attitudes and behavior: used as a guide in advertising and marketing.
  • multilayer perceptron — A network composed of more than one layer of neurons, with some or all of the outputs of each layer connected to one or more of the inputs of another layer. The first layer is called the input layer, the last one is the output layer, and in between there may be one or more hidden layers.
  • muon-catalysed fusion — an experimental form of nuclear fusion in which hydrogen and deuterium muonic atoms are formed. Because the mass of the muon is much larger than that of the electron, the atoms are smaller, and the nuclei are close enough for fusion to occur
  • national park service — a division of the Department of the Interior, created in 1916, that administers national parks, monuments, historic sites, and recreational areas.
  • necrotising fasciitis — a disease caused by the bacterium streptococcus pyogenes, in which the fasciae of the muscles or other organs become inflamed, resulting in rapid destruction of overlying tissues
  • negative prescription — the barring of adverse claims to property, etc, after a specified period of time has elapsed, allowing the possessor to acquire title
  • negotiable securities — securities that are legally transferable in title from one party to another
  • netware core protocol — (networking)   (NCP) A Novell trademark for the protocol used to access Novell NetWare file and print service functions. It uses an underlying IPX or IP transport protocol.
  • new general catalogue — NGC.
  • non-repeating decimal — a decimal representation of any irrational number, having the property that no sequence of digits is repeated ad infinitum.
  • noncustodial sentence — a punishment given by a court of law that does not involve a prison term, such as a fine or a restriction order
  • nonexamination course — a course of study in which there are no examinations
  • nonproportional cover — Nonproportional cover is reinsurance cover such as excess of loss reinsurance where the reinsurer's liability is not calculated as a proportion of the insurance.
  • nonrestrictive clause — a relative clause that describes or supplements but is not essential in establishing the identity of the antecedent and is usually set off by commas in English. In This year, which has been dry, is bad for crops the clause which has been dry is a nonrestrictive clause.
  • nonviolent resistance — passive resistance, peaceful protest
  • north atlantic treaty — the treaty (1949) signed by 12 countries, providing for the establishment of NATO.
  • north pacific current — a warm current flowing eastward across the Pacific Ocean.
  • not care a hang about — to not care the least bit about
  • nuclear cross section — cross section (def 7).
  • nuclear power station — a station or plant where nuclear energy is converted into heat, electricity, etc
  • occupational guidance — advice and guidance relating to employment issues and career choices
  • old spanish practices — irregular practices among a group of workers to gain increased financial allowances, reduced working hours, etc
  • one-way hash function — (algorithm)   (Or "message digest function") A one-way function which takes a variable-length message and produces a fixed-length hash. Given the hash it is computationally infeasible to find a message with that hash; in fact one can't determine any usable information about a message with that hash, not even a single bit. For some one-way hash functions it's also computationally impossible to determine two messages which produce the same hash. A one-way hash function can be private or public, just like an encryption function. MD5, SHA and Snefru are examples of public one-way hash functions. A public one-way hash function can be used to speed up a public-key digital signature system. Rather than sign a long message, which can take a long time, compute the one-way hash of the message, and sign the hash.
  • open telecom platform — (communications, library)   (OTP) A set of standard, open source libraries and tools for use with Erlang.
  • open trading protocol — Internet Open Trading Protocol
  • operational semantics — (theory)   A set of rules specifying how the state of an actual or hypothetical computer changes while executing a program. The overall state is typically divided into a number of components, e.g. stack, heap, registers etc. Each rule specifies certain preconditions on the contents of some components and their new contents after the application of the rule. It is similar in spirit to the notion of a Turing machine, in which actions are precisely described in a mathematical way. Compuare axiomatic semantics, denotational semantics.
  • orthogonal projection — a two-dimensional graphic representation of an object in which the projecting lines are at right angles to the plane of the projection. Also called orthogonal projection. Compare isometric (def 5).
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?