0%

19-letter words containing d, o, t, a, g

  • electrocardiographs — Plural form of electrocardiograph.
  • electrocardiography — The measurement of electrical activity in the heart and the recording of such activity as a visual trace (on paper or on an oscilloscope screen), using electrodes placed on the skin of the limbs and chest.
  • error-based testing — (programming)   Testing where information about programming style, error-prone language constructs, and other programming knowledge is applied to select test data capable of detecting faults, either a specified class of faults or all possible faults.
  • euclidean algorithm — Euclid's Algorithm
  • fixed-rate mortgage — a home mortgage for which equal monthly payments of interest and principal are paid over the life of the loan, usually for a term of 30 years.
  • floating foundation — a foundation used in yielding soil, having for its footing a raft tending to displace a weight greater than that of the building.
  • 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
  • front-end financing — money or costs required or incurred in advance of a project in order to get it under way
  • 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.
  • gentile da fabriano — 1370?–1427, Italian painter.
  • geothermal gradient — the increase in temperature with increasing depth within the earth.
  • geraldton waxflower — an evergreen shrub, Chamelaucium uncinatum, native to W Australia, cultivated for its pale pink flowers
  • get one's dander up — to become or to cause someone to become annoyed or angry
  • 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 into liquidation — to close one's business by collecting assets and settling all debts
  • 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.
  • go under the hammer — to be offered for sale by an auctioneer
  • goldbach conjecture — an unproved theorem that every even integer greater than 2 can be written as the sum of two prime numbers.
  • 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 clock — a pendulum floor clock having a case as tall as or taller than a person; tall-case clock; long-case clock.
  • grandmother's clock — a pendulum clock similar to a grandfather's clock but shorter.
  • gravitational field — the attractive effect, considered as extending throughout space, of matter on other matter.
  • great idaean mother — Cybele.
  • hanging indentation — a style of text-setting in which the first line of a paragraph is set to the full measure and subsequent lines are indented at the left-hand side
  • have a good mind to — (in a human or other conscious being) the element, part, substance, or process that reasons, thinks, feels, wills, perceives, judges, etc.: the processes of the human mind.
  • have an ax to grind — an instrument with a bladed head on a handle or helve, used for hewing, cleaving, chopping, etc.
  • have designs on sth — If someone has designs on something, they want it and are planning to get it, often in a dishonest way.
  • heel-and-toe racing — race walking.
  • 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
  • index expurgatorius — a list of books now included in the Index Librorum Prohibitorum, forbidden to be read except from expurgated editions.
  • 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
  • interior decorating — art of choosing furnishings and décor
  • introduction agency — a company whose business is to match romantic partners for a fee
  • 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.
  • knock-down-drag-out — marked by unrelenting violence: a knock-down-drag-out fight.
  • ladies-of-the-night — plural of lady-of-the-night.
  • lady of the evening — a prostitute.
  • leading coefficient — the coefficient of the term of highest degree in a given polynomial. 5 is the leading coefficient in 5 x 3 + 3 x 2 − 2 x + 1.
  • 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.
  • long-and-short work — an arrangement of rectangular quoins or jambstones set alternately vertically and horizontally.
  • 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.
  • magnetohydrodynamic — Of or pertaining to magnetohydrodynamics.
  • managed competition — a strategy for healthcare delivery whereby costs are reduced by fostering competition between providers of managed-care contracts for large employers.
  • 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.
  • maximum maytag mode — (storage, humour)   (From the US brand of washing machine) What a washing machine or, by extension, any hard disk is in when it's being used so heavily that it's shaking like an old Maytag with an unbalanced load. If prolonged for any length of time, can lead to disks becoming walking drives.
  • 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?