0%

21-letter words containing n, a, s

  • motherwell and wishaw — a burgh in the Motherwell district, in S Scotland.
  • motivational research — the application of the knowledge and techniques of the social sciences, especially psychology and sociology, to understanding consumer attitudes and behavior: used as a guide in advertising and marketing.
  • motor neurone disease — Motor neurone disease is a disease which destroys the part of a person's nervous system that controls movement.
  • multichannel analyser — an electronic instrument, such as a pulse height analyser, that splits an input waveform into a large number of channels in accordance with a particular parameter of the input
  • multiplex transmitter — a transmitter that sends signals by multiplex
  • munchausen's syndrome — a mental disorder in which a patient feigns illness to obtain hospital treatment
  • muon-catalysed fusion — an experimental form of nuclear fusion in which hydrogen and deuterium muonic atoms are formed. Because the mass of the muon is much larger than that of the electron, the atoms are smaller, and the nuclei are close enough for fusion to occur
  • national park service — a division of the Department of the Interior, created in 1916, that administers national parks, monuments, historic sites, and recreational areas.
  • national savings bank — (in Britain) a government savings bank, run through the post office, esp for small savers
  • naturalization papers — documents confirming that someone has been awarded citizenship of a country he or she was not born in
  • necrotising fasciitis — a disease caused by the bacterium streptococcus pyogenes, in which the fasciae of the muscles or other organs become inflamed, resulting in rapid destruction of overlying tissues
  • negative prescription — the barring of adverse claims to property, etc, after a specified period of time has elapsed, allowing the possessor to acquire title
  • negotiable instrument — order or promise to pay money
  • negotiable securities — securities that are legally transferable in title from one party to another
  • nellis air force base — the largest air base in the U.S. Air Force's Tactical Air Command, located near Las Vegas, Nev., and developed from what began in 1941 as a U.S. Army Air Corps field.
  • network administrator — (job)   A person who manages a communications network within an organisation. Responsibilities include network security, installing new applications, distributing software upgrades, monitoring daily activity, enforcing licensing agreements, developing a storage management program and providing for routine backups.
  • new year's resolution — If you make a New Year's resolution, you make a decision at the beginning of a year to start doing something or to stop doing something.
  • night storage heating — a system of heating which uses a heater or radiator that stores heat at night-time because electricity is cheaper
  • nightmare file system — Pejorative hackerism for Sun's Network File System (NFS). In any nontrivial network of Suns where there is a lot of NFS cross-mounting, when one Sun goes down, the others often freeze up. Some machine tries to access the down one, and (getting no response) repeats indefinitely. This causes it to appear dead to some messages (what is actually happening is that it is locked up in what should have been a brief excursion to a higher spl level). Then another machine tries to reach either the down machine or the pseudo-down machine, and itself becomes pseudo-down. The first machine to discover the down one is now trying both to access the down one and to respond to the pseudo-down one, so it is even harder to reach. This situation snowballs very quickly, and soon the entire network of machines is frozen - worst of all, the user can't even abort the file access that started the problem! Many of NFS's problems are excused by partisans as being an inevitable result of its statelessness, which is held to be a great feature (critics, of course, call it a great misfeature). ITS partisans are apt to cite this as proof of Unix's alleged bogosity; ITS had a working NFS-like shared file system with none of these problems in the early 1970s. See also broadcast storm.
  • nitrosylsulfuric acid — a clear, straw-colored, oily, corrosive liquid, HNO 5 S, used chiefly in the manufacture of dyes.
  • no less a person than — a person of no lower importance, rank, etc. than
  • nominative of address — a noun naming the person to whom one is speaking.
  • noncustodial sentence — a punishment given by a court of law that does not involve a prison term, such as a fine or a restriction order
  • nonexamination course — a course of study in which there are no examinations
  • nonrestrictive clause — a relative clause that describes or supplements but is not essential in establishing the identity of the antecedent and is usually set off by commas in English. In This year, which has been dry, is bad for crops the clause which has been dry is a nonrestrictive clause.
  • nonviolent resistance — passive resistance, peaceful protest
  • north east new guinea — the NE part of the former Australian Territory of New Guinea; now part of Papua New Guinea.
  • northumberland strait — the part of the Gulf of St. Lawrence that separates Prince Edward Island from New Brunswick and Nova Scotia, in SE Canada. About 200 miles (320 km) long; 9–30 miles (15–48 km) wide.
  • not a patch on sb/sth — If you say that someone or something is not a patch on another person or thing, you mean that they are not as good as that person or thing.
  • not hold one's breath — If you say that you won't hold your breath, you mean that you do not expect something to happen even though someone has suggested that it might.
  • notre-dame-des-vertus — an industrial suburb of Paris, on the Seine. Pop: 63 136 (1999)
  • nuclear cross section — cross section (def 7).
  • nuclear power station — a station or plant where nuclear energy is converted into heat, electricity, etc
  • observation satellite — an unmanned satellite that observes the earth and gathers data
  • oil-in-water emulsion — An oil-in-water emulsion is a mixture in which an oily medicine is dispersed in water or other liquid.
  • old spanish practices — irregular practices among a group of workers to gain increased financial allowances, reduced working hours, etc
  • on o's best behaviour — If someone is on their best behaviour, they are trying very hard to behave well.
  • one-dimensional array — (types)   An array with only one dimension; the simplest kind of array, consisting of a sequence of items ("elements"), all of the same type. An element is selected by an integer index that normally starts at zero for the first element and increases by one. The index of the last element is thus the length of the array minus one. A one-dimensional array is also known as a vector. It should not be confused with a list. In some languages, e.g. Perl, all arrays are one-dimensional and higher dimensions are represented as arrays of pointers to arrays (which can have different sizes and can themselves contain pointers to arrays and so on). A one-dimensional array maps simply to memory: the address of an element with index i is A(i) = A0 + i * s where A0 is the base address of the array and s is the size of storage used for each element, the "stride". Elements may be padded to certain address boundaries, e.g. machine words, to increase access speed, in which case the stride will be larger than the amount of data in an element.
  • one-way hash function — (algorithm)   (Or "message digest function") A one-way function which takes a variable-length message and produces a fixed-length hash. Given the hash it is computationally infeasible to find a message with that hash; in fact one can't determine any usable information about a message with that hash, not even a single bit. For some one-way hash functions it's also computationally impossible to determine two messages which produce the same hash. A one-way hash function can be private or public, just like an encryption function. MD5, SHA and Snefru are examples of public one-way hash functions. A public one-way hash function can be used to speed up a public-key digital signature system. Rather than sign a long message, which can take a long time, compute the one-way hash of the message, and sign the hash.
  • open graphics library — (graphics, library)   (OpenGL) A multi-platform software interface to graphics hardware, supporting rendering and imaging operations. The OpenGL interface was developed by Silicon Graphics, who license it to other vendors. The OpenGL graphics interface consists of several hundred functions operating on 2D and 3D objects, supporting basic techniques, such as modelling and smooth shading, and advanced techniques, such as texture mapping and motion blur. Many operations require a frame buffer. OpenGL is network-transparent, and a common extension to the X Window System allows an OpenGL client to communicate across a network with a different vendor's OpenGL server. OpenGL is based on Silicon Graphics' proprietary IRIS GL.
  • operational semantics — (theory)   A set of rules specifying how the state of an actual or hypothetical computer changes while executing a program. The overall state is typically divided into a number of components, e.g. stack, heap, registers etc. Each rule specifies certain preconditions on the contents of some components and their new contents after the application of the rule. It is similar in spirit to the notion of a Turing machine, in which actions are precisely described in a mathematical way. Compuare axiomatic semantics, denotational semantics.
  • otorhinolaryngologist — (medicine) Doctor specializing in otorhinolaryngology, the study of ear, nose, and throat.
  • overuse strain injury — (medical)   (Or "repetitive strain injury", RSI, "repetitive strain disorder") Any tendon or muscle injury resulting from overuse, usually in the hand, wrist, or arm. Injury may be caused by any combination of repetitive, unacustomed, or prolonged movements, forcefulness, or an awkward position (often due to bad ergonomics). The symptoms are pain, tingling, weakness, numbness, swelling, cracking, stiffness, or reduced coordination. Common conditions are: Carpal tunnel syndrome, where swelling of the membrane linings in your wrist surrounding the tendons that bend your fingers compresses the median nerve. This may result in numbness and pain in the hand, arm, shoulder, and neck. Tennis elbow, where rotating your wrist and using force causes a form of epicondylitis. Tendinitis, where unacustomed exercise or repeated awkward movements inflame wrist, elbow, or shoulder tendons, often leading to severe stiffness. Trigger finger, a popping or catching sensation when you bend your finger, wrist, or shoulder. This form of tenosynovitis is caused by repetitive hand movements. To prevent the condition worsening, treat the pain with heat, cold, or aspirin, ibuprofen, or naproxen sodium; rest; or immobilise the injured area with a splint or bandage. See a doctor.
  • pacific standard time — See under standard time.
  • packed encoding rules — (protocol, standard)   (PER) ASN.1 encoding rules for producing a compact transfer syntax for data structures described in ASN.1, defined in 1994. PER provides a much more compact encoding then BER. It tries to represents the data units using the minimum number of bits. The compactness requires that the decoder knows the complete abstract syntax of the data structure to be decoded, however. Documents: ITU-T X.691, ISO 8825-2.
  • paper-white narcissus — a white-flowered variety of Narcissus tazetta, often forced for indoor bloom.
  • parasitic oscillation — (in an electronic circuit) oscillation at any undesired frequency
  • pass the hat (around) — In British English, if you pass the hat around, you collect money from a group of people, for example in order to give someone a present. In American English, you just say pass the hat.
  • paternal grandparents — the parents of someone's father
  • path coverage testing — (testing)   Testing a program by examining which lines of executable code are visited (as in code coverage testing) and also the ways of getting to each line of code and the subsequent sequence of execution. Path coverage testing is the most comprehensive type of testing that a test suite can provide. It can find more bugs, especially those that are caused by data coupling. However, path coverage is hard and usually only used for small and/or critical sections of code.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?