0%

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

  • 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).
  • fibrocartilaginous — a type of cartilage having a large number of fibers.
  • frederick douglassFrederick, 1817–95, U.S. ex-slave, abolitionist, and orator.
  • 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.
  • galvanic corrosion — Galvanic corrosion is a type of corrosion caused by bringing together two different metals, one of which corrodes more rapidly than it would alone while the other corrodes less rapidly.
  • 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.
  • gene amplification — an increase in the frequency of replication of a DNA segment.
  • general confession — a prayer confessing sins
  • general precession — the precession that results from both lunisolar precession and planetary precession; precession of the equinoxes.
  • 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.
  • 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.
  • glyceryl trioleate — olein.
  • glycosaminoglycans — Plural form of glycosaminoglycan.
  • governor's council — a council chosen to assist or inform a governor on legislative or executive matters.
  • goya (y lucientes) — Fran‧ˈcis‧co Jo‧ˈsé‧ de (fʀɑnˈθiskɔhɔˈsɛ ðɛ) ; fränt hēsˈk^ōh^ōseˈ the) 1746-1828; Sp. painter
  • grand council fire — a formal gathering of camp fire members requiring a minimum attendance of three troops.
  • gregorian calendar — the reformed Julian calendar now in use, according to which the ordinary year consists of 365 days, and a leap year of 366 days occurs in every year whose number is exactly divisible by 4 except centenary years whose numbers are not exactly divisible by 400, as 1700, 1800, and 1900.
  • guidance counselor — advisor in schools
  • gulf of california — an arm of the Pacific Ocean, between Sonora and Lower California
  • helicopter gunship — military attack helicopter
  • hidalgo y costillaMiguel [mee-gel] /miˈgɛl/ (Show IPA), 1753–1811, Mexican priest, patriot, and revolutionist.
  • histomorphological — histology.
  • historical geology — the branch of geology dealing with the history of the earth.
  • horseless carriage — an automobile: The horse and buggy were eventually replaced by the horseless carriage.
  • ignition interlock — interlock (def 10).
  • immunohistological — the microscopic study of tissues with the aid of antibodies that bind to tissue components and reveal their presence.
  • immunopharmacology — the branch of pharmacology concerned with the immune system
  • inductive coupling — the coupling between two electric circuits through inductances linked by a common changing magnetic field.
  • intelligence corps — a military department that gathers and analyzes information
  • intercartilaginous — (anatomy) Within cartilage.
  • junior high school — a school attended after elementary school and usually consisting of grades seven through nine.
  • king of the castle — most powerful figure
  • lactogenic hormone — prolactin.
  • launching ceremony — a ceremony that celebrates the launch of a ship for the first time into the water
  • lithostratigraphic — Of or pertaining to lithostratigraphy.
  • logarithmic spiral — log r = aθ
  • logical complement — (logic)   In Boolean algebra, the logical complement or negation of a Boolean value is the opposite value, given by the following truth table: A | -A --+--- T | F F | T -A is also written as A with a bar over it or with a small vertical line hanging from the right-hand end of the "-" (LaTeX \neg) or as A'. In the C programming language, it is !A and in digital circuit design, /A.
  • logical positivism — a philosophical movement that stresses the function of philosophy as a method of criticizing and analyzing science and that rejects all transcendental metaphysics, statements of fact being held to be meaningful only if they have verifiable consequences in experience and in statements of logic, mathematics, or philosophy itself, and with such statements of fact deriving their validity from the rules of language.
  • logical positivist — an exponent or follower of logical positivism
  • logical shift left — logical shift
  • logically possible — capable of being described without self-contradiction
  • long-distance call — phone call: not local area
  • magnetic potential — a scalar quantity, analogous to the electric potential, defined at each point in a given magnetic field to be equal to the work done in bringing a unit north pole from infinity to the point.
  • magnetocrystalline — (physics) Describing the interaction between the magnetization and the crystal structure of a material.
  • magnetoelectricity — electricity developed by the action of magnets.
  • magnetorheological — (physics) describing a substance whose rheological properties are modified by a magnetic field.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?