0%

19-letter words containing d, e, c, i, n, g

  • 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.
  • 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).
  • giraldus cambrensis — literary name of Gerald de Barri. ?1146–?1223, Welsh chronicler and churchman, noted for his accounts of his travels in Ireland and Wales
  • give one credit for — to commend one for
  • go round in circles — to engage in energetic but fruitless activity
  • goods received note — a document created by a buyer on receipt of merchandise and which describes each good and details the quantity of each received
  • grand duke nicholas — of Cusa [kyoo-zuh] /ˈkyu zə/ (Show IPA), 1401–1464, German cardinal, mathematician, and philosopher. German Nikolaus von Cusa.
  • grandfather's chair — wing chair.
  • great-grandchildren — a grandchild of one's son or daughter.
  • grievance procedure — the established series of steps to be taken in dealing with a grievance raised with an employer by an employee
  • heel-and-toe racing — race walking.
  • highland clearances — in Scotland, the removal, often by force, of the people from some parts of the Highlands to make way for sheep, during the eighteenth and nineteenth centuries
  • honorable discharge — a discharge from military service of a person who has fulfilled obligations efficiently, honorably, and faithfully.
  • 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 descending order — starting with the biggest, most important, highest etc and continuing in decreasing order to end with the smallest, least important, lowest, etc
  • 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
  • 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
  • john c breckinridgeJohn Cabell, 1821–75, vice president of the U.S. 1857–61: Confederate general in the American Civil War.
  • 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.
  • king charles's head — a fixed idea; personal obsession
  • landscape gardening — the art or trade of designing or rearranging large gardens, estates, etc.
  • leading aircraftman — the rank above aircraftman
  • 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.
  • magnetic tape drive — (storage)   (Or "tape drive") A peripheral device that reads and writes magnetic tape.
  • 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.
  • manned space flight — space travel in vehicles with a human crew
  • 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.
  • neighbourhood watch — a scheme under which members of a community agree together to take responsibility for keeping an eye on each other's property, as a way of preventing crime
  • night-scented stock — a plant, Matthiola bicornis, of the genus Matthiola, of the Mediterranean region, cultivated for its brightly coloured flowers: Brassicaceae (crucifers)
  • no strings attached — without conditions
  • orthopaedic surgeon — a surgeon specializing in the branch of surgery concerned with disorders of the spine and joints and the repair of deformities of these parts
  • pecuniary advantage — financial advantage that is dishonestly obtained by deception and that constitutes a criminal offence
  • pedestrian crossing — place to cross road
  • percussion drilling — Percussion drilling is a drilling method which involves lifting and dropping heavy tools to break rock, and uses steel casing tubes to stop the borehole from collapsing.
  • physical addressing — (networking)   The low level addressing scheme used on Ethernet. The 48-bit destination Ethernet address in a packet is compared with the receiving node's Ethernet address. Compare IP address.
  • postage and packing — the cost of packing and mailing an item bought by post
  • priority scheduling — (operating system)   Processes scheduling in which the scheduler selects tasks to run based on their priority as opposed to, say, a simple round-robin. Priorities may be static or dynamic. Static priorities are assigned at the time of creation, while dynamic priorities are based on the processes' behaviour while in the system. For example, the scheduler may favour I/O-intensive tasks so that expensive requests can be issued as early as possible. A danger of priority scheduling is starvation, in which processes with lower priorities are not given the opportunity to run. In order to avoid starvation, in preemptive scheduling, the priority of a process is gradually reduced while it is running. Eventually, the priority of the running process will no longer be the highest, and the next process will start running. This method is called aging.
  • psychoendocrinology — the study of the relationship between the endocrine system and various symptoms or types of mental illness.
  • recording equipment — devices used for sound reproduction
  • recording secretary — an officer charged with keeping the minutes of meetings and responsible for the records.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?