0%

22-letter words containing c, r, o, s, d

  • distributive education — a special program of vocational education at the high-school level in which a student is employed part-time, receiving on-the-job training, and also attends classes, most of which pertain directly to the student's vocational field.
  • dominant seventh chord — a chord consisting of the dominant and the major third, perfect fifth, and minor seventh above it. Its most natural resolution is to a chord on the tonic
  • earth inductor compass — a compass actuated by induction from the earth's magnetic field.
  • economy-class syndrome — Economy-class syndrome is a serious medical condition caused by blood clots in the legs moving up to the lungs; used especially in connection with long-haul flights.
  • emergency road service — a form of motoring insurance that sends assistance to drivers when their vehicles break down on a journey; it is provided either by the national or regional automobile association or by a private insurance company
  • end transmission block — (character)   (ETB) The mnemonic for ASCII character 23.
  • federal crop insurance — insurance against the failure of certain crops provided to farmers and producers by the Federal Government
  • federal district court — district court (def 2).
  • fetal alcohol syndrome — a pattern of birth defects caused by maternal consumption of alcohol during pregnancy: considered as one of the fetal alcohol spectrum disorders. Abbreviation: FAS.
  • forced place insurance — Forced place insurance is insurance taken out by a bank or creditor on an uninsured debtor's behalf on a property that is being used as collateral.
  • free and common socage — Medieval History. land held by a tenant who rendered certain honorable and nonservile duties to his lord.
  • frequency distribution — the correspondence of a set of frequencies with the set of categories, intervals, or values into which a population is classified.
  • geographic determinism — a doctrine that regards geographical conditions as the determining or molding agency of group life.
  • geometric distribution — the distribution of the number, x, of independent trials required to obtain a first success: where the probability in each is p, the probability that x = r is p(1-p)r–1, where r = 1, 2, 3, …, with mean 1/p
  • gloria in excelsis deo — the hymn beginning, in Latin, Gloria in Excelsis Deo, “Glory in the highest to God,” and in the English version, “Glory be to God on high.”.
  • gold-exchange standard — a monetary system in one country in which currency is maintained at a par with that of another country that is on the gold standard.
  • grand duchy of muscovy — Muscovy (def 1).
  • great glen of scotland — Glen More
  • gross domestic product — gross national product excluding payments on foreign investments. Abbreviation: GDP.
  • gross national product — the total monetary value of all final goods and services produced in a country during one year. Abbreviation: GNP.
  • hans christian oersted — Hans Christian [hahns kris-tyahn] /hɑns ˈkrɪs tyɑn/ (Show IPA), 1777–1851, Danish physicist.
  • harvard classification — a classification of stars based on the characteristic spectral absorption lines and bands of the chemical elements present
  • hereford and worcester — a county in W England. 1516 sq. mi. (3926 sq. km).
  • horn-rimmed spectacles — spectacles with rims made of material resembling horn
  • hybrid multiprocessing — (parallel)   (HMP) The kind of multitasking which OS/2 supports. HMP provides some elements of symmetric multiprocessing, using add-on IBM software called MP/2. OS/2 SMP was planned for release in late 1993.
  • in one's own back yard — close at hand
  • industrial archaeology — the study of past industrial machines, works, etc
  • 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.
  • it's london to a brick — it is certain
  • jacquard, joseph-marie — Joseph-Marie Jacquard
  • just around the corner — in the next street
  • local shared resources — (operating system)   (LSR) A way of controlling VSAM buffers in OS/390.
  • local standard of rest — a frame of reference for a portion of the universe in which the mean motion of nearby stars is zero.
  • lord high commissioner — the Queen's representative
  • lord justice of appeal — an ordinary judge of the Court of Appeal
  • lunar excursion module — lunar module. Abbreviation: LEM.
  • make a federal case of — a matter that falls within the jurisdiction of a federal court or a federal law-enforcement agency.
  • 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
  • nassella tussock board — one of many local statutory organizations set up in different regions of New Zealand to eradicate the invasive nassella tussock weed
  • national semiconductor — (company)   A semiconductor manufacturer, responsible for the SC/MP, National Semiconductor 16000 and National Semiconductor 32000 series of microprocessors.
  • nicky nicky nine doors — the practice of knocking on a door or ringing a doorbell and running away before it is answered
  • 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
  • open source definition — (standard)   (OSD) Definition of distribution terms for open source software, promoted by the Open Source Initiative.
  • 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.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?