0%

19-letter words containing d, o, g, t, r, e

  • 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.
  • 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
  • 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.
  • grosse pointe woods — a city in SE Michigan, near Detroit.
  • 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.
  • 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 one's right mind — sane
  • 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
  • junior middleweight — a boxer weighing up to 154 pounds (69.3 kg), between welterweight and middleweight.
  • 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.
  • 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.
  • 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.
  • medroxyprogesterone — a progesterone derivative, C 2 4 H 3 4 O 4 , used in the treatment of abnormal uterine bleeding and secondary amenorrhea, as a contraceptive of long duration, and in the treatment of certain cancers.
  • 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
  • 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
  • next door neighbour — a person who lives in the house, flat, etc, next to one's home
  • no strings attached — without conditions
  • nonproprietary drug — A nonproprietary drug is a generic drug that is essentially similar to a drug with a brand name.
  • noughts and crosses — tick-tack-toe (def 1).
  • noughts-and-crosses — tick-tack-toe (def 1).
  • old english pattern — a spoon pattern having a stem curving backward at the end.
  • on the razor's edge — a sharp-edged instrument used especially for shaving the face or trimming the hair.
  • order of the garter — the highest order of British knighthood, instituted by Edward III about 1348.
  • 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
  • orthopaedic surgery — surgery concerned with disorders of the spine and joints and the repair of deformities of these parts
  • pedestrian crossing — place to cross road
  • photodisintegration — the disintegration of a nucleus, induced by its absorption of a photon.
  • pretty good privacy — (tool, cryptography)   (PGP) A high security RSA public-key encryption application for MS-DOS, Unix, VAX/VMS, and other computers. It was written by Philip R. Zimmermann <[email protected]> of Phil's Pretty Good(tm) Software and later augmented by a cast of thousands, especially including Hal Finney, Branko Lankester, and Peter Gutmann. PGP was distributed as "guerrilla freeware". The authors don't mind if it is distributed widely, just don't ask Philip Zimmermann to send you a copy. PGP uses a public-key encryption algorithm claimed by US patent #4,405,829. The exclusive rights to this patent are held by a California company called Public Key Partners, and you may be infringing this patent if you use PGP in the USA. This is explained in the PGP User's Guide, Volume II. PGP allows people to exchange files or messages with privacy and authentication. Privacy and authentication are provided without managing the keys associated with conventional cryptographic software. No secure channels are needed to exchange keys between users, which makes PGP much easier to use. This is because PGP is based on public-key cryptography. PGP encrypts data using the International Data Encryption Algorithm with a random session key, and uses the RSA algorithm to encrypt the session key. In December 1994 Philip Zimmermann faced prosecution for "exporting" PGP out of the United States but in January 1996 the US Goverment dropped the case. A US law prohibits the export of encryption software out of the country. Zimmermann did not do this, but the US government hoped to establish the proposition that posting an encryption program on a BBS or on the Internet constitutes exporting it - in effect, stretching export control into domestic censorship. If the government had won it would have had a chilling effect on the free flow of information on the global network, as well as on everyone's privacy from government snooping.
  • 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.
  • proctosigmoidoscope — sigmoidoscope.
  • recording equipment — devices used for sound reproduction
  • recording secretary — an officer charged with keeping the minutes of meetings and responsible for the records.
  • religious education — religion as school subject
  • removable cartridge — a hard disk enclosed in a case that can be removed from the disk drive, having more storage than floppy disks.
  • right-eyed flounder — any of several flatfishes of the family Pleuronectidae, having both eyes on the right side of the head.
  • rio grande do norte — a state in E Brazil. 20,464 sq. mi. (53,000 sq. km). Capital: Natal.
  • run into the ground — to do too long or too often; overdo
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?