0%

22-letter words containing c, l, i, n, o, m

  • accommodation platform — a platform or semisubmersible rig specially built or adapted to act as living accommodation for offshore personnel in the oil industry
  • alarums and excursions — a stage direction, esp. in Elizabethan drama, for a scene depicting a battle
  • american bible society — a society founded in New York City in 1816 to bring about worldwide dissemination of the Bible.
  • animal control officer — a government worker responsible for enforcing local ordinances regulating animal ownership and responding to incidents involving animals.
  • armed response vehicle — (in Britain) a police vehicle carrying armed officers who are trained to respond to incidents involving firearms
  • astronomical telescope — any telescope designed and mounted for use in astronomy. Such telescopes usually form inverted images
  • 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
  • bernoulli's lemniscate — Analytic Geometry. lemniscate.
  • biomedical engineering — bioengineering (def 1).
  • 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).
  • 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.
  • colliding-beam machine — a particle accelerator in which positively and negatively charged particles circulate in opposite directions and collide head-on.
  • 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.
  • 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.
  • 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
  • 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
  • compulsory liquidation — the liquidation of a business in order to settle its debts
  • 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
  • constitutional monarch — the sovereign in a constitutional monarchy
  • 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.
  • cosmological principle — the theory that the universe is uniform, homogenous, and isotropic, and therefore appears the same from any position
  • criminal investigation — an investigation by the police into a crime
  • curriculum coordinator — a member of a teaching staff with a largely administrative function whose job is to ensure that a curriculum is effectively taught
  • 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
  • decimal classification — a system of classifying books in libraries by the use of numbers with decimals
  • decompartmentalization — the act of decompartmentalizing
  • denominational college — a college associated with a particular religious denomination
  • denotational semantics — (theory)   A technique for describing the meaning of programs in terms of mathematical functions on programs and program components. Programs are translated into functions about which properties can be proved using the standard mathematical theory of functions, and especially domain theory. Compare axiomatic semantics, operational semantics, standard semantics.
  • 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.
  • directional microphone — a microphone that has a greater sensitivity to sounds coming from a particular area in front of it: used to eliminate unwanted sounds.
  • disciplinary committee — a committee charged with examining alleged breaches of discipline within an organization, profession, etc and adjudicating on them
  • 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
  • electronic mail client — mail user agent
  • electrothermal printer — a printer that produces characters by burning the image on specially coated paper
  • emotional intelligence — empathy and social skills
  • employers' association — a body of employers, usually from the same sector of the economy, associated to further the interests of member companies by conducting negotiations with trade unions, providing advice, making representations to other bodies, etc
  • end transmission block — (character)   (ETB) The mnemonic for ASCII character 23.
  • experimental condition — one of the distinct states of affairs or values of the independent variable for which the dependent variable is measured in order to carry out statistical tests or calculations
  • facsimile transmission — an international system of transmitting a written, printed, or pictorial document over the telephone system by scanning it photoelectrically and reproducing the image after transmission
  • fallacy of composition — the fallacy of inferring that a property of parts or members of a whole is also a property of the whole (opposed to fallacy of division).
  • forth modification lab — (event)   (FORML) A Forth conference held every November on the West coast of the USA ().
  • friar minor conventual — a friar belonging to a branch of the Franciscan order that separated from the Observants in the 15th century, and that observes a modification of the rule of St. Francis. Also called Conventual. Compare Friar Minor, capuchin (def 4).
  • 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.

On this page, we collect all 22-letter words with C-L-I-N-O-M. 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-L-I-N-O-M 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?