0%

19-letter words containing c, h, i, o, g

  • histopathologically — In a histopathological manner.
  • historiographically — In a historiographical manner; by means of a historiography.
  • 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.
  • housing association — A housing association is an organization which owns houses and helps its members to rent or buy them more cheaply than on the open market.
  • human rights record — the facts that are known about the tendency of a country, regime, etc, to observe and protect human rights
  • humanist technology — (philosophy)   Technology centered around the interests, needs, and well-being of humans.
  • huntington's chorea — a hereditary disease of the central nervous system characterized by brain deterioration and loss of control over voluntary movements, the symptoms usually appearing in the fourth decade of life.
  • hyperbolic geometry — the branch of non-Euclidean geometry that replaces the parallel postulate of Euclidean geometry with the postulate that two distinct lines may be drawn parallel to a given line through a point not on the given line.
  • 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
  • inorganic chemistry — the branch of chemistry dealing with inorganic compounds.
  • john c breckinridgeJohn Cabell, 1821–75, vice president of the U.S. 1857–61: Confederate general in the American Civil War.
  • knights of columbus — an international fraternal and benevolent organization of Roman Catholic men, founded in New Haven, Connecticut, in 1882.
  • languages of choice — C and Lisp. Nearly every hacker knows one of these, and most good ones are fluent in both. Smalltalk and Prolog are also popular in small but influential communities. There is also a rapidly dwindling category of older hackers with Fortran, or even assembler, as their language of choice. They often prefer to be known as Real Programmers, and other hackers consider them a bit odd (see "The Story of Mel"). Assembler is generally no longer considered interesting or appropriate for anything but HLL implementation, glue, and a few time-critical and hardware-specific uses in systems programs. Fortran occupies a shrinking niche in scientific programming. Most hackers tend to frown on languages like Pascal and Ada, which don't give them the near-total freedom considered necessary for hacking (see bondage-and-discipline language), and to regard everything even remotely connected with COBOL or other traditional card walloper languages as a total and unmitigated loss.
  • league championship — the competition to become league champions
  • lightning conductor — A lightning conductor is a long thin piece of metal on top of a building that attracts lightning and allows it to reach the ground safely.
  • logical shift right — logical shift
  • lucent technologies — (company, telecommunications, Unix)   The former systems and equipment portion of AT&T (including Bell Laboratories), split off in 1996.
  • magnetic north pole — the point on Earth to where a compass needle points, and which is situated near the geographic North Pole. However, with time, the exact location can vary.
  • magnetohydrodynamic — Of or pertaining to magnetohydrodynamics.
  • malice aforethought — a predetermination to commit an unlawful act without just cause or provocation (applied chiefly to cases of first-degree murder).
  • 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.
  • meningoencephalitic — Relating to meningoencephalitis.
  • meningoencephalitis — Inflammation of the membranes of the brain and the adjoining cerebral tissue.
  • micromesh stockings — stockings made from a material consisting of a fine mesh
  • 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
  • neuropathologically — In a neuropathologic way.
  • 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
  • off-highway vehicle — An off-highway vehicle is a vehicle, such as one used for construction or agriculture, that is intended for use on steep or uneven ground.
  • 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
  • parthenogenetically — development of an egg without fertilization.
  • particle technology — Particle technology is knowledge and study which relates to particles, and is used in industry.
  • paumotu archipelago — Tuamotu Archipelago.
  • philosophical logic — the branch of philosophy that studies the relationship between formal logic and ordinary language, esp the extent to which the former can be held accurately to represent the latter
  • photographic memory — total recall
  • political geography — the branch of human geography that deals with the relationship between political processes and spatial structures (regions, territories, etc)
  • polyphonic ringtone — (in mobile phones) a ringtone in which more than one musical note is played at the same time
  • prescription charge — a charge, set by the government, to be paid by a patient for medicines
  • 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.
  • programmer's switch — (hardware)   A button on the front of some Apple Macintosh computers which, when pressed, causes a command line prompt to appear. This gives access to the built-in mini-debugger, which has commands to dump memory, return to the application that was broken out, and others. A more sophisticated debugger must be installed in order to inspect breakpoints, etc.
  • pseudo-biographical — of or relating to a person's life: He's gathering biographical data for his book on Milton.
  • pseudo-hieroglyphic — noting or pertaining to a script dating from the second millennium b.c. that appears to be syllabic and to represent the Phoenician language and that is inscribed on objects found at Byblos.
  • pseudopsychological — of or relating to psychology.
  • psychoendocrinology — the study of the relationship between the endocrine system and various symptoms or types of mental illness.
  • psychological novel — a novel that focuses on the complex mental and emotional lives of its characters and explores the various levels of mental activity.
  • psychophysiological — of or relating to psychophysiology.
  • psychotechnological — of or relating to psychotechnology
  • radiochromatography — chromatography in which radiolabeled substances on the chromatogram are determined quantitatively or qualitatively by measuring their radioactivity.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?