0%

21-letter words containing s, e, l, n, o

  • lower the tone of sth — If you say that something lowers the tone of a place or event, you mean that it is not appropriate and makes the place or event seem less respectable.
  • luck was on sb's side — If you say that luck was on someone's side, you mean that they succeeded in something by chance as well as by their own efforts or ability.
  • luminous flux density — luminous flux per unit of cross-sectional area.
  • macintosh file system — (file system)   A file on the Macintosh consists of two parts, called forks. The "data fork" contains the data which would normally be stored in the file on other operating systems. The "resource fork" contains a collection of arbitrary attribute/value pairs, including program segments, icon bitmaps, and parametric values. Yet more information regarding Macintosh files is stored by the Finder in a hidden file, called the "Desktop Database". Because of the complications in storing different parts of a Macintosh file in non-Macintosh file systems that only handle consecutive data in one part, it is common to only send the Data fork or to convert the Macintosh file into some other format before transferring it.
  • magnetofluid dynamics — magnetohydrodynamics.
  • magnetoplasmadynamics — magnetohydrodynamics.
  • maidenhair spleenwort — an evergreen fern, Asplenium trichomanes, abundant in woody areas of the North Temperate Zone, having thickly clustered fronds.
  • main-topsail schooner — a two-masted or three-masted schooner having square topsails on the foremast and mainmast: a jackass brig or jackass bark.
  • majority shareholding — a holding of more than half a company's shares
  • make a pig of oneself — If you say that someone is making a pig of themselves, you are criticizing them for eating a very large amount at one meal.
  • make one's blood boil — the fluid that circulates in the principal vascular system of human beings and other vertebrates, in humans consisting of plasma in which the red blood cells, white blood cells, and platelets are suspended.
  • management consultant — A management consultant is someone whose job is to advise companies on the most efficient ways to run their business.
  • mask read-only memory — (storage)   (MROM) A kind of ROM in which the memory contents are determined by one of the masks used to manufacture the integrated circuit. MROM can give high storage density (bits per millimeter squared) making it a cheap solution for high volume applications.
  • mechanical solidarity — social cohesiveness that is based on shared activities, beliefs, and experiences and is characteristic of simple traditional societies.
  • mechanical suspension — the act of suspending.
  • medium access control — Media Access Control
  • megaloblastic anaemia — any anaemia, esp pernicious anaemia, characterized by the presence of megaloblasts in the blood or bone marrow
  • meter-kilogram-second — of or relating to the system of units in which the meter, kilogram, and second are the principal units of length, mass, and time. Abbreviation: mks, MKS.
  • methylisothiazolinone — (chemistry) A powerful biocide and preservative within the group of isothiazolinones, used in shampoos etc.
  • metropolitan district — any of the districts making up the metropolitan counties of England: since 1986 they have functioned as unitary authorities, forming the sole principal tier of local government. Each metropolitan district has an elected council responsible for education, social services, etc
  • 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.
  • 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.
  • naturalization papers — documents confirming that someone has been awarded citizenship of a country he or she was not born in
  • negotiable instrument — order or promise to pay money
  • negotiable securities — securities that are legally transferable in title from one party to another
  • neither fish nor fowl — any of various cold-blooded, aquatic vertebrates, having gills, commonly fins, and typically an elongated body covered with scales.
  • 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 filing system — (spelling)   Misnomer for Network File System.
  • 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-blooming cereus — any of various cacti of the genera Hylocereus, Peniocereus, Nyctocereus, or Selenicereus, having large, usually white flowers that open at night.
  • no less a person than — a person of no lower importance, rank, etc. than
  • 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
  • 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
  • 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 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.
  • 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
  • of one's own volition — If you do something of your own volition, you do it because you have decided for yourself that you will do it and not because someone else has told you to do it.
  • 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
  • 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.
  • 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.
  • 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.
  • peephole optimisation — (compiler)   A kind of low-level code optimisation that considers only a few adjacent machine code instructions at a time and looks for certain combinations which can be replaced with more efficient sequences. E.g. ADD R0, #1 ADD R0, #1 (add one to register R0) could be replaced by ADD R0, #2 as long as there were no jumps to the second instruction.
  • performance appraisal — the assessment, at regular intervals, of an employee's performance at work
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?