0%

21-letter words containing a, e, g, n, i

  • background projection — the projection from the rear of previously photographed material on a translucent screen, used as background for a television or motion-picture shot.
  • bad conduct discharge — a discharge of a person from military service for an offense less serious than one for which a dishonorable discharge is given.
  • barbiturate poisoning — poisoning caused by overdose of a barbiturate
  • barren ground caribou — a migrating caribou of the North American tundra and taiga, having many-branched slender antlers.
  • be on the danger list — to be critically ill in hospital
  • be on to a good thing — to be in a profitable situation or position
  • behavioural contagion — the spread of a particular type of behaviour, such as crying, through a crowd or group of people
  • behind the eight ball — in a difficult situation; snookered
  • 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.
  • boiling-water reactor — a nuclear reactor using water as coolant and moderator, steam being produced in the reactor itself: enriched uranium oxide cased in zirconium is the fuel
  • brainstorming session — a meeting held for the purpose of intensive discussion to solve problems or generate ideas
  • 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 sign language — the main sign language used by deaf people in the United Kingdom
  • bursting at the seams — If a place is very full, you can say that it is bursting at the seams.
  • 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.
  • catherine of braganza — 1638–1705, wife of Charles II of England, daughter of John IV of Portugal
  • cause-effect graphing — (programming)   A testing technique that aids in selecting, in a systematic way, a high-yield set of test cases that logically relates causes to effects to produce test cases. It has a beneficial side effect in pointing out incompleteness and ambiguities in specifications.
  • caviar to the general — a thing appealing only to a highly cultivated taste: Hamlet II, ii
  • central daylight time — the time observed in the Central Time Zone of the United states when Daylight Savings Time is in effect; GMT -5
  • certificate of origin — a document stating the name of the country that produced a specified shipment of goods: often required before importation of goods
  • character recognition — Character recognition is a process which allows computers to recognize written or printed characters such as numbers or letters and to change them into a form that the computer can use.
  • chief master sergeant — a solider of the highest enlisted rank in the US Air Force
  • clone-and-hack coding — case and paste
  • collective bargaining — When a trade union engages in collective bargaining, it has talks with an employer about its members' pay and working conditions.
  • committal proceedings — a preliminary hearing in a magistrates' court to decide if there is a case to answer
  • committing magistrate — a magistrate who decides if there is enough evidence for a case to proceed
  • companionate marriage — a proposed system of trial marriage in which the couple would postpone having children and could be divorced by mutual consent, until a final decision to stay married is reached
  • competitive advantage — an advantage based on success in competition
  • completing the square — a method, usually of solving quadratic equations, by which a quadratic expression, as x 2 − 4 x + 3, is written as the sum or difference of a perfect square and a constant, x 2 − 4 x + 4 + 3 − 4 = (x − 2) 2 − 1, by addition and subtraction of appropriate constant terms.
  • 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.
  • congregational church — any evangelical Protestant Christian Church that is governed according to the principles of Congregationalism. In 1972 the majority of churches in the Congregational Church in England and Wales voted to become part of the United Reformed Church
  • consciousness raising — Consciousness raising is the process of developing awareness of an unfair situation, with the aim of making people want to help in changing it.
  • consciousness-raising — Psychology. a group-therapy technique in which the aim is to enhance the participants' awareness of their particular needs and goals as individuals or as a group.
  • constantine the great — (Flavius Valerius Aurelius Constantinus"the Great") a.d. 288?–337, Roman emperor 324–337: named Constantinople as the new capital; legally sanctioned Christian worship.
  • conventional mortgage — A conventional mortgage is a fixed rate mortgage with a standard term of 15, 20, or 30 years.
  • conway's game of life — (simulation)   The first popular cellular automata based artificial life simulation. Life was invented by British mathematician John Horton Conway in 1970 and was first introduced publicly in "Scientific American" later that year. Conway first devised what he called "The Game of Life" and "ran" it using plates placed on floor tiles in his house. Because of he ran out of floor space and kept stepping on the plates, he later moved to doing it on paper or on a checkerboard and then moved to running Life as a computer program on a PDP-7. That first implementation of Life as a computer program was written by M. J. T. Guy and S. R. Bourne (the author of Unix's Bourne shell). Life uses a rectangular grid of binary (live or dead) cells each of which is updated at each step according to the previous state of its eight neighbours as follows: a live cell with less than two, or more than three, live neighbours dies. A dead cell with exactly three neighbours becomes alive. Other cells do not change. While the rules are fairly simple, the patterns that can arise are of a complexity resembling that of organic systems -- hence the name "Life". Many hackers pass through a stage of fascination with Life, and hackers at various places contributed heavily to the mathematical analysis of this game (most notably Bill Gosper at MIT, who even implemented Life in TECO!; see Gosperism). When a hacker mentions "life", he is more likely to mean this game than the magazine, the breakfast cereal, the 1950s-era board game or the human state of existence.
  • 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).
  • cosmological argument — one of the arguments that purport to prove the existence of God from empirical facts about the universe, esp the argument to the existence of a first cause
  • 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.
  • cross-cousin marriage — marriage between the children of a brother and sister.
  • 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.
  • 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.
  • 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)
  • degradation of energy — the principle that during any irreversible process the total energy available to do work decreases.
  • delusions of grandeur — If someone has delusions of grandeur, they think and behave as if they are much more important or powerful than they really are.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?