0%

19-letter words containing i, n, c, o, g, r

  • magnetohydrodynamic — Of or pertaining to magnetohydrodynamics.
  • magnetomotive force — a scalar quantity that is a measure of the sources of magnetic flux in a magnetic circuit. Abbreviation: mmf.
  • 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.
  • 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.
  • micromesh stockings — stockings made from a material consisting of a fine mesh
  • moving spirit/force — The moving spirit or moving force behind something is the person or thing that caused it to start and to keep going, or that influenced people to take part in it.
  • 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.
  • no strings attached — without conditions
  • not care/give a fig — If you say that someone doesn't care a fig or doesn't give a fig about something, you are emphasizing that they think it is unimportant or that they are not interested in it.
  • occupation grouping — a category in a system of classifying people according to occupation, based originally on information obtained by government census and subsequently developed by market research. The classifications are used by the advertising industry to identify potential markets. The groups are A, B, C1, C2, D, and E
  • optimising compiler — (programming, tool)   compiler which attempts to analyse the code it produces and to produce more efficient code by performing program transformation such as branch elimination, partial evaluation, or peep-hole optimisation. Contrast pessimising compiler.
  • 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
  • oscillating circuit — a circuit producing electrical oscillations.
  • parallel processing — extending in the same direction, equidistant at all points, and never converging or diverging: parallel rows of trees.
  • parthenogenetically — development of an egg without fertilization.
  • particle technology — Particle technology is knowledge and study which relates to particles, and is used in industry.
  • pastoral counseling — the use of psychotherapeutic techniques by trained members of the clergy to assist parishioners who seek help for personal or emotional problems.
  • pattern recognition — the automated identification of shapes or forms or patterns of speech.
  • 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.
  • performance figures — the statistics that indicate how well or badly a company or organization has performed
  • pneumogastric nerve — the vagus nerve.
  • 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
  • printing discussion — [XEROX PARC] A protracted, low-level, time-consuming, generally pointless discussion of something only peripherally interesting to all.
  • 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.
  • process engineering — the branch of engineering concerned with industrial processes, esp continuous ones, such as the production of petrochemicals
  • projection printing — the act or process of making projection prints.
  • propositional logic — (logic)   (or "propositional calculus") A system of symbolic logic using symbols to stand for whole propositions and logical connectives. Propositional logic only considers whether a proposition is true or false. In contrast to predicate logic, it does not consider the internal structure of propositions.
  • psychoendocrinology — the study of the relationship between the endocrine system and various symptoms or types of mental illness.
  • radiational cooling — the cooling of the earth's surface and adjacent air, primarily at night, caused by a loss of heat due to surface emission of infrared radiation.
  • reciprocal exchange — an unincorporated association formed so that its members can participate in reciprocal insurance.
  • reciprocal leveling — leveling between two widely separated points in which observations are made in both directions to eliminate the effects of atmospheric refraction and the curvature of the earth.
  • recording equipment — devices used for sound reproduction
  • recording secretary — an officer charged with keeping the minutes of meetings and responsible for the records.
  • register allocation — (compiler, algorithm)   The phase of a compiler that determines which values will be placed in registers. Register allocation may be combined with register assignment. This problem can be shown to be isomorphic to graph colouring by relating values to nodes in the graph and registers to colours. Values (nodes) which must be valid simultaneously are linked by edges and cannot be stored in the same register (coloured the same). See also register dancing and register spilling.
  • regular icosahedron — an icosahedron in which each of the faces is an equilateral triangle
  • religious education — religion as school subject
  • rhodesian ridgeback — a large short-haired breed of dog characterized by a ridge of hair growing along the back in the opposite direction to the rest of the coat. It was originally a hunting dog from South Africa
  • right circular cone — a cone whose surface is generated by lines joining a fixed point to the points of a circle, the fixed point lying on a perpendicular through the center of the circle.
  • rocky mountain goat — a long-haired, white, antelopelike wild goat, Oreamnos americanus, of mountainous regions of western North America, having short, black horns.
  • 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.
  • sandwich generation — the generation of people still raising their children while having to care for their aging parents.
  • saturation coverage — news coverage (of an event, etc) that is very thorough in order not to miss any details
  • scattersite housing — public housing, especially for low-income families, built throughout an urban area rather than being concentrated in a single neighborhood.
  • screen actors guild — a labor union for motion-picture performers, founded in 1933. Abbreviation: SAG.
  • secondary picketing — the picketing by strikers of a place of work that supplies goods to or distributes goods from their employer
  • self-congratulating — the expression or feeling of uncritical satisfaction with oneself or one's own accomplishment, good fortune, etc.; complacency.
  • self-congratulation — the expression or feeling of uncritical satisfaction with oneself or one's own accomplishment, good fortune, etc.; complacency.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?