0%

18-letter words containing g, l, o, t, c

  • conjugate solution — a system of liquids, each partially miscible in the other, existing with a common interface, consisting of a saturated solution of one in the other.
  • continental margin — the offshore zone, consisting of the continental shelf, slope, and rise, that separates the dry-land portion of a continent from the deep ocean floor.
  • cooking facilities — equipment necessary for cooking
  • cost of goods sold — The cost of goods sold is the cost of purchasing goods for resale, added to the cost of the raw materials and labor used to manufacture goods that are sold in a particular period of time.
  • coupling capacitor — A coupling capacitor is a capacitor that is used to transmit an alternating current signal from one node to another.
  • crested dog's-tail — a common wiry perennial grass, Cynosurus cristatus, of meadows and pasture
  • cultural sociology — the study of the origins and development of societal institutions, norms, and practices.
  • 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.
  • dendrochronologist — One who carries out dendrochronology.
  • developing country — a nonindustrialized poor country that is seeking to develop its resources by industrialization
  • dictionary catalog — a library catalog having all its entries, including authors, titles, subjects, etc., in one general alphabetical sequence.
  • digital switchover — the process of changing the method of transmitting television from analogue to digital format
  • digital technology — the branch of scientific or engineering knowledge that deals with the creation and practical use of digital or computerized devices, methods, systems, etc.: advances in digital technology.
  • digital video disc — Digital Versatile Disc
  • diphosphoglycerate — an ester of phosphoric acid and glyceric acid that occurs in the blood and that promotes the release of hemoglobin-bound oxygen.
  • directional signal — any of four signal lights on the front left, front right, rear left, and rear right of an automotive vehicle that, when actuated by the driver, flash in pairs on the side toward which a turn is to be made.
  • dragline excavator — a power shovel that operates by being dragged by cables at the end of an arm or jib: used for quarrying, opencast mining, etc
  • dramatic monologue — a poetic form in which a single character, addressing a silent auditor at a critical moment, reveals himself or herself and the dramatic situation.
  • drinking chocolate — sweetened cocoa powder
  • eighty-column mind — (abuse)   The sort said to be possessed by persons for whom the transition from punched card to paper tape was traumatic (nobody has dared tell them about disks yet). It is said that these people, including (according to an old joke) the founder of IBM, will be buried "face down, 9-edge first" (the 9-edge being the bottom of the card). This directive is inscribed on IBM's 1402 and 1622 card readers and is referenced in a famous bit of doggerel called "The Last Bug", the climactic lines of which are as follows: He died at the console Of hunger and thirst. Next day he was buried, Face down, 9-edge first. The eighty-column mind is thought by most hackers to dominate IBM's customer base and its thinking. See fear and loathing, card walloper.
  • electoral register — An electoral register is an official list of all the people who have the right to vote in an election.
  • electrocardiograms — Plural form of electrocardiogram.
  • electrocardiograph — A machine used for electrocardiography.
  • electrocorticogram — a record of brain waves obtained by placing electrodes directly on the surface of the exposed cerebral cortex
  • electronic banking — the transfer of money between financial institutions through an exchange of electronic signals over a network
  • electronic editing — editing of a sound or vision tape recording by electronic rerecording rather than by physical cutting
  • electronic meeting — (messaging)   The use of a network of personal computers to improve communication that takes place in a meeting. Electronic meetings are effective with as few as two participants and with over 100 participants. Participants can be face-to-face in a meeting room or distributed around the world. They may all be participating at the same time or different times.
  • electronic tagging — Electronic tagging is a system in which a criminal or suspected criminal has an electronic device attached to them which enables the police to know if they leave a particular area.
  • electrophotography — Any of several methods of photocopying in which an image is created and then transferred between surfaces using static electricity.
  • electroretinograms — Plural form of electroretinogram.
  • equinoctial spring — either of the two highest spring tides that occur at the equinoxes
  • ethnomusicological — Relating to or pertaining to ethnomusicology.
  • ethnopsychological — Relating to ethnopsychology.
  • 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).
  • farm the long acre — to graze cows on the verge of a road
  • fibrocartilaginous — a type of cartilage having a large number of fibers.
  • functional program — (language)   A program employing the functional programming approach or written in a functional language.
  • functional testing — (testing)   (Or "black-box testing", "closed-box testing") The application of test data derived from functional requirements without regard to how the system is implemented.
  • galactic longitude — the angular distance in degrees measured eastward in the galactic plane from a radius drawn from the earth as center to the constellation Sagittarius.
  • galilean telescope — a refracting telescope that forms an erect image, consisting of an objective of relatively long focal length that causes light rays to converge and an eyepiece of short focal length that causes them to diverge.
  • garbage collection — (programming)   (GC) The process by which dynamically allocated storage is reclaimed during the execution of a program. The term usually refers to automatic periodic storage reclamation by the garbage collector (part of the run-time system), as opposed to explicit code to free specific blocks of memory. Automatic garbage collection is usually triggered during memory allocation when the amount free memory falls below some threshold or after a certain number of allocations. Normal execution is suspended and the garbage collector is run. There are many variations on this basic scheme. Languages like Lisp represent expressions as graphs built from cells which contain pointers and data. These languages use automatic dynamic storage allocation to build expressions. During the evaluation of an expression it is necessary to reclaim space which is used by subexpressions but which is no longer pointed to by anything. This reclaimed memory is returned to the free memory pool for subsequent reallocation. Without garbage collection the program's memory requirements would increase monotonically throughout execution, possibly exceeding system limits on virtual memory size. The three main methods are mark-sweep garbage collection, reference counting and copying garbage collection. See also the AI koan about garbage collection.
  • gas-cooled reactor — a nuclear reactor using a gas as the coolant. In the Mark I type the coolant is carbon dioxide, the moderator is graphite, and the fuel is uranium cased in magnox
  • gene amplification — an increase in the frequency of replication of a DNA segment.
  • general contractor — a person who contracts to construct a building or buildings, for a stipulated sum, in accordance with certain plans and specifications, or to remodel or build an addition to a building
  • genetic algorithms — genetic algorithm
  • genetic counseling — the counseling of individuals with established or potential genetic problems, concerned with inheritance patterns and risks to future offspring.
  • gentleman-commoner — (formerly) a member of a class of commoners enjoying special privileges at Oxford University.
  • 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.
  • gestalt psychology — (sometimes lowercase) the theory or doctrine that physiological or psychological phenomena do not occur through the summation of individual elements, as reflexes or sensations, but through gestalts functioning separately or interrelatedly.
  • glyceryl trioleate — olein.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?