0%

22-letter words containing t, d, i, s, r

  • in/of the order of sth — You use in the order of or of the order of when mentioning an approximate figure.
  • independent assortment — law of independent assortment.
  • indeterminate sentence — a penalty, imposed by a court, that has relatively wide limits or no limits, as one of imprisonment for one to ten years.
  • industrial archaeology — the study of past industrial machines, works, etc
  • industrial engineering — engineering applied to the planning, design, and control of industrial operations.
  • industrialized country — a country characterized by industry on an extensive scale
  • instruction scheduling — The compiler phase that orders instructions on a pipelined, superscalar, or VLIW architecture so as to maximise the number of function units operating in parallel and to minimise the time they spend waiting for each other. Examples are filling a delay slot; interspersing floating-point instructions with integer instructions to keep both units operating; making adjacent instructions independent, e.g. one which writes a register and another which reads from it; separating memory writes to avoid filling the write buffer. Norman P. Jouppi and David W. Wall, "Available Instruction-Level Parallelism for Superscalar and Superpipelined Processors", Proceedings of the Third International Conference on Architectural Support for Programming Languages and Operating Systems, pp. 272--282, 1989.
  • international standard — (standard)   The series of standards from ISO and its subcommitees.
  • interoperable database — A database front-end which communicates with multiple heterogenous databases and makes them appear as a single homogenous entity with semantic calls. See ODBC.
  • investigative new drug — a regulatory classification assigned by the U.S. Food and Drug Administration to an unproven drug, allowing its use in approved studies with human patients. Abbreviation: IND.
  • it's london to a brick — it is certain
  • klinefelter's syndrome — an abnormal condition in which at least one extra X chromosome is present in a male: characterized by reduced or absent sperm production, small testicles, and in some cases enlarged breasts.
  • lady's not for burning — a verse play (1948) by Christopher Fry.
  • land of the rising sun — Japan.
  • landscape architecture — the art of arranging or modifying the features of a landscape, an urban area, etc., for aesthetic or practical reasons.
  • lesser spotted dogfish — a small spotted European shark, Scyliorhinus caniculus
  • let sth drop/fall/slip — If you let drop, let fall, or let slip information, you reveal it casually or by accident, during a conversation about something else.
  • liquid crystal display — (hardware)   (LCD) An electro-optical device used to display digits, characters or images, commonly used in digital watches, calculators, and portable computers. The heart of the liquid crystal display is a piece of liquid crystal material placed between a pair of transparent electrodes. The liquid crystal changes the phase of the light passing through it and this phase change can be controlled by the voltage applied between the electrodes. If such a unit is placed between a pair of plane polariser plates then light can pass through it only if the correct voltage is applied. Liquid crystal displays are formed by integrating a number of such cells, or more usually, by using a single liquid crystal plate and a pattern of electrodes. The simplest kind of liquid crystal displays, those used in digital watches and calculators, contain a common electrode plane covering one side and a pattern of electrodes on the other. These electrodes can be individually controlled to produce the appropriate display. Computer displays, however, require far too many pixels (typically between 50,000 and several millions) to make this scheme, in particular its wiring, feasible. The electrodes are therefore replaced by a number of row electrodes on one side and column electrodes on the other. By applying voltage to one row and several columns the pixels at the intersections are set. The pixels being set one row after the other, in passive matrix displays the number of rows is limited by the ratio of the setting and fading times. In the setup described above (known as "twisted nematic") the number of rows is limited to about 20. Using an alternative "supertwisted nematic" setup VGA quality displays (480 rows) can be easily built. As of 1995 most notebook computers used this technique. Fading can be slowed by putting an active element, such as a transistor, on the top of each pixel. This "remembers" the setting of that pixel. These active matrix displays are of much better quality (as good as CRTs) but are much more expensive than the passive matrix displays. LCDs are slimmer, lighter and consume less power than the previous dominant display type, the cathode ray tube, hence their importance for portable computers.
  • little st bernard pass — a pass over the Savoy Alps, between Bourg-Saint-Maurice, France, and La Thuile, Italy: 11th-century hospice. Height: 2187 m (7177 ft)
  • lord justice of appeal — an ordinary judge of the Court of Appeal
  • manufacturing industry — the industry of manufacturing goods from raw materials
  • middle-distance runner — someone who runs races of a length between the sprints and the distance events, esp the 800 metres and the 1500 metres
  • molecular distillation — a vacuum distillation in which the molecules of the distillate reach the condenser before colliding with one another.
  • motoring correspondent — a journalist who reviews and writes about cars
  • mountain standard time — one of the standard times used in North America, seven hours behind Greenwich Mean Time
  • national semiconductor — (company)   A semiconductor manufacturer, responsible for the SC/MP, National Semiconductor 16000 and National Semiconductor 32000 series of microprocessors.
  • netherlands new guinea — a former name of Irian Jaya.
  • nominal semidestructor — (abuse)   Slang for "National Semiconductor", found among other places in the 4.3BSD networking sources. During the late 1970s to mid-1980s this company marketed a series of microprocessors including the National Semiconductor 16000 and National Semiconductor 32000. At one point early in the great microprocessor race, the specs on these chips made them look like serious competition for the rising Intel 80x86 and Motorola 680x0 series. Unfortunately, the actual parts were notoriously flaky and never implemented the full instruction set promised in their literature, apparently because the company couldn't get any of the mask steppings to work as designed. They eventually sank without trace, joining the Zilog Z8000 and a few even more obscure also-rans in the graveyard of forgotten microprocessors.
  • nondestructive testing — any of several methods of detecting flaws in metals without causing damage. The most common techniques involve the use of X-rays, gamma rays, and ultrasonic vibrations
  • object-oriented design — (programming)   (OOD) A design method in which a system is modelled as a collection of cooperating objects and individual objects are treated as instances of a class within a class hierarchy. Four stages can be identified: identify the classes and objects, identify their semantics, identify their relationships and specify class and object interfaces and implementation. Object-oriented design is one of the stages of object-oriented programming.
  • object-oriented pascal — Object Pascal
  • of the first magnitude — of the greatest importance
  • on a shoestring budget — with very little money to spend
  • one's foot in the door — (in vertebrates) the terminal part of the leg, below the ankle joint, on which the body stands and moves.
  • open source definition — (standard)   (OSD) Definition of distribution terms for open source software, promoted by the Open Source Initiative.
  • operation desert storm — the codename for the US-led UN operation to liberate Kuwait from Iraq (1991)
  • operational data store — (database)   (ODS) A group of integrated databases designed to support the monitoring of operations. Unlike function oriented databases, an ODS contains subject-oriented, dynamic, current enterprise-wide information that is continually updated to show the current state of operations.
  • other side of the coin — a piece of metal stamped and issued by the authority of a government for use as money.
  • ousterhout's dichotomy — (language)   John Ousterhout's division of high-level languages into "system programming languages" and "scripting languages". This distinction underlies the design of his language Tcl. System programming languages (or "applications languages") are strongly typed, allow arbitrarily complex data structures, and programs in them are compiled, and are meant to operate largely independently of other programs. Prototypical system programming languages are C and Modula-2. By contrast, scripting languages (or "glue languages") are weakly typed or untyped, have little or no provision for complex data structures, and programs in them ("scripts") are interpreted. Scripts need to interact either with other programs (often as glue) or with a set of functions provided by the interpreter, as with the file system functions provided in a UNIX shell and with Tcl's GUI functions. Prototypical scripting languages are AppleScript, C Shell, MS-DOS batch files and Tcl. Many believe that this is a highly arbitrary dichotomy, and refer to it as "Ousterhout's fallacy" or "Ousterhout's false dichotomy". While strong-versus-weak typing, data structure complexity, and independent versus stand-alone might be said to be unrelated features, the usual critique of Ousterhout's dichotomy is of its distinction of compilation versus interpretation, since neither semantics nor syntax depend significantly on whether code is compiled into machine-language, interpreted, tokenized, or byte-compiled at the start of each run, or any mixture of these. Many languages fall between being interpreted or compiled (e.g. Lisp, Forth, UCSD Pascal, Perl, and Java). This makes compilation versus interpretation a dubious parameter in a taxonomy of programming languages.
  • outside awareness port — (humour)   (OAP) A humorous IBM term for a window (the glass kind) rather than the GUI kind.
  • over-industrialization — the large-scale introduction of manufacturing, advanced technical enterprises, and other productive economic activity into an area, society, country, etc.
  • parker morris standard — (in Britain) a set of minimum criteria for good housing construction, design, and facilities, recommended by the 1961 report of the Central Housing Advisory Committee chaired by Sir Parker Morris. Subsequent governments have urged private and local authority house-builders to achieve these standards
  • paroxysmal tachycardia — tachycardia that begins and subsides suddenly.
  • passive matrix display — (hardware)   A type of liquid crystal display which relies on persistence to maintain the state of each display element (pixel) between refresh scans. The resolution of such displays is limited by the ratio between the time to set a pixel and the time it takes to fade. Contrast active matrix display.
  • peanut-butter sandwich — a sandwich with a filling of peanut-butter
  • personal rapid transit — a short system of small, self-propelled, automated, rubber-tired vehicles that usually run on elevated concrete tracks and allow a passenger a limited selection of routes, as in an amusement park or at an airport. Abbreviation: PRT.
  • phosphorus trichloride — a clear, colorless, fuming liquid, PCl 3 , used chiefly in organic synthesis as a chlorinating agent.
  • planck's radiation law — the law that energy associated with electromagnetic radiation, as light, is composed of discrete quanta of energy, each quantum equal to Planck's constant times the corresponding frequency of the radiation: the fundamental law of quantum mechanics.
  • plastic pin grid array — (hardware, processor)   (PPGA) The package used for certain Intel Celeron processors. PPGA processors fit into Socket 370 motherboard sockets. The Plastic Pin Grid Array packaging is similar to that used on Pentium processors. The silicon core is covered by a heat slug that faces down toward the motherboard. The Celeron 300A to the 533 use a PPGA package. The Celeron 566 onward use a FC-PGA package. Celeron processors are also available in Slot 1 SEPP packaging.
  • play one's cards right — a usually rectangular piece of stiff paper, thin pasteboard, or plastic for various uses, as to write information on or printed as a means of identifying the holder: a 3″ × 5″ file card; a membership card.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?