0%

19-letter words containing a, i, m, t

  • augmented cognition — the study of the augmenting of human mental functions by computer programs
  • australian fan palm — a fan palm, Livistona australis, of Australia, having a slender, reddish-brown trunk, spiny leafstalks, and round fruit.
  • axiomatic semantics — (theory)   A set of assertions about properties of a system and how they are effected by program execution. The axiomatic semantics of a program could include pre- and post-conditions for operations. In particular if you view the program as a state transformer (or collection of state transformers), the axiomatic semantics is a set of invariants on the state which the state transformer satisfies. E.g. for a function with the type: sort_list :: [T] -> [T] we might give the precondition that the argument of the function is a list, and a postcondition that the return value is a list that is sorted. One interesting use of axiomatic semantics is to have a language that has a finitely computable sublanguage that is used for specifying pre and post conditions, and then have the compiler prove that the program will satisfy those conditions. See also operational semantics, denotational semantics.
  • backward compatible — backward compatibility
  • barometric gradient — pressure gradient
  • barometric pressure — atmospheric pressure as indicated by a barometer
  • basic object system — (programming)   (BOS) A C-callable library that implements the notion of object and which uses Tcl as its interpreter for interpreted methods (you can have "compiled" methods in C, and mix compiled and interpreted methods in the same object, plus lots more). You can subclass and mix in existing objects using BOS to extend, among other things, the set of tk widgets. BOS is a class-free object system, also called a prototype-based object system; it is modelled loosely on the Self system from Stanford University. Version 1.31 by Sean Levy <[email protected]>.
  • benefit performance — a theatrical or musical performance in aid of charity
  • betamethyl acrolein — crotonaldehyde.
  • bi-lateral symmetry — a basic body plan in which the left and right sides of the organism can be divided into approximate mirror images of each other along the midline.
  • binomial experiment — an experiment consisting of a fixed number of independent trials each with two possible outcomes, success and failure, and the same probability of success. The probability of a given number of successes is described by a binominal distribution
  • brand contamination — the process by which the reputation of a particular brand or product becomes tarnished by adverse publicity
  • briggsian logarithm — common logarithm.
  • brush-tailed possum — any of several widely-distributed Australian possums of the genus Trichosurus
  • bug tracking system — (programming)   (BTS) A system for receiving and filing bugs reported against a software project, and tracking those bugs until they are fixed. Most major software projects have their own BTS, the source code of which is often available for use by other projects. Well known BTSs include GNATS, Bugzilla, and Debbugs.
  • butabarbital sodium — a barbiturate, C 10 H 15 N 2 NaO 3 , used as a sedative and hypnotic.
  • cairngorm mountains — a mountain range of NE Scotland: part of the Grampians. Highest peak: Ben Macdui, 1309 m (4296 ft); designated a national park in 2003
  • calculate a premium — If you calculate a premium, you decide how much a policyholder has to pay for insurance cover.
  • calculating machine — calculator (sense 3)
  • canterbury pilgrims — the pilgrims whose stories are told in Chaucer's Canterbury Tales
  • cape-disappointmentCape, a cape in SW Washington state, projecting into the Pacific Ocean on the N of the mouth of the Columbia River.
  • cask of amontillado — a short story (1846) by Edgar Allan Poe.
  • catalytic reforming — Catalytic reforming is a process that converts petroleum refinery naphthas to high-octane blending components.
  • cathodoluminescence — luminescence caused by irradiation with electrons (cathode rays)
  • celestial mechanics — the study of the motion of celestial bodies under the influence of gravitational fields
  • cerebral thrombosis — formation of a clot or other blockage in one of the blood vessels of the brain, often followed by neurologic damage; a type of stroke.
  • chamber of deputies — the lower house of the legislature of certain countries, as Italy.
  • champagne lifestyle — a lifestyle involving the enjoyment of luxuries and expensive pleasures
  • champagne socialist — a professed socialist who enjoys an extravagant lifestyle
  • chandrasekhar limit — the upper limit to the mass of a white dwarf, equal to 1.44 solar masses. A star having a mass above this limit will continue to collapse to form a neutron star
  • chassis dynamometer — A chassis dynamometer is a piece of test equipment fitted with rollers for the wheels of a vehicle, that is capable of providing drive input and measuring output such as power and torque at the wheels.
  • chemical castration — the use of drugs to reduce libido
  • chemical weathering — any of the various weathering processes that cause exposed rock to undergo chemical decomposition, changing the chemical and mineralogical composition of the rock: Oxygen and acids are agents in chemical weathering.
  • chemolithoautotroph — (biology) A chemoautotroph or lithoautotroph.
  • christian democracy — the beliefs, principles, practices, or programme of a Christian Democratic party
  • christmas pantomime — pantomime (def 5).
  • chromatographically — With regard to, or by by using chromatography.
  • chromoblastomycosis — Long-term fungal infection of the skin and subcutaneous tissue.
  • cinematographically — a motion-picture projector.
  • circulating decimal — repeating decimal
  • circulation manager — the senior manager responsible for the distribution of a newspaper
  • claims investigator — A claims investigator is a person who is employed by an insurance company to obtain information necessary to evaluate a claim.
  • claims notification — Claims notification is the process of informing an insurance company that a loss has occurred and that the policyholder intends to ask for money as a result.
  • classroom assistant — a person whose job is to help a schoolteacher in the classroom
  • clemastine fumarate — an antihistamine, C 25 H 30 ClNO 5 , that has drying and some sedative effects, used for symptomatic relief of allergy.
  • columnar epithelium — epithelium consisting of one or more layers of elongated cells of cylindrical or prismatic shape.
  • combination therapy — a therapy that combines two or more drugs, or two or more treatments
  • command interpreter — (operating system)   A program which reads textual commands from the user or from a file and executes them. Some commands may be executed directly within the interpreter itself (e.g. setting variables or control constructs), others may cause it to load and execute other files. When an IBM PC is booted BIOS loads and runs the MS-DOS command interpreter into memory from file COMMAND.COM found on a floppy disk or hard disk drive. The commands that COMMAND.COM recognizes (e.g. COPY, DIR, PRN) are called internal commands, in contrast to external commands which are executable files.
  • command line option — (software)   (Or "option", "flag", "switch", "option switch") An argument to a command that modifies its function rather than providing data. Options generally start with "-" in Unix or "/" in MS-DOS. This is usually followed by a single letter or occasionally a digit. More recently, GNU software adopted the --longoptionname style, usually in addition to traditional, single-character, -x style equivalents. Some commands require each option to be a separate argument, introduced by a new "-" or "/", others allow multiple option letters to be concatenated into a single argument with a single "-" or "/", e.g. "ls -al". A few Unix commands (e.g. ar, tar) allow the "-" to be omitted. Some options may or must be followed by a value, e.g. "cc prog.c -o prog", sometimes with and sometimes without an intervening space.
  • commercial software — (software)   (Or "commercial off-the-shelf software", COTS) Software that is produced for sale. This contrasts with free software, which is produced for free distribution, meaning without charge and/or without restriction on further distribution. Some companies that sell software distribute some (versions) of products free of charge (but usually with restricted distribution rights), this would probably still be called commercial software. Conversely, software that an individual distributes for free, but for which he accepts donations, would still be called free software.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?