0%

19-letter words containing c, o, d, e, n, t

  • manchester autocode — (language, history)   The predecessor of Mercury Autocode.
  • 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.
  • maratha confederacy — a loose league of states in central and western India, c1750–1818.
  • mary mcleod bethune — Mary McLeod [muh-kloud] /məˈklaʊd/ (Show IPA), 1875–1955, U.S. educator and civil-rights leader.
  • means of production — resources: equipment, workers
  • medical examination — physical examination
  • 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.
  • meter-candle-second — a unit of light-exposure equivalent to one lux for one second.
  • ministry of defence — the government department responsible for the country's military measures or resources
  • minor seventh chord — a chord consisting of a minor triad with an added minor seventh above the root
  • moses-in-the-cradle — a plant, Rhoeo spathacea, native to the West Indies and Central America, having leaves with purple undersides and white flowers enclosed in a boat-shaped envelope formed by two bracts.
  • mud object oriented — (games)   (MOO) One of the many MUD spin-offs (e.g. MUSH, MUSE, and MUX) created to diversify the realm of interactive text-based gaming. A MOO is similar to a MUSH in that the users themselves can create objects, rooms, and code to add to the environment. The most frequently used server software for running a MOO is LambdaMOO but alternatives include WinMOO and MacGoesMOO.
  • necessary condition — prerequisite
  • 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
  • non-confidentiality — spoken, written, acted on, etc., in strict privacy or secrecy; secret: a confidential remark.
  • northwest ordinance — the act of Congress in 1787 providing for the government of the Northwest Territory and setting forth the steps by which its subdivisions might become states.
  • noughts and crosses — tick-tack-toe (def 1).
  • noughts-and-crosses — tick-tack-toe (def 1).
  • object-oriented sql — (language)   (OSQL) A functional language, a superset of SQL, used in Hewlett-Packard's OpenODB database system.
  • on no consideration — for no reason whatsoever; never
  • operations director — a director or senior manager who oversees the efficiency of business operations
  • 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
  • overhead projection — the projection (using an overhead projector) of an enlarged image of a transparency onto a surface above and behind the person using it
  • oxidation-reduction — a chemical reaction between two substances in which one substance is oxidized and the other reduced.
  • pedestrian crossing — place to cross road
  • phenylthiocarbamide — a crystalline, slightly water-soluble solid, C 6 H 5 NHCSNH 2 , that is either tasteless or bitter, depending upon the heredity of the taster, and is used in medical genetics and as a diagnostic.
  • plastic deformation — In plastic deformation a material changes shape when a stress is applied to it and does not go back to its original state when the stress is removed.
  • pocket-handkerchief — handkerchief (def 1).
  • post-and-rail fence — a fence constructed of upright wooden posts with horizontal timber slotted through it
  • postage and packing — the cost of packing and mailing an item bought by post
  • preproduction model — a prototype of a product before the product goes into full-scale production
  • preproduction trial — a trial to test a prototype of a product before the product goes into full-scale production
  • 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.
  • promotions director — someone in charge of encouraging the sale of (a product) by advertising or securing financial support
  • pseudo-conservative — disposed to preserve existing conditions, institutions, etc., or to restore traditional ones, and to limit change.
  • pseudo-intellectual — a person exhibiting intellectual pretensions that have no basis in sound scholarship.
  • reactive depression — depression occurring in response to some situational stress, as loss of one's job.
  • recording equipment — devices used for sound reproduction
  • recording secretary — an officer charged with keeping the minutes of meetings and responsible for the records.
  • reduction potential — (in a galvanic cell) the potential of the electrode at which reduction occurs.
  • reference electrode — an electrode of known oxidation potential used in determining the electromotive force of a galvanic cell.
  • reinforced concrete — concrete containing steel bars, strands, mesh, etc., to absorb tensile and shearing stresses.
  • religious education — religion as school subject
  • reserved occupation — in time of war, an occupation from which one will not be called up for military service
  • resonance radiation — radiation emitted by an atom or molecule, having the same frequency as that of an incident particle, as a photon, and usually involving a transition to the lowest energy level of the atom or molecule.
  • reticuloendothelial — pertaining to, resembling, or involving cells of the reticuloendothelial system.
  • royal correspondent — a journalist who reports on matters relating to royalty
  • run-length encoding — A kind of compression algorithm which replaces sequences ("runs") of consecutive repeated characters (or other units of data) with a single character and the length of the run. This can either be applied to all input characters, including runs of length one, or a special character can be used to introduce a run-length encoded group. The longer and more frequent the runs are, the greater the compression that will be achieved. This technique is particularly useful for encoding black and white images where the data units would be single bit pixels.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?