0%

21-letter words containing a, d, i, n, t

  • binding-time analysis — (compiler)   An analysis to identify sub-expressions which can be evaluated at compile-time or where versions of a function can be generated and called which are specialised to certain values of one or more arguments. See partial evaluation.
  • binomial distribution — a statistical distribution giving the probability of obtaining a specified number of successes in a specified number of independent trials of an experiment with a constant probability of success in each. Symbol: Bi (n, p), where n is the number of trials and p the probability of success in each
  • black-and-tan terrier — Manchester terrier
  • blackburn with darwen — a unitary authority in NW England, in Lancashire. Pop: 139 800 (2003 est). Area: 137 sq km (53 sq miles)
  • breaking and entering — (formerly) the gaining of unauthorized access to a building with intent to commit a crime or, having committed the crime, the breaking out of the building
  • breakthrough bleeding — bleeding from the uterus that occurs between menstrual periods
  • british standard time — the standard time used in Britain all the year round from 1968 to 1971, set one hour ahead of Greenwich Mean Time and equalling Central European Time
  • bromine pentafluoride — a colorless, corrosive liquid, BrF 5 , used as an oxidizer in liquid rocket propellants.
  • bulletin board system — (communications, application)   (BBS, bboard /bee'bord/, message board, forum; plural: BBSes) A computer and associated software which typically provides an electronic message database where people can log in and leave messages. Messages are typically split into topic groups similar to the newsgroups on Usenet (which is like a distributed BBS). Any user may submit or read any message in these public areas. The term comes from physical pieces of board on which people can pin messages written on paper for general consumption - a "physical bulletin board". Ward Christensen, the programmer and operator of the first BBS (on-line 1978-02-16) called it a CBBS for "computer bulletin board system". Since the rise of the World-Wide Web, the term has become antiquated, though the concept is more popular than ever, with many websites featuring discussion areas where users can post messages for public consumption. Apart from public message areas, some BBSes provided archives of files, personal electronic mail and other services of interest to the system operator (sysop). Thousands of BBSes around the world were run from amateurs' homes on MS-DOS boxes with a single modem line each. Although BBSes were traditionally the domain of hobbyists, many connected directly to the Internet (accessed via telnet), others were operated by government, educational, and research institutions. Fans of Usenet or the big commercial time-sharing bboards such as CompuServe, CIX and GEnie tended to consider local BBSes the low-rent district of the hacker culture, but they helped connect hackers and users in the personal-micro and let them exchange code. Use of this term for a Usenet newsgroup generally marks one either as a newbie fresh in from the BBS world or as a real old-timer predating Usenet.
  • cancellation deadline — A cancellation deadline is a date before which you must cancel a hotel reservation without paying any money.
  • cantilever foundation — a building foundation supporting its load partly or wholly upon cantilevers.
  • cartesian coordinates — a system of representing points in space in terms of their distance from a given origin measured along a set of mutually perpendicular axes. Written (x,y,z) with reference to three axes
  • cascading style sheet — a file recording style details, such as fonts, colours, etc, that is read by browsers so that style is consistent over multiple web pages
  • category merchandiser — A category merchandiser is a person whose job is to maintain stocks, manage displays and promote sales of a certain product category such as footwear.
  • central daylight time — the time observed in the Central Time Zone of the United states when Daylight Savings Time is in effect; GMT -5
  • central standard time — one of the standard times used in North America, based on the local time of the 90° meridian, six hours behind Greenwich Mean Time
  • cheese and wine party — a party at which cheese and wine are served
  • christmas decorations — decorations of different kinds appropriate to Christmas, such as tinsel, candles, images of angels, etc.
  • circle of declination — hour circle.
  • class-relation method — (programming)   A design technique based on the concepts of object-oriented programming and the Entity-Relationship model from the French company Softeam.
  • clement of alexandria — Saint. original name Titus Flavius Clemens. ?150–?215 ad, Greek Christian theologian: head of the catechetical school at Alexandria; teacher of Origen. Feast day: Dec 5
  • collimator viewfinder — a type of viewfinder in a camera
  • comfortably-furnished — containing comfortable furniture
  • committal proceedings — a preliminary hearing in a magistrates' court to decide if there is a case to answer
  • common carotid artery — the part of a carotid artery between its origin and its point of division into branches.
  • competitive advantage — an advantage based on success in competition
  • computer aided design — (application)   (CAD) The part of CAE concerning the drawing or physical layout steps of engineering design. Often found in the phrase "CAD/CAM" for ".. manufacturing".
  • computer-aided design — the use of computer techniques in designing products, esp involving the use of computer graphics
  • concert grand (piano) — the largest size of grand piano, for concert performance
  • conditional discharge — If someone who is convicted of an offence is given a conditional discharge by a court, they are not punished unless they later commit a further offence.
  • conditional operation — a step in a computer program that determines which of two or more instructions or instruction sequences to execute next, depending on whether or not one or more specified conditions have been met.
  • consultation document — a report that is the result of a consultation process
  • contextual definition — definition of a word or symbol by explaining the meaning of the phrase or statement in which it occurs.
  • conventional medicine — the type of medicine that is generally used in the US and Europe which uses drugs and surgery as a form of treatment
  • coordination compound — complex (def 10).
  • coordination language — (networking, protocol)   A language defined specifically to allow two or more parties (components) to communicate in order to accomplish some shared goal. Examples of coordination languages are Linda and Xerox's CLF (STITCH).
  • cordillera occidental — the western coastal ranges of the Andes, in Peru and Colombia.
  • corpuscular radiation — radiation consisting of atomic and subatomic particles, as alpha particles, beta particles, and neutrons.
  • counterdemonstrations — Plural form of counterdemonstration.
  • credit card guarantee — If you pay for a booking at a hotel by credit card, a credit card guarantee allows the hotel to charge a cost to your credit card if you do not arrive on the day you arranged or if you damage something in the hotel.
  • credit card insurance — Credit card insurance is coverage for situations in which someone fraudulently uses your credit card.
  • credit life insurance — insurance guaranteeing payment of the unpaid portion of a loan if the debtor should die.
  • crude oil dehydration — Crude oil dehydration is the removal of water or water vapor from crude oil, by separating the oil from the water, often in a rotating centrifuge.
  • dacryocystorhinostomy — A surgical procedure to restore the flow of tears into the nose from the lacrimal sac when the nasolacrimal duct does not function.
  • data set organization — (operating system, storage)   (DSORG) An IBM term for file structure. These include PS physical sequential, DA direct access, IS indexed sequential, PO partitioned (a library). This system dates from OS/360, and breaks down beginning with VSAM and VTAM, where it is no longer applied. Sequential and indexed data sets can be accessed using either a "basic" or a "queued" "access method." For example a DSORG=PS file can use either BSAM (basic sequential access method) or QSAM (queued sequential access method). It can also be processed as a direct file using BDAM. Likewise a library can be processed using BPAM (basic partitioned access method), BSAM, QSAM, or BDAM. DSORG and access method are somewhat, but not completely, orthogonal. The "basic" access method deals with physical blocks rather than records, and usually provides more control over the specific device. Each I/O operation using the "basic" access method reads or writes a single block. A "basic" read or write starts an asynchronous I/O operation, and the programmer is responsible for waiting for completion and checking for errors. The "queued" access method deals with logical records and provides blocking and deblocking services. It is "queued" because it provides read-ahead and write-behind services. While a program is processing records in one input block, for example, QSAM may be reading one or more blocks ahead. Queued "get" or "put" operations are synchronous as far as the programmer is concerned. The operation is complete when the next logical record has been successfully processed. EXCP (Execute Channel Program) is a lower-level method of accessing data. IBM manuals usually named "Data Administration Guide", e.g. SC26-4505-1 for MVS/ESA DFP 3.1, provide more detail about data set organizations and access methods.
  • datamatic corporation — Honeywell
  • de-ontological ethics — the branch of ethics dealing with right action and the nature of duty, without regard to the goodness or value of motives or the desirability of the ends of any act.
  • death by misadventure — a possible verdict in a coroner's court, indicating that death was due to an accident not to a crimes or somebody's negligence
  • deep scattering layer — any of the stratified zones in the ocean which reflect sound during echo sounding, usually composed of marine organisms which migrate vertically from c. 250 to 800 m (c. 820 to 2,625 ft)
  • defender of the faith — the title conferred upon Henry VIII by Pope Leo X in 1521 in recognition of the King's pamphlet attacking Luther's doctrines and retained by subsequent monarchs of England
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?