0%

18-letter words containing n, o, c, g, e, i

  • mortgage insurance — policy to compensate for property loan payments
  • moulding technique — the technique used to shape a material into a frame or mould
  • moving bed reactor — A moving bed reactor is a reactor in which a layer of catalyst in the form of granules is moved between a reaction area and a regeneration area.
  • negative cash flow — the situation when income is less than payments
  • negligent homicide — a criminal charge brought against people who, through criminal negligence, allow others to die
  • neighborhood watch — a neighborhood surveillance program or group in which residents keep watch over one another's houses, patrol the streets, etc., in an attempt to prevent crime.
  • netscape navigator — (networking, tool, product)   /Mozilla/ (Often called just "Netscape") A web browser from Netscape Communications Corporation. The first beta-test version was released free to the Internet on 13 October 1994. Netscape evolved from NCSA Mosaic (with which it shares at least one author) and runs on the X Window System under various versions of Unix, on Microsoft Windows and on the Apple Macintosh. It features integrated support for sending electronic mail and reading Usenet news, as well as RSA encryption to allow secure communications for commercial applications such as exchanging credit card numbers with net retailers. It provides multiple simultaneous interruptible text and image loading; native inline JPEG image display; display and interaction with documents as they load; multiple independent windows. Netscape was designed with 14.4 kbps modem links in mind. You can download Netscape Navigator for evaluation, or for unlimited use in academic or not-for-profit environments. You can also pay for it. Version: 1.0N. E-mail: <[email protected]>.
  • neuroendocrinology — the study of the anatomical and physiological interactions between the nervous and endocrine systems.
  • neurophysiological — the branch of physiology dealing with the functions of the nervous system.
  • neuropsychological — Of or pertaining to neuropsychology, the relation or combination of brain and mind.
  • neutrosophic logic — (logic)   (Or "Smarandache logic") A generalisation of fuzzy logic based on Neutrosophy. A proposition is t true, i indeterminate, and f false, where t, i, and f are real values from the ranges T, I, F, with no restriction on T, I, F, or the sum n=t+i+f. Neutrosophic logic thus generalises: - intuitionistic logic, which supports incomplete theories (for 0100 and i=0, with both t,f<100); - dialetheism, which says that some contradictions are true (for t=f=100 and i=0; some paradoxes can be denoted this way). Compared with all other logics, neutrosophic logic introduces a percentage of "indeterminacy" - due to unexpected parameters hidden in some propositions. It also allows each component t,i,f to "boil over" 100 or "freeze" under 0. For example, in some tautologies t>100, called "overtrue".
  • nicotine poisoning — a toxic effect caused by nicotine
  • nightmare scenario — If you describe a situation or event as a nightmare scenario, you mean that it is the worst possible thing that could happen.
  • nonaggression pact — an agreement between two nations not to attack each other, usually for a specified period of years
  • noninterchangeable — That cannot be interchanged with another.
  • nonionic detergent — a detergent that is polar but does not ionize in aqueous solution.
  • north college hill — a city in SW Ohio.
  • oath of allegiance — pledge to one's nation
  • obedience training — the training of an animal, especially a dog, to obey certain commands.
  • objective genitive — a use of the genitive case to express an objective relationship, as in Latin timor mortis (fear of death)
  • office of readings — the first of the canonical hours; matins
  • on delicate ground — in a situation requiring tact
  • optical brightener — an additive that dyes and brightens fabric or paper
  • oscillating engine — a steam engine having piston rods connected directly to the crankshaft and cylinders oscillating on trunnions.
  • osteogenic sarcoma — osteosarcoma
  • parallel computing — parallel processing
  • peacekeeping force — a force designated to the maintenance of peace, esp the prevention of further fighting between hostile forces in an area
  • people trafficking — the practice of bringing immigrants into a country illegally
  • percussion flaking — a method of forming a flint tool by striking flakes from a stone core with another stone or a piece of bone or wood.
  • percussion welding — a form of resistance welding in which the required pressure is provided by a hammerlike blow.
  • pontifical college — the chief body of priests in ancient Rome.
  • process scheduling — multitasking
  • procrustean string — (programming)   A fixed-length string. If a string value is too long for the allocated space, it is truncated to fit; and if it is shorter, the empty space is padded, usually with space characters. This is an allusion to Procrustes, a legendary robber of ancient Attica. He bound his victims to a bed, and if they were shorter than the bed, he stretched their limbs until they would fit; if their limbs were longer, he lopped them off.
  • production manager — a supervisor of the budget, crew and other details in the production of a film or play
  • progressive coding — (graphics, file format, algorithm)   (Or "interlacing") An aspect of a graphics storage format or transmission algorithm that treats bitmap image data non-sequentially in such a way that later data adds progressively greater resolution to an already full-size image. This contrasts with sequential coding. Progressive coding is useful when an image is being sent across a slow communications channel, such as the Internet, as the low-resolution image may be sufficient to allow the user to decide not to wait for the rest of the file to be received. In an interlaced GIF89 image, the pixels in a row are stored sequentially but the rows are stored in interlaced order, e.g. 0, 8, 4, 12, 2, 6, 8, 10, 14, 1, 3, 5, 7, 9, 11, 13, 15. Each vertical scan adds rows in the middle of the gaps left by the previous one. Interlacing is also supported by other formats. JPEG supports a functionally similar concept known as Progressive JPEG. [How does the algorithm differ?] See also progressive/sequential coding.
  • propaganda machine — the group of people, publications, etc, such as of a government, country etc, responsible for the organized dissemination of information, allegations, etc, to assist or damage the cause of a government, movement, etc
  • psychotechnologist — a specialist in psychotechnology
  • purchasing officer — the member of staff in an organization who is responsible for buying goods or products
  • racial segregation — social policy: separation of races
  • radio range beacon — a radio transmitter that utilizes two or more directional antennas and transmits signals differing with direction, permitting a flier receiving a signal to determine his or her approximate bearing from the transmitter without a radio compass.
  • radioactive dating — any method of determining the age of earth materials or objects of organic origin based on measurement of either short-lived radioactive elements or the amount of a long-lived radioactive element plus its decay product.
  • radiometric dating — any method of determining the age of earth materials or objects of organic origin based on measurement of either short-lived radioactive elements or the amount of a long-lived radioactive element plus its decay product.
  • reciprocating pump — A reciprocating pump is a pump which uses a backward and forward movement to move a fluid.
  • recruiting officer — a person whose job is to recruit staff, esp on behalf of the military
  • reduction strategy — (theory)   An algorithm for deciding which redex(es) to reduce next. Different strategies have different termination properties in the presence of recursive functions or values. See string reduction, normal order reduction, applicative order reduction, parallel reduction
  • reference counting — (programming)   A garbage collection technique where each memory cell contains a count of the number of other cells which point to it. If this count reaches zero the cell is freed and its pointers to other cells are followed to decrement their counts, and so on recursively. This technique cannot cope with circular data structures. Cells in such structures refer (indirectly) to themselves and so will never have a zero reference count. This means they would never be reclaimed, even when there are no references from outside the structure.
  • registered company — a company which has officially registered its business
  • reprocessing plant — a plant where materials are treated in order to make them reusable
  • rolling resistance — The rolling resistance of a wheel or ball is its resistance to movement caused by friction between it and the surface it is rolling on.
  • roman congregation — any of the executive departments of the Curia Romana as the administration of the Roman Catholic Church.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?