0%

18-letter words containing s, t, o, r, m, c

  • compressor station — A compressor station is a facility with several compressors (= devices that increase the pressure of air or natural gas) and other equipment to pump natural gas under pressure over long distances.
  • computer scientist — a person with advanced knowledge of computers and how they work
  • conceptual realism — the doctrine that universals have real and independent existence.
  • consolato del mare — a code of maritime law compiled in the Middle Ages: it drew upon ancient law and has influenced modern law.
  • consumer terrorism — the practice of introducing dangerous substances to foodstuffs or other consumer products, esp to extort money from the manufacturers
  • contact dermatitis — dermatitis caused by direct contact with an irritating substance, as an allergen or chemical
  • costume department — the department in a theatre or television company that is responsible for actors' costumes
  • cot death syndrome — the unexplained sudden death of an infant during sleep
  • counterculturalism — The counterculture movement or lifestyle.
  • court of st. james — the British royal court
  • crookes radiometer — a type of radiometer consisting of an evacuated glass bulb containing a set of lightweight vanes, each blackened on one side. The vanes are mounted on a vertical axis and revolve when light, or other radiant energy, falls on them
  • crystal microphone — a microphone that uses a piezoelectric crystal to convert sound energy into electrical energy
  • cumbrian mountains — a mountain range in NW England, in Cumbria. Highest peak: Scafell Pike, 977 m (3206 ft)
  • cumulative scoring — a method of scoring in which the score of a partnership is taken as the sum of their scores on all hands played.
  • customer relations — Customer relations are the relationships that a business has with its customers and the way in which it treats them.
  • diatomaceous earth — an unconsolidated form of diatomite
  • diplomatic service — diplomatic corps
  • dysthymic disorder — a psychiatric disorder characterized by generalized depression that lasts for at least a year
  • ecosystem services — the important benefits for human beings that arise from healthily functioning ecosystems, notably production of oxygen, soil genesis, and water detoxification
  • electrocardiograms — Plural form of electrocardiogram.
  • electroluminescent — Having the quality of electroluminescence.
  • electroretinograms — Plural form of electroretinogram.
  • employment service — (in the United States) a government department established to collect and supply to the unemployed information about job vacancies and to employers information about availability of prospective workers
  • energy consumption — amount of energy used
  • euclid's algorithm — (algorithm)   (Or "Euclidean Algorithm") An algorithm for finding the greatest common divisor (GCD) of two numbers. It relies on the identity gcd(a, b) = gcd(a-b, b) To find the GCD of two numbers by this algorithm, repeatedly replace the larger by subtracting the smaller from it until the two numbers are equal. E.g. 132, 168 -> 132, 36 -> 96, 36 -> 60, 36 -> 24, 36 -> 24, 12 -> 12, 12 so the GCD of 132 and 168 is 12. This algorithm requires only subtraction and comparison operations but can take a number of steps proportional to the difference between the initial numbers (e.g. gcd(1, 1001) will take 1000 steps).
  • examination script — a script with answers written on it by an examination candidate taking a written examination
  • first class module — (programming)   A module that is a first class data object of the programming language, e.g. a record containing functions. In a functional language, it is standard to have first class programs, so program building blocks can have the same status.
  • forensic chemistry — the application of facts concerning chemistry to questions of civil and criminal law.
  • gas chromatography — a chromatograph used for the separation of volatile substances.
  • genetic algorithms — genetic algorithm
  • gensym corporation — (company)   A company that supplies software and services for intelligent operations management. Common applications include quality management, process optimisation, dynamic scheduling, network management, energy and environmental management, and process modelling and simulation. Their products include G2.
  • geometrical optics — the branch of optics dealing with light as rays, especially in the study of the effects of lenses and mirrors on light beams and of their combination in optical instruments.
  • hemicorporectomies — Plural form of hemicorporectomy.
  • hemorrhoidectomies — Plural form of hemorrhoidectomy.
  • histomorphological — histology.
  • hypercholesteremia — Alternative spelling of hypercholesteraemia.
  • in comparison with — when compared to
  • in inverted commas — If you say in inverted commas after a word or phrase, you are indicating that it is inaccurate or unacceptable in some way, or that you are quoting someone else.
  • in terrorem clause — a clause in a will stating that a beneficiary who contests the will shall lose his or her legacy.
  • incommensurability — not commensurable; having no common basis, measure, or standard of comparison.
  • instruction manual — how-to, usage guide
  • involuntary muscle — muscle: contracts involuntarily
  • isometric exercise — exercise or a program of exercises to strengthen specific muscles or shape the figure by pitting one muscle or part of the body against another or against an immovable object in a strong but motionless action, as by pressing the fist of one hand against the palm of the other or against a desk.
  • isometric joystick — (hardware)   Any kind of joystick where the input depends on the force exerted rather than the position of the control, e.g. TrackPoint.
  • isothermal process — a process that takes place without change in temperature.
  • isthmus of corinth — a narrow strip of land between the Gulf of Corinth and the Saronic Gulf: crossed by the Corinth Canal making navigation possible between the gulfs
  • lambda abstraction — A term in lambda-calculus denoting a function. A lambda abstraction begins with a lower-case lambda (represented as "\" in this document), followed by a variable name (the "bound variable"), a full stop and a lambda expression (the body). The body is taken to extend as far to the right as possible so, for example an expression, \ x . \ y . x+y is read as \ x . (\ y . x+y). A nested abstraction such as this is often abbreviated to: \ x y . x + y The lambda expression (\ v . E) denotes a function which takes an argument and returns the term E with all free occurrences of v replaced by the actual argument. Application is represented by juxtaposition so (\ x . x) 42 represents the identity function applied to the constant 42. A lambda abstraction in Lisp is written as the symbol lambda, a list of zero or more variable names and a list of zero or more terms, e.g. (lambda (x y) (plus x y)) Lambda expressions in Haskell are written as a backslash, "\", one or more patterns (e.g. variable names), "->" and an expression, e.g. \ x -> x.
  • list comprehension — (functional programming)   An expression in a functional language denoting the results of some operation on (selected) elements of one or more lists. An example in Haskell: This returns all pairs of numbers (x,y) where x and y are elements of the list 1, 2, ..., 10, y <= x and their sum is less than 10. A list comprehension is simply "syntactic sugar" for a combination of applications of the functions, concat, map and filter. For instance the above example could be written: The term "list comprehension" appears in the references below. The earliest reference to the notation is in Rod Burstall and John Darlington's description of their language, NPL. David Turner subsequently adopted this notation in his languages SASL, KRC and Miranda, where he has called them "ZF expressions", set abstractions and list abstractions (in his 1985 FPCA paper [Miranda: A Non-Strict Functional Language with Polymorphic Types]).
  • logarithmic spiral — log r = aθ
  • loschmidt's number — the number of molecules in one cubic centimeter of an ideal gas at standard temperature and pressure, equal to 2.687 × 10 19.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?