0%

21-letter words containing c, a, l, g, r

  • electroencephalograms — Plural form of electroencephalogram.
  • electroencephalograph — A machine used for electroencephalography.
  • electromagnetic field — a field of force associated with a moving electric charge equivalent to an electric field and a magnetic field at right angles to each other and to the direction of propagation
  • electromagnetic pulse — a surge of electromagnetic radiation, esp one resulting from a nuclear explosion, which can disrupt electronic devices and, occasionally, larger structures and equipment
  • electromyographically — By means of, or in terms of, electromyography.
  • electronystagmography — A diagnostic test to record involuntary movements of the eye caused by a condition known as nystagmus. It can also be used to diagnose the cause of vertigo, dizziness or balance dysfunction by testing the vestibular system.
  • faculty board meeting — a meeting of the governing body of a faculty
  • first-dollar coverage — insurance that provides payment for the full loss up to the insured amount with no deductibles.
  • forensic anthropology — the branch of physical anthropology in which anthropological data, criteria, and techniques are used to determine the sex, age, genetic population, or parentage of skeletal or biological materials in questions of civil or criminal law.
  • franco-belgian system — French system.
  • fuming sulphuric acid — a mixture of pyrosulphuric acid, H2S2O7, and other condensed acids, made by dissolving sulphur trioxide in concentrated sulphuric acid
  • garbageabetical order — (humour)   1. The result of using an insertion sort to merge data into an unsorted list. 2. The state of any file or list that is supposed to be sorted, but is not.
  • gas analysis recorder — A gas analysis recorder is a device which samples, records, and analyses gas.
  • general court-martial — a court-martial having the authority to try any offense against military law and to impose a sentence of dishonorable discharge or of death when provided by law.
  • generic type variable — (programming)   (Also known as a "schematic type variable"). Different occurrences of a generic type variable in a type expression may be instantiated to different types. Thus, in the expression let id x = x in (id True, id 1) id's type is (for all a: a -> a). The universal quantifier "for all a:" means that a is a generic type variable. For the two uses of id, a is instantiated to Bool and Int. Compare this with let id x = x in let f g = (g True, g 1) in f id This looks similar but f has no legal Hindley-Milner type. If we say f :: (a -> b) -> (b, b) this would permit g's type to be any instance of (a -> b) rather than requiring it to be at least as general as (a -> b). Furthermore, it constrains both instances of g to have the same result type whereas they do not. The type variables a and b in the above are implicitly quantified at the top level: f :: for all a: for all b: (a -> b) -> (b, b) so instantiating them (removing the quantifiers) can only be done once, at the top level. To correctly describe the type of f requires that they be locally quantified: f :: ((for all a: a) -> (for all b: b)) -> (c, d) which means that each time g is applied, a and b may be instantiated differently. f's actual argument must have a type at least as general as ((for all a: a) -> (for all b: b)), and may not be some less general instance of this type. Type variables c and d are still implicitly quantified at the top level and, now that g's result type is a generic type variable, any types chosen for c and d are guaranteed to be instances of it. This type for f does not express the fact that b only needs to be at least as general as the types c and d. For example, if c and d were both Bool then any function of type (for all a: a -> Bool) would be a suitable argument to f but it would not match the above type for f.
  • gestalt psychotherapy — a therapy devised in the US in the 1960s in which patients are encouraged to concentrate on the immediate present and to express their true feelings
  • glacier national park — a national park in NW Montana: glaciers; lakes; forest reserve. 1534 sq. mi. (3970 sq. km).
  • glyceryl tripalmitate — palmitin.
  • goldbach's conjecture — the conjecture that every even number greater than two is the sum of two prime numbers
  • gram-molecular weight — gram molecule. Abbreviation: GMW.
  • grammatical inference — Deducing a grammar from given examples. Also known as "inductive inference" and recently as "computational learning".
  • guaranteed scheduling — (algorithm)   A scheduling algorithm used in multitasking operating systems that guarantees fairness by monitoring the amount of CPU time spent by each user and allocating resources accordingly.
  • henry steele commagerHenry Steele, 1902–98, U.S. historian, author, and teacher.
  • industrial psychology — the application of psychological principles and techniques to business and industrial problems, as in the selection of personnel or development of training programs.
  • lactate dehydrogenase — an enzyme that catalyzes the interconversion of pyruvate and lactate, an important step in carbohydrate metabolism: elevated serum levels indicate injury to kidney, skeletal muscle, or heart muscle. Abbreviation: LDH.
  • lady macbeth strategy — a strategy in a takeover battle in which a third party makes a bid acceptable to the target company, appearing to act as a white knight but subsequently joining forces with the original (unwelcome) bidder
  • large hadron collider — a particle accelerator at the European Laboratory for Particle Physics near Geneva, containing a circular underground tunnel 27km (16.8 miles) in circumference, around which two streams of hadrons are sent in opposite directions before being brought together in a high-energy collision
  • lateral magnification — the ratio of the height of the image to the height of the object in a lens or other optical system.
  • learning difficulties — difficulty experienced in reaching the average standard of people of the same age group as regards intellectual and cognitive skills and performance
  • light armored vehicle — an eight-wheeled armored reconnaissance car with a 25mm cannon, in service with the U.S. Army and Marine Corps in the 1980s.
  • like a shag on a rock — abandoned and alone
  • macgillicuddy's reeks — a mountain range in County Kerry, SW Ireland. Highest peak (also highest in Ireland), Carrantuohill, 3414 feet (1041 meters).
  • madagascar periwinkle — a plant, Catharanthus roseus (or Vinca rosea), cultivated for its glossy foliage and pink or white flowers.
  • magnesium trisilicate — a white, fine, odorless and tasteless powder, Mg 2 O 8 Si 3 ⋅nH 2 O, used industrially to absorb odors and decolorize and pharmaceutically as an antacid.
  • magnetic permeability — permeability (def 2).
  • magneto-optical drive — magneto-optical disk
  • magnetocaloric effect — an increase or decrease of the temperature of a thermally isolated magnetic substance accompanying an increase or decrease in the intensity of a magnetic field.
  • magnificent riflebird — a bird of paradise, Craspedophora magnifica
  • mechanical metallurgy — the branch of metallurgy dealing with the response of metals to applied forces.
  • mechanical weathering — any of the various weathering processes that cause physical disintegration of exposed rock without any change in the chemical composition of the rock: Collision between rock surfaces can cause mechanical weathering.
  • megaspore mother cell — a diploid cell in plants that undergoes meiosis to create four haploid megaspores.
  • meter-kilogram-second — of or relating to the system of units in which the meter, kilogram, and second are the principal units of length, mass, and time. Abbreviation: mks, MKS.
  • narrow-angle glaucoma — Ophthalmology. angle-closure glaucoma. See under glaucoma.
  • negotiable securities — securities that are legally transferable in title from one party to another
  • new general catalogue — NGC.
  • non-repeating decimal — a decimal representation of any irrational number, having the property that no sequence of digits is repeated ad infinitum.
  • nothing in particular — not anything specific
  • open graphics library — (graphics, library)   (OpenGL) A multi-platform software interface to graphics hardware, supporting rendering and imaging operations. The OpenGL interface was developed by Silicon Graphics, who license it to other vendors. The OpenGL graphics interface consists of several hundred functions operating on 2D and 3D objects, supporting basic techniques, such as modelling and smooth shading, and advanced techniques, such as texture mapping and motion blur. Many operations require a frame buffer. OpenGL is network-transparent, and a common extension to the X Window System allows an OpenGL client to communicate across a network with a different vendor's OpenGL server. OpenGL is based on Silicon Graphics' proprietary IRIS GL.
  • open trading protocol — Internet Open Trading Protocol
  • orthogonal projection — a two-dimensional graphic representation of an object in which the projecting lines are at right angles to the plane of the projection. Also called orthogonal projection. Compare isometric (def 5).
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?