0%

22-letter words containing c, m, g, a

  • accident and emergency — The accident and emergency is the room or department in a hospital where people who have severe injuries or sudden illness are taken for emergency treatment. The abbreviation A & E is also used.
  • american sign language — a language consisting of manual signs and gestures, used as by deaf people in North America
  • angle-closure glaucoma — Ophthalmology. abnormally high fluid pressure in the eye, most commonly caused either by blockage of the channel through which aqueous humor drains (open-angle glaucoma or chronic glaucoma) or by pressure of the iris against the lens, which traps the aqueous humor (angle-closure glaucoma or acute glaucoma)
  • arithmetic progression — a sequence of numbers or quantities, each term of which differs from the succeeding term by a constant amount, such as 3,6,9,12
  • attachment of earnings — (in Britain) a court order requiring an employer to deduct amounts from an employee's wages to pay debts or honour financial obligations
  • automatic gain control — control of a radio receiver in which the gain varies inversely with the magnitude of the input, thus maintaining the output at an approximately constant level
  • ballistic galvanometer — a type of galvanometer for measuring surges of current. After deflection the instrument returns slowly to its original reading
  • basic operating system — (operating system)   (BOS) An early [when?] IBM operating system. According to folklore, BOS was the predecessor to TOS on the IBM 360 and it was IPL'd from a card reader. It may have been intended for very small 360's with no disks and limited tape drives. BOS died out really early [when?] as disks such as the 2311 and 2314 became common with the IBM 360, whereas disks had been a real luxury on the IBM 7090.
  • being from outer space — a monster; an imaginary creature
  • biomedical engineering — bioengineering (def 1).
  • block diagram compiler — (simulation, language)   (BDL) A block diagram simulation tool, with associated language.
  • 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.
  • 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.
  • cadence design systems — (company)   A company that sells electronic design automation software and services. See also Verilog.
  • 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).
  • catch sight of someone — If you catch sight of someone, you suddenly see them, often briefly.
  • 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
  • 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
  • ceramic pin grid array — (hardware, processor)   (CPGA) A form of Pin Grid Array package used by Cyrix III processors. Compare PPGA and FC-PGA.
  • 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.
  • colliding-beam machine — a particle accelerator in which positively and negatively charged particles circulate in opposite directions and collide head-on.
  • 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.
  • common snapping turtle — a large aggressive North American river turtle, Chelydra serpentina, having powerful hooked jaws and a rough shell
  • 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 musicology — ethnomusicology.
  • comparative psychology — the study of the similarities and differences in the behaviour of different species
  • 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
  • corporate manslaughter — the death of someone caused by an act of corporate negligence
  • cosmological principle — the theory that the universe is uniform, homogenous, and isotropic, and therefore appears the same from any position
  • crime against humanity — repeated actions undertaken by, or condoned by, a government, deemed to infringe human dignity and safety, such as rape, torture, murder, etc
  • criminal investigation — an investigation by the police into a crime
  • denominational college — a college associated with a particular religious denomination
  • digital control system — (systems)   (DCS) A digital computer used for real-time control of a dynamic system, usually in an industrial environment, possibly as part of a Supervisory Control and Data Acquisition (SCADA) system. A DCS samples feedback from the system under control and modifies the control signals in an attempt to achieve some desired behaviour. Analysis of such digital-analogue feedback systems can involve mathematical methods such as difference equations, Laplace transforms, z transfer functions, state space models and state transition matrices.
  • directory system agent — (DSA) The software that provides the X.500 Directory Service for a portion of the directory information base. Generally, each DSA is responsible for the directory information for a single organisation or organisational unit.
  • electromagnetic moment — a measure of the magnetic strength of a magnet or current-carrying coil, expressed as the torque produced when the magnet or coil is set with its axis perpendicular to unit magnetic flux density. It is measured in ampere metres squared
  • emergency road service — a form of motoring insurance that sends assistance to drivers when their vehicles break down on a journey; it is provided either by the national or regional automobile association or by a private insurance company
  • emotional intelligence — empathy and social skills
  • family planning clinic — a clinic that provides family planning services
  • free and common socage — Medieval History. land held by a tenant who rendered certain honorable and nonservile duties to his lord.
  • functional programming — (programming)   (FP) A program in a functional language consists of a set of (possibly recursive) function definitions and an expression whose value is output as the program's result. Functional languages are one kind of declarative language. They are mostly based on the typed lambda-calculus with constants. There are no side-effects to expression evaluation so an expression, e.g. a function applied to certain arguments, will always evaluate to the same value (if its evaluation terminates). Furthermore, an expression can always be replaced by its value without changing the overall result (referential transparency). The order of evaluation of subexpressions is determined by the language's evaluation strategy. In a strict (call-by-value) language this will specify that arguments are evaluated before applying a function whereas in a non-strict (call-by-name) language arguments are passed unevaluated. Programs written in a functional language are generally compact and elegant, but have tended, until recently, to run slowly and require a lot of memory. Examples of purely functional languages are Clean, FP, Haskell, Hope, Joy, LML, Miranda, and SML. Many other languages such as Lisp have a subset which is purely functional but also contain non-functional constructs. See also lazy evaluation, reduction.
  • galvanomagnetic effect — any of several phenomena that occur when an electric current is passed through a conductor or semiconductor situated in a magnetic field, as the Hall effect.
  • garmisch-partenkirchen — a city in S Germany, in the Bavarian Alps.
  • genitourinary medicine — the branch of medical science concerned with the study and treatment of diseases of the genital and urinary organs, esp sexually transmitted diseases
  • geographic determinism — a doctrine that regards geographical conditions as the determining or molding agency of group life.
  • get off someone's back — to stop criticizing or pestering someone
  • get off someone's case — an instance of the occurrence, existence, etc., of something: Sailing in such a storm was a case of poor judgment.
  • government corporation — a corporation set up by a national government to carry out business transactions on its behalf

On this page, we collect all 22-letter words with C-M-G-A. It’s easy to find right word with a certain length. It is the easiest way to find 22-letter word that contains in C-M-G-A to use in Scrabble or Crossword puzzles

Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?