0%

21-letter words containing n, a, g, o

  • 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
  • bibliographic control — the identification, description, analysis, and classification of books and other materials of communication so that they may be effectively organized, stored, retrieved, and used when needed.
  • 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
  • bottom-up programming — a programming technique in which lower-level modules are developed before higher-level modules.
  • brainstorming session — a meeting held for the purpose of intensive discussion to solve problems or generate ideas
  • breakthrough bleeding — bleeding from the uterus that occurs between menstrual periods
  • burroughs corporation — (company)   A company which merged with Sperry Univac to form Unisys Corporation. They produced the Datatron 200 series among other computers.
  • casing collar locator — A casing collar locator is a tool that is placed down the borehole to allow depths to be measured by detecting the position of the casing collar.
  • 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
  • caviar to the general — a thing appealing only to a highly cultivated taste: Hamlet II, ii
  • 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.
  • clinical psychologist — a practitioner of clinical psychology
  • clone-and-hack coding — case and paste
  • closed-angle glaucoma — angle-closure glaucoma. See under glaucoma.
  • collective bargaining — When a trade union engages in collective bargaining, it has talks with an employer about its members' pay and working conditions.
  • college of propaganda — information, ideas, or rumors deliberately spread widely to help or harm a person, group, movement, institution, nation, etc.
  • column chromatography — the separation of mixtures into their constituents by preferential adsorption by a solid, as a column of silica (column chromatography) or a strip of filter paper (paper chromatography) or by a gel.
  • 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.
  • constant mesh gearbox — A constant mesh gearbox is a type of transmission in which all forward gear pairs remain engaged.
  • 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).
  • cornella de llobregat — a city in N Spain.
  • 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
  • cosmological constant — a term introduced by Einstein into his field equations of general relativity to permit a stationary, nonexpanding universe: it has since been abandoned in most models of the universe.
  • cross-cousin marriage — marriage between the children of a brother and sister.
  • cultural anthropology — the branch of anthropology dealing with cultural as opposed to biological and racial features
  • 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.
  • 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.
  • dendrochronologically — By the use of, or with reference to dendrochronology.
  • designated employment — (in Britain) any of certain kinds of jobs reserved for handicapped workers under the Disabled Persons (Employment) Act 1944
  • developmental biology — the study of the development of multicellular organisms, including the study of the earliest stages of embryonic structure and tissue differentiation
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?