0%

22-letter words containing o, l, e

  • collective pitch lever — a lever in a helicopter to change the angle of attack of all the rotor blades simultaneously, causing it to rise or descend
  • collective unconscious — In psychology, the collective unconscious consists of the basic ideas and images that all people are believed to share because they have inherited them.
  • colliding-beam machine — a particle accelerator in which positively and negatively charged particles circulate in opposite directions and collide head-on.
  • color graphics adapter — (hardware, graphics)   (CGA) One of IBM's earliest hardware video display standards for use in IBM PCs. CGA can display 80*25 or 40*25 text in 16 colors, 640*200 pixels of graphics in two colors or 320*200 in four colors (IBM PC video modes 0-6). It is now obsolete.
  • colorado potato beetle — a black and yellow leaf beetle, Leptinotarsa decemlineata, originally of Colorado and neighboring states but now a common pest in all potato-growing regions of the U.S.
  • come out of the closet — If someone comes out of the closet, they tell people that they are homosexual after having kept this a secret.
  • comma separated values — (file format)   (CSV) A file format used as a portable representation of a database. Each line is one entry or record and the fields in a record are separated by commas. Commas may be followed by arbitrary space and/or tab characters which are ignored. If field includes a comma, the whole field must be surrounded with double quotes.
  • command line interface — (operating system)   A means of communication between a program and its user, based solely on textual input and output. Commands are input with the help of a keyboard or similar device and are interpreted and executed by the program. Results are output as text or graphics to the terminal. Command line interfaces usually provide greater flexibility than graphical user interfaces, at the cost of being harder for the novice to use. Consequently, some hackers look down on GUIs as designed For The Rest Of Them.
  • committee of the whole — (in the US) all the members of the House of Representatives, regarded as a committee
  • common external tariff — the common tariff of charges imposed by the members of a customs union on imports from non-members
  • common snapping turtle — a large aggressive North American river turtle, Chelydra serpentina, having powerful hooked jaws and a rough shell
  • communication channels — the ways in which people communicate
  • comparative literature — the comparative study of various national literatures, stressing their influence one upon another, their use of similar forms, their treatment of similar themes, etc.
  • comparative musicology — ethnomusicology.
  • comparative psychology — the study of the similarities and differences in the behaviour of different species
  • complementary medicine — the treatment, alleviation, or prevention of disease by such techniques as osteopathy, homeopathy, aromatherapy, and acupuncture, allied with attention to such factors as diet and emotional stability, which can affect a person's wellbeing
  • complete metamorphosis — physical changes in the development of certain insects that include egg, larva, pupa, and adult stages, as in beetles, moths, or bees
  • complete quadrilateral — a polygon consisting of four lines and their six points of intersection
  • component object model — (programming)   (COM) An open software architecture from DEC and Microsoft, allowing interoperation between ObjectBroker and OLE. Microsoft evolved COM into DCOM. On page XV of Box's book in the foreword by Charlie Kindel he says, "It is Mark Ryland's fault that some people call COM the 'Common Object Model.' He deeply regrets it and apologizes profusely."
  • compound annual return — the total return available from an investment, deposit, etc, when the interest earned is used to augment the capital
  • computational geometry — (mathematics)   The study of algorithms for combinatorial, topological, and metric problems concerning sets of points, typically in Euclidean space. Representative areas of research include geometric search, convexity, proximity, intersection, and linear programming.
  • computational learning — grammatical inference
  • congressional district — (in the US) an electoral division of a state, entitled to send one member to the US House of Representatives
  • constructive dismissal — If an employee claims constructive dismissal, they begin a legal action against their employer in which they claim that they were forced to leave their job because of the behaviour of their employer.
  • contextual advertising — a form of targeted advertising used on websites or other media, such as content displayed in mobile browsers
  • continental philosophy — a general term for related philosophical traditions that originated in 20th-century continental Europe, including critical theory, deconstruction, existentialism, hermeneutics, phenomenology, and structuralism (contrasted with analytic philosophy).
  • continuous welded rail — a long, continuous rail formed by welding many short rails.
  • contract of employment — a written agreement between an employer and an employee, that, taken together with the rights of each under statute and common law, determines the employment relations between them
  • conversational quality — (in public speaking) a manner of utterance that resembles the spontaneity and informality of relaxed personal conversation.
  • convertible loan stock — a stock or bond that can be converted into a stated number of shares at a particular date
  • cornell list processor — (CLP) A list processing language, an extension of CORC, used for simulation.
  • corporate manslaughter — the death of someone caused by an act of corporate negligence
  • correspondence college — an educational institution that runs courses and keeps in contact with its students by post
  • cosmological principle — the theory that the universe is uniform, homogenous, and isotropic, and therefore appears the same from any position
  • cotton-wool generation — the children and teenagers of the early 21st century, viewed as having been overprotected while growing up
  • counterrevolutionaries — Plural form of counterrevolutionary.
  • course author language — (language)   (CAL) The CAI language for the IBM 360.
  • criminal investigation — an investigation by the police into a crime
  • curdle someone's blood — to fill someone with fear
  • curly-coated retriever — a strongly built variety of retriever with a tightly curled black or liver-coloured coat
  • cut someone some slack — to be less demanding of someone; ease up on someone
  • cycle of reincarnation — A term coined by Ivan Sutherland ca. 1970 to refer to a well-known effect whereby function in a computing system family is migrated out to special-purpose peripheral hardware for speed, then the peripheral evolves toward more computing power as it does its job, then somebody notices that it is inefficient to support two asymmetrical processors in the architecture and folds the function back into the main CPU, at which point the cycle begins again. Several iterations of this cycle have been observed in graphics-processor (blitter) design, and at least one or two in communications and floating-point processors. Also known as "the Wheel of Life", "the Wheel of Samsara" and other variations of the basic Hindu/Buddhist theological idea.
  • cyclic redundancy code — cyclic redundancy check
  • cylindrical coordinate — Usually, cylindrical coordinates. a member of a system of coordinates for locating a point in space by its polar coordinates and its perpendicular distance to the polar plane.
  • dalton's atomic theory — the theory that matter consists of indivisible particles called atoms and that atoms of a given element are all identical and can neither be created nor destroyed. Compounds are formed by combination of atoms in simple ratios to give compound atoms (molecules). The theory was the basis of modern chemistry
  • database normalisation — (database)   A series of steps followed to obtain a database design that allows for efficient access and storage of data in a relational database. These steps reduce data redundancy and the chances of data becoming inconsistent. A table in a relational database is said to be in normal form if it satisfies certain constraints. Codd's original work defined three such forms but there are now five generally accepted steps of normalisation. The output of the first step is called First Normal Form (1NF), the output of the second step is Second Normal Form (2NF), etc. First Normal Form eliminates repeating groups by putting each value of a multi-valued attribute into a new row. Second Normal Form eliminates functional dependencies on a partial key by putting the fields in a separate table from those that are dependent on the whole key. Third Normal Form eliminates functional dependencies on non-key fields by putting them in a separate table. At this stage, all non-key fields are dependent on the key, the whole key and nothing but the key. Fourth Normal Form separates independent multi-valued facts stored in one table into separate tables. Fifth Normal Form breaks out data redundancy that is not covered by any of the previous normal forms.
  • de broglie wave length — the postulate of wave mechanics that a particle of mass m moving at a velocity v will have the properties of a wave of wavelength h / mv (de Broglie wavelength) where h is Planck's constant.
  • debt collection agency — a company that collects debts on behalf of creditors
  • decimal classification — a system of classifying books in libraries by the use of numbers with decimals
  • decompartmentalization — the act of decompartmentalizing
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?