0%

19-letter words containing g, r, a, d, t, i

  • forward integration — the acquisition of all or part of a distribution chain by a firm that sells the goods distributed, so that the firm becomes or become closer to the direct seller of the goods
  • frederick the great — Frederick I (def 2).
  • front-end financing — money or costs required or incurred in advance of a project in order to get it under way
  • future date testing — (testing)   The process of setting a computer's date to a future date to test a program's (expected or unexpected) date sensitivity. Future date testing only shows the effects of dates on the computer(s) under scrutiny, it does not take into account knock-on effects of dates on other connected systems.
  • galactic coordinate — Usually, galactic coordinates. a member of a system of coordinates that define the position of a celestial body with reference to the Milky Way.
  • gedanken experiment — thought experiment.
  • gender reassignment — the alteration, by surgery and hormone treatments, of a person's physical sex characteristics to approximate those of the opposite sex: Born male, she now lives as a woman but has no plans for a sex change.
  • gentile da fabriano — 1370?–1427, Italian painter.
  • geothermal gradient — the increase in temperature with increasing depth within the earth.
  • gigabits per second — (unit)   (Gbps) A unit of information transfer rate equal to one billion bits per second. Note that, while a gigabit is defined as a power of two (2^30 bits), a gigabit per second is defined as a power of ten (10^9 bits per second, which is slightly less) than 2^30).
  • go to rack and ruin — If you say that a place is going to rack and ruin, you are emphasizing that it is slowly becoming less attractive or less pleasant because no-one is bothering to look after it.
  • golden lion tamarin — a monkey, Leontopithecus rosalia rosalia, of tropical rain forests of southeastern Brazil, having a silky golden coat and a long golden mane: threatened with extinction.
  • grade point average — a measure of scholastic attainment computed by dividing the total number of grade points received by the total number of credits or hours of course work taken.
  • grandfather's chair — wing chair.
  • gravitational field — the attractive effect, considered as extending throughout space, of matter on other matter.
  • great idaean mother — Cybele.
  • great indian desert — a desert in NW India and S Pakistan. About 77,000 sq. mi. (200,000 sq. km).
  • great-grandchildren — a grandchild of one's son or daughter.
  • have an ax to grind — an instrument with a bladed head on a handle or helve, used for hewing, cleaving, chopping, etc.
  • heel-and-toe racing — race walking.
  • highways department — the department of a state, council, etc, responsible for the upkeep of roads and highways
  • horizontal drilling — Horizontal drilling is drilling in which the direction of the wellbore is more than 80 degrees from the vertical.
  • horizontal encoding — (processor)   An instruction set where each field (a bit or group of bits) in an instruction word controls some functional unit or gate directly, as opposed to vertical encoding where instruction fields are decoded (by hard-wired logic or microcode) to produce the control signals. Horizontal encoding allows all possible combinations of control signals (and therefore operations) to be expressed as instructions whereas vertical encoding uses a shorter instruction word but can only encode those combinations of operations built into the decoding logic. An instruction set may use a mixture of horizontal and vertical encoding within each instruction. Because an architecture using horizontal encoding typically requires more instruction word bits it is sometimes known as a very long instruction word (VLIW) architecture.
  • human rights record — the facts that are known about the tendency of a country, regime, etc, to observe and protect human rights
  • in the driving seat — If you say that someone is in the driving seat, you mean that they are in control in a situation.
  • in this/that regard — You can use in this regard or in that regard to refer back to something that you have just said.
  • indefinite integral — a representation, usually in symbolic form, of any function whose derivative is a given function.
  • index expurgatorius — a list of books now included in the Index Librorum Prohibitorum, forbidden to be read except from expurgated editions.
  • index-tracking fund — an investment fund that is administered so that its value changes in line with a given share index
  • indirect addressing — indirect address
  • induction hardening — a process in which the outer surface of a metal component is rapidly heated by means of induced eddy currents. After rapid cooling the resulting phase transformations produce a hard wear-resistant skin
  • industrial-strength — unusually strong, potent, or the like: heavy-duty: an industrial-strength soap.
  • indwelling catheter — a hollow tube left implanted in a body canal or organ, especially the bladder, to promote drainage.
  • interior decorating — art of choosing furnishings and décor
  • interlaced scanning — a system of scanning a television picture, first along the even-numbered lines, then along the odd-numbered lines, in one complete scan
  • intermediate-acting — (of a drug) intermediate in its effects between long- and short-acting drugs
  • intersecting arcade — interlacing arcade.
  • introduction agency — a company whose business is to match romantic partners for a fee
  • iterative deepening — (algorithm)   A graph search algorithm that will find the shortest path with some given property, even when the graph contains cycles. When searching for a path through a graph, starting at a given initial node, where the path (or its end node) has some desired property, a depth-first search may never find a solution if it enters a cycle in the graph. Rather than avoiding cycles (i.e. never extend a path with a node it already contains), iterative deepening explores all paths up to length (or "depth") N, starting from N=0 and increasing N until a solution is found.
  • kellogg-briand pact — a treaty renouncing war as an instrument of national policy and urging peaceful means for the settlement of international disputes, originally signed in 1928 by 15 nations, later joined by 49 others.
  • landrum-griffin act — an act of Congress (1959) outlawing secondary boycotts, requiring public disclosure of the financial records of unions, and guaranteeing the use of secret ballots in union voting.
  • leading aircraftman — the rank above aircraftman
  • learning disability — a disorder, as dyslexia, usually affecting school-age children of normal or above-normal intelligence, characterized by difficulty in understanding or using spoken or written language, and thought to be related to impairment or slowed development of perceptual motor skills.
  • load-bearing printf — (programming, humour)   The kind of bug present in a program which works correctly when producing debug output but fails when the debugging is turned off. The expression combines load-bearing wall and printf as used in debugging by printf.
  • longitudinal parity — (storage, communications)   An extra byte (or word) appended to a block of data in order to reveal corruption of the data. Bit n of this byte indicates whether there was an even or odd number of "1" bits in bit position n of the bytes in the block. The parity byte is computed by XORing the data bytes in the block. Longitudinal parity allows single bit errors to be detected.
  • magnetic tape drive — (storage)   (Or "tape drive") A peripheral device that reads and writes magnetic tape.
  • magnetohydrodynamic — Of or pertaining to magnetohydrodynamics.
  • manchester encoding — (communications, protocol)   A method of transmitting bits which enables the receiver to easily synchronise with the sender. A simple way of signalling bits might be to transmit a high voltage for some period for a 1-bit and a low voltage for a 0 bit: Bits Sent: 1 1 0 0 Signal: High ___ Low |___ Time: -> . . . . . However, when several identical bits are sent in succession, this provides no information to the receiver about when each bit starts and stops. Manchester encoding splits each bit period into two, and ensures that there is always a transition between the signal levels in the middle of each bit. This allows the receiver to synchronise with the sender. In normal Manchester encoding, a 1-bit is transmitted with a high voltage in the first period, and a low voltage in the second, and vice verse for the 0 bit: Bits Sent: 1 1 0 0 Signal: High Low || |_| || Time: -> . ' . ' . ' . ' . In Differential Manchester encoding, a 1-bit is indicated by making the first half of the signal equal to the last half of the previous bit's signal and a 0-bit is indicated by making the first half of the signal opposite to the last half of the previous bit's signal. That is, a zero bit is indicated by a transition at the beginning of the bit. Like normal Manchester encoding, there is always a transition in the middle of the transmission of the bit. Differential Manchester Encoding Bits Sent: 1 1 0 0 Signal: High __ Low |_| || || Time: -> . ' . ' . ' . ' . With each bit period half as long, twice as much bandwidth is required when using either of the Manchester encoding schemes.
  • megabits per second — (unit)   (Mbps, Mb/s) Millions of bits per second. A unit of data rate. 1 Mb/s = 1,000,000 bits per second (not 1,048,576). E.g. Ethernet can carry 10 Mbps.
  • midnight regulation — a rule or directive approved by the federal government near the end of a president’s term of office
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?