0%

18-letter words containing g, l, a, i, r, s

  • (go) off the rails — (to go) off the proper course
  • agro-industrialize — to industrialize the agriculture of: to agro-industrialize a developing nation.
  • alphaphotographics — A display made up of text characters combined with high-resolution photographic images (proposed as a future form of videotex).
  • alternate straight — a hand consisting of five cards following one another by two in order of denomination, as a five, seven, nine, jack, and king, being of special value in certain games.
  • alternating series — a series, usually infinite, in which successive terms have opposite signs, as 1 − ½ + ¼ − ⅛ +. ….
  • angular dispersion — a measure of the angular separation of light rays of different wavelength or color traversing a prism or diffraction grating, equal to the rate of change of the angle of deviation with respect to the change in wavelength.
  • antiprostaglandins — Plural form of antiprostaglandin.
  • appalachian spring — a dance (1944) choreographed by Martha Graham, with musical score by Aaron Copland.
  • appraisal drilling — (in the oil industry) drilling carried out once oil or gas has been discovered in order to assess the extent of the field, the reserves, the possible rate of production, and the properties of the oil or gas
  • aristotelian logic — the logical theories of Aristotle as developed in the Middle Ages, concerned mainly with syllogistic reasoning: traditional as opposed to modern or symbolic logic
  • arm's-length price — a price of a transaction agreed in accordance with market values, disregarding any connection such as common ownership of the companies involved
  • assignment problem — (mathematics, algorithm)   (Or "linear assignment") Any problem involving minimising the sum of C(a, b) over a set P of pairs (a, b) where a is an element of some set A and b is an element of set B, and C is some function, under constraints such as "each element of A must appear exactly once in P" or similarly for B, or both. For example, the a's could be workers and the b's projects. The problem is "linear" because the "cost function" C() depends only on the particular pairing (a, b) and is independent of all other pairings.
  • astrological chart — map of constellations at certain time
  • asynchronous logic — (architecture)   A data-driven circuit design technique where, instead of the components sharing a common clock and exchanging data on clock edges, data is passed on as soon as it is available. This removes the need to distribute a common clock signal throughout the circuit with acceptable clock skew. It also helps to reduce power dissipation in CMOS circuits because gates only switch when they are doing useful work rather than on every clock edge. There are many kinds of asynchronous logic. Data signals may use either "dual rail encoding" or "data bundling". Each dual rail encoded Boolean is implemented as two wires. This allows the value and the timing information to be communicated for each data bit. Bundled data has one wire for each data bit and another for timing. Level sensitive circuits typically represent a logic one by a high voltage and a logic zero by a low voltage whereas transition signalling uses a change in the signal level to convey information. A speed independent design is tolerant to variations in gate speeds but not to propagation delays in wires; a delay insensitive circuit is tolerant to variations in wire delays as well. The purest form of circuit is delay-insensitive and uses dual-rail encoding with transition signalling. A transition on one wire indicates the arrival of a zero, a transition on the other the arrival of a one. The levels on the wires are of no significance. Such an approach enables the design of fully delay-insensitive circuits and automatic layout as the delays introduced by the layout compiler can't affect the functionality (only the performance). Level sensitive designs can use simpler, stateless logic gates but require a "return to zero" phase in each transition.
  • ballistocardiogram — a tracing made by a ballistocardiograph
  • bartholin's glands — two small reddish-yellow glands, one on each side of the vaginal orifice, that secrete a mucous lubricating substance during sexual stimulation in females
  • biological parents — the biological mother and father of a child
  • blissful ignorance — unawareness or inexperience of something unpleasant
  • borosilicate glass — any of a range of heat- and chemical-resistant glasses, such as Pyrex, prepared by fusing together boron(III) oxide, silicon dioxide, and, usually, a metal oxide
  • bring-and-buy sale — A bring-and-buy sale is an informal sale to raise money for a charity or other organization. People who come to the sale bring things to be sold and buy things that other people have brought.
  • building materials — materials such as bricks, cement, timber, etc
  • cartilaginous fish — any fish of the class Chondrichthyes, including the sharks, skates, and rays, having a skeleton composed entirely of cartilage
  • catalogue raisonne — a descriptive catalogue, esp one covering works of art in an exhibition or collection
  • cauliflower fungus — a large edible white to yellowish cauliflowerlike mushroom, Sparassis radicata, widely distributed in North America.
  • celestial marriage — the rite or state of marriage, performed in a Mormon temple by the Church of Jesus Christ of Latter-day Saints and believed to continue beyond death.
  • cervical screening — a screening for cervical cancer
  • chagos archipelago — group of islands in the Indian Ocean 1,180 mi (1,899 km) northeast of Mauritius, comprising the British Indian Ocean Territory: chief island, Diego Garcia
  • chattering classes — The chattering classes are people such as journalists, broadcasters, or public figures who comment on events but have little or no influence over them.
  • collection charges — the charges levied to cover expenses for the collection of debt
  • collision coverage — Collision coverage is insurance cover for vehicle accidents.
  • congregationalists — a form of Protestant church government in which each local religious society is independent and self-governing.
  • creeping paralysis — any slow process that causes a system, government, etc, to stop working efficiently
  • 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.
  • digital signatures — digital signature
  • digital switchover — the process of changing the method of transmitting television from analogue to digital format
  • 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.
  • division algorithm — the theorem that an integer can be written as the sum of the product of two integers, one a given positive integer, added to a positive integer smaller than the given positive integer. Compare Euclidean algorithm.
  • dressing table set — a set including a hairbrush, mirror and comb, often with silver backs
  • eastern algonquian — a subgroup of the Algonquian language family, comprising the languages spoken aboriginally from Nova Scotia to northeastern North Carolina.
  • eclipsing variable — a variable star whose changes in brightness are caused by periodic eclipses of two stars in a binary system.
  • eggshell porcelain — a type of very thin translucent porcelain originally made in China
  • electoral register — An electoral register is an official list of all the people who have the right to vote in an election.
  • electric discharge — electricity emitted
  • electrocardiograms — Plural form of electrocardiogram.
  • electroretinograms — Plural form of electroretinogram.
  • equinoctial spring — either of the two highest spring tides that occur at the equinoxes
  • 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).

On this page, we collect all 18-letter words with G-L-A-I-R-S. It’s easy to find right word with a certain length. It is the easiest way to find 18-letter word that contains in G-L-A-I-R-S 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?