0%

22-letter words containing r, o, m

  • british library method — (algorithm)   Brute force searching. According to legends circulating in the 1970s, in the British Library books are searched for by examining each book sequentially in the first shelf, then the next shelf, continuing until the book is found or the entire library has been searched. The term was referred to in a Dutch coursebook, "Inleiding In De Informatica" (Introduction to Informatics) from a course given by C.H.A. Koster and Th.A. Zoethout. This was based on a course given at the TU Berlin.
  • bug-for-bug compatible — Same as bug-compatible, with the additional implication that much tedious effort went into ensuring that each (known) bug was replicated.
  • by all manner of means — certainly; of course
  • by any manner of means — in any way; at all
  • c programmer's disease — (programming)   The tendency of the undisciplined C programmer to set arbitrary but supposedly generous static limits on table sizes (defined, if you're lucky, by constants in header files) rather than taking the trouble to do proper dynamic storage allocation. If an application user later needs to put 68 elements into a table of size 50, the afflicted programmer reasons that he or she can easily reset the table size to 68 (or even as much as 70, to allow for future expansion) and recompile. This gives the programmer the comfortable feeling of having made the effort to satisfy the user's (unreasonable) demands, and often affords the user multiple opportunities to explore the marvellous consequences of fandango on core. In severe cases of the disease, the programmer cannot comprehend why each fix of this kind seems only to further disgruntle the user.
  • carboxymethylcellulose — a white, water-soluble polymer derived from cellulose, used as a coating and sizing for paper and textiles, a stabilizer for various foods, and an appetite suppressor.
  • cargo cult programming — (programming, humour)   A style of (incompetent) programming dominated by ritual inclusion of code or program structures that serve no real purpose. A cargo cult programmer will usually explain the extra code as a way of working around some bug encountered in the past, but usually neither the bug nor the reason the code apparently avoided the bug was ever fully understood (compare shotgun debugging, voodoo programming). The term "cargo cult" is a reference to aboriginal religions that grew up in the South Pacific after World War II. The practices of these cults centre on building elaborate mockups of aeroplanes and military style landing strips in the hope of bringing the return of the god-like aeroplanes that brought such marvelous cargo during the war. Hackish usage probably derives from Richard Feynman's characterisation of certain practices as "cargo cult science" in his book "Surely You're Joking, Mr. Feynman" (W. W. Norton & Co, New York 1985, ISBN 0-393-01921-7).
  • carpal tunnel syndrome — a condition characterized by pain and tingling in the fingers, caused by pressure on a nerve as it passes under the ligament situated across the front of the wrist
  • categorical imperative — (in the ethics of Kant) the unconditional moral principle that one's behaviour should accord with universalizable maxims which respect persons as ends in themselves; the obligation to do one's duty for its own sake and not in pursuit of further ends
  • catoctin mountain park — a federal park in N central Maryland: site of Camp David. 9 sq. mi. (23 sq. km).
  • centimeter-gram-second — designating or of a system of measurement in which the centimeter, gram, and second are the units of length, mass, and time, respectively
  • central nervous system — Your central nervous system is the part of your nervous system that consists of the brain and spinal cord.
  • charity begins at home — If you say charity begins at home, you mean that people should deal with the needs of people close to them before they think about helping others.
  • chief academic officer — an official in a university, college, or medical school who usually reports directly to the president, chancellor, rector, or vice chancellor
  • chlorotrifluoromethane — a colorless gas, CClF 3 , used chiefly as a refrigerant, in the hardening of metals, and in pharmaceutical processing.
  • chromosomal aberration — any irregularity or abnormality of chromosome distribution, number, structure, or arrangement.
  • combinatorial analysis — the branch of mathematics concerned with the theory of enumeration, or combinations and permutations, in order to solve problems about the possibility of constructing arrangements of objects which satisfy specified conditions
  • combinatorial topology — the branch of topology that deals with the properties of geometric figures by considering the figures as being composed of elementary geometric figures, as points or lines.
  • 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.
  • commissioner for oaths — a solicitor authorized to authenticate oaths on sworn statements
  • 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 disorder — any of a number of disorders, as autism or deafness, that partially or totally prevent verbal or written expression or comprehension.
  • communications network — a network that provides information
  • compactness preserving — (theory)   In domain theory, a function f is compactness preserving if f c is compact whenever c is.
  • company sergeant major — the senior Warrant Officer II in a British or Commonwealth regiment or battalion, responsible under the company second in command for all aspects of duty and discipline of the NCOs and men in that subunit
  • comparative government — the study and comparison of different forms of government.
  • 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
  • compass deviation card — a card, sheet, or the like, with two compass roses printed on it concentrically, for recording, on a given voyage, the amount of deviation for which the navigator must compensate in using the ship's compass to steer a magnetic course.
  • 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 architecture — (programming)   A notion in object-oriented programming where "components" of a program are completely generic. Instead of having a specialised set of methods and fields they have generic methods through which the component can advertise the functionality it supports to the system into which it is loaded. This enables completely dynamic loading of objects. JavaBeans is an example of a component architecture. See also design pattern.
  • compound annual return — the total return available from an investment, deposit, etc, when the interest earned is used to augment the capital
  • compulsory liquidation — the liquidation of a business in order to settle its debts
  • compuserve corporation — (company)   The parent organisation of CompuServe Information Service, CompuServe Network Services and CompuServe Remote Computing Services. CompuServe was owned by H.R. Block but is now (1999) owned by America On-Line.
  • 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
  • concurrent massey hope — (language, functional programming)   An extension of Massey Hope, by Peter Burgess, Robert Pointon, and Nigel Perry <[email protected]> of Massey University, NZ, that provides multithreading and typed inter-thread communication. It uses C for intermediate code rather than assembly language.
  • connecticut compromise — a compromise adopted at the Constitutional Convention, providing the states with equal representation in the Senate and proportional representation in the House of Representatives.
  • conservation of matter — the principle that matter is neither created nor destroyed during any physical or chemical change
  • constitutional monarch — the sovereign in a constitutional monarchy
  • constructive criticism — helping to improve; promoting further development or advancement (opposed to destructive): constructive criticism.
  • 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.
  • consummatory behaviour — any behaviour that leads directly to the satisfaction of an innate drive, e.g. eating or drinking
  • 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
  • contradiction in terms — a term, phrase, or phenomenon containing self-contradictory parts
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?