0%

22-letter words containing t, e, s, u, d

  • hold the purse stringshold the purse strings, to have the power to determine how money shall be spent.
  • hoof-and-mouth disease — foot-and-mouth disease.
  • hundreds and thousands — tiny beads of brightly coloured sugar, used in decorating cakes, sweets, etc
  • 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 birthday suit — naked; nude
  • in your wildest dreams — If you say that you could not imagine a particular thing in your wildest dreams, you are emphasizing that you think it is extremely strange or unlikely.
  • independent suspension — an automotive suspension system in which each wheel is attached to the frame independently, so that a road bump affecting one wheel has no effect on the others.
  • 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.
  • 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.
  • islamic fundamentalism — the belief or advocating of a conservative adherence to literal or traditional interpretations of the Qu'ran and the Sunnah
  • joint density function — a function of two or more random variables from which can be obtained a single probability that all the variables in the function will take specified values or fall within specified intervals
  • just around the corner — in the next street
  • 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.
  • lord justice of appeal — an ordinary judge of the Court of Appeal
  • lund software house ab — (company)   The company who produced Lund Simula. Address: Box 7056, S-22007 Lund, Sweden.
  • manuel estrada cabreraManuel [mah-nwel] /mɑˈnwɛl/ (Show IPA), 1857–1924, Guatemalan politician: president 1898–1920.
  • 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.
  • mountain standard time — one of the standard times used in North America, seven hours behind Greenwich Mean Time
  • mutton dressed as lamb — If you describe a woman as mutton dressed as lamb, you are criticizing her for trying to look younger than she really is, in a way that you consider unattractive.
  • 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.
  • 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
  • of the first magnitude — of the greatest importance
  • on a shoestring budget — with very little money to spend
  • one-eyed trouser snake — a vulgar term for the male member; penis
  • open source definition — (standard)   (OSD) Definition of distribution terms for open source software, promoted by the Open Source Initiative.
  • 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.
  • peanut-butter sandwich — a sandwich with a filling of peanut-butter
  • phosphorus trichloride — a clear, colorless, fuming liquid, PCl 3 , used chiefly in organic synthesis as a chlorinating agent.
  • potassium ferricyanide — a bright-red, crystalline, water-soluble, poisonous solid, K 3 Fe(CN) 6 , used chiefly in the manufacture of pigments, as Prussian blue, and of paper, especially blueprint paper.
  • potassium ferrocyanide — a lemon-yellow, crystalline, water-soluble solid, K 4 Fe(CN) 6 ⋅3H 2 O, used chiefly in casehardening alloys having an iron base and in dyeing wool and silk.
  • privileged instruction — A machine code instruction that may only be executed when the processor is running in supervisor mode. Privileged instructions include operations such as I/O and memory management.
  • programmed instruction — a progressively monitored, step-by-step teaching method, employing small units of information or learning material and frequent testing, whereby the student must complete or pass one stage before moving on to the next.
  • propositional attitude — a relation between a person and a proposition, such as belief, desire, intention, etc
  • public domain software — public domain
  • pushing up the daisies — dead and buried
  • put sth to/on one side — If you put something to one side or put it on one side, you temporarily ignore it in order to concentrate on something else.
  • read someone a lecture — to scold or reprimand someone
  • reproductive isolation — the conditions, as physiological or behavioral differences or geographical barriers, that prevent potentially interbreeding populations from cross-fertilization.
  • restricted users group — a group of people who, with knowledge of a secret password, or by some other method, have access to restricted information stored in a computer
  • rheumatoid spondylitis — ankylosing spondylitis.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?