0%

21-letter words containing o, p, e, n, s, c

  • disruptive technology — A disruptive technology is a new technology, such as computers and the Internet, which has a rapid and major effect on technologies that existed before.
  • electroencephalograms — Plural form of electroencephalogram.
  • electromagnetic pulse — a surge of electromagnetic radiation, esp one resulting from a nuclear explosion, which can disrupt electronic devices and, occasionally, larger structures and equipment
  • electronic publishing — Electronic publishing is the publishing of documents in a form that can be read on a computer, for example as a CD-ROM.
  • electronystagmography — A diagnostic test to record involuntary movements of the eye caused by a condition known as nystagmus. It can also be used to diagnose the cause of vertigo, dizziness or balance dysfunction by testing the vestibular system.
  • endoplasmic reticulum — an extensive intracellular membrane system whose functions include synthesis and transport of lipids and, in regions where ribosomes are attached, of proteins
  • european space agency — an organization dedicated to space exploration with 18 European countries as members
  • exposure compensation — the act of overriding a camera's automatic exposure in order to achieve a particular effect or due to difficult lighting conditions
  • foreground processing — a type of processing that supports interaction between interactive and batch operations
  • foreign correspondent — a correspondent, as for a periodical, assigned to send back articles and news dispatches from a foreign country for publication.
  • forensic anthropology — the branch of physical anthropology in which anthropological data, criteria, and techniques are used to determine the sex, age, genetic population, or parentage of skeletal or biological materials in questions of civil or criminal law.
  • framing specification — A specification of the "protocol bits" that surround the "data bits" on a communications channel to allow the data to be "framed" into chunks, like start and stop bits in EIA-232. It allows a receiver to synchronize at points along the data stream.
  • french fried potatoes — a more formal name for chips
  • gastrohepatic omentum — lesser omentum.
  • geometric progression — a sequence of terms in which the ratio between any two successive terms is the same, as the progression 1, 3, 9, 27, 81 or 144, 12, 1, 1/12, 1/144.
  • give place to someone — to make room for or be superseded by someone
  • gobject introspection — (programming)   A GNOME project that defines a syntax for introspection annotation pragmas to be used in the GObject library source code. Rather than actual introspection, these are intended to allow automatic generation of bindings (APIs) to expose the library to higher-level languages. The sort of information provided is the type and direction (in, out, inout) of function parameters and the responsibility for freeing memory used by data structures.
  • homolosine projection — an equal-area projection of the world, distorting ocean areas in order to minimize the distortion of the continents.
  • hyperkinetic disorder — another name for attention deficit hyperactivity disorder (ADHD)
  • identical proposition — a proposition in which the subject and predicate have the same meaning, as, “That which is mortal is not immortal.”.
  • identification papers — documents that serve to establish someone's identity
  • immunoelectrophoresis — a technique for the separation and identification of mixtures of proteins, consisting of electrophoresis followed by immunodiffusion.
  • in someone's presence — If you are in someone's presence, you are in the same place as that person, and are close enough to them to be seen or heard.
  • indicated horse-power — the horsepower of a reciprocating engine as shown by an indicator record. Abbreviation: ihp, IHP.
  • induction loop system — a system enabling partially deaf people to hear dialogue and sound in theatres, cinemas, etc, consisting of a loop of wire placed round the perimeter of a designated area. This emits an electromagnetic signal which is picked up by a hearing aid
  • insulin shock therapy — a former treatment for mental illness, especially schizophrenia, employing insulin-induced hypoglycemia as a method for producing convulsive seizures.
  • integer specbaseratio — SPECbase_int92
  • isopropylideneacetone — mesityl oxide.
  • keep count/lose count — If you keep count of a number of things, you note or keep a record of how many have occurred. If you lose count of a number of things, you cannot remember how many have occurred.
  • keep one's nose clean — the part of the face or facial region in humans and certain animals that contains the nostrils and the organs of smell and functions as the usual passageway for air in respiration: in humans it is a prominence in the center of the face formed of bone and cartilage, serving also to modify or modulate the voice.
  • keep one's voice down — If someone tells you to keep your voice down, they are asking you to speak more quietly.
  • least common multiple — lowest common multiple.
  • magnetoplasmadynamics — magnetohydrodynamics.
  • main-topsail schooner — a two-masted or three-masted schooner having square topsails on the foremast and mainmast: a jackass brig or jackass bark.
  • make one's peace with — the normal, nonwarring condition of a nation, group of nations, or the world.
  • manufacturing process — chain of production
  • mechanical suspension — the act of suspending.
  • 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
  • modern apprenticeship — an arrangement that allows a school leaver to gain vocational qualifications while being trained in a job
  • national park service — a division of the Department of the Interior, created in 1916, that administers national parks, monuments, historic sites, and recreational areas.
  • negative prescription — the barring of adverse claims to property, etc, after a specified period of time has elapsed, allowing the possessor to acquire title
  • nuclear power station — a station or plant where nuclear energy is converted into heat, electricity, etc
  • old spanish practices — irregular practices among a group of workers to gain increased financial allowances, reduced working hours, etc
  • one-point perspective — a mathematical system for representing three-dimensional objects and space on a two-dimensional surface by means of intersecting lines that are drawn vertically and horizontally and that radiate from one point (one-point perspective) two points (two-point perspective) or several points on a horizon line as perceived by a viewer imagined in an arbitrarily fixed position.
  • 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.
  • 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.
  • pathfinder prospectus — a prospectus regarding the flotation of a new company that contains only sufficient details to test the market reaction
  • per second per second — a unit used for acceleration when the change in velocity per second is divided by the change in time, which is also in seconds: e.g., if the velocity increased from 5 meters per second to 20 meters per second in a time interval of one second, the acceleration would be 15 meters per second per second (15 m/sec./sec. or 15/m/sec.2)
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?