0%

22-letter words containing c, h, i, r, o

  • english cocker spaniel — any of a breed of small spaniel, similar to and the progenitor of the cocker spaniel
  • first cab off the rank — the first person, etc, to do or take advantage of something
  • floating exchange rate — a system in which the value of a currency fluctuates against other currencies in accordance with market forces
  • forth modification lab — (event)   (FORML) A Forth conference held every November on the West coast of the USA ().
  • geographic determinism — a doctrine that regards geographical conditions as the determining or molding agency of group life.
  • get/come to grips with — If you get to grips with a problem or if you come to grips with it, you consider it seriously, and start taking action to deal with it.
  • greystone technologies — (company)   The producers of the GT/M MUMPS compiler and GT/SQL pre-processor for VAX and DEC Alpha.
  • gum bichromate process — a contact printing method in which the image is formed on a coating of sensitized gum containing a suitable colored pigment and potassium or ammonium dichromate.
  • halfwave rectification — a rectifier that changes only one half of a cycle of alternating current into a pulsating, direct current.
  • 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
  • hemorrhagic septicemia — an acute infectious disease of animals, caused by the bacterium Pasteurella multocida, and characterized by fever, catarrhal symptoms, pneumonia, and general blood infection.
  • highway contract route — a route for carrying mail over the highway between designated points, given on contract to a private carrier and often requiring, in rural areas, delivery to home mailboxes. Abbreviation: HCR.
  • historical linguistics — the study of changes in a language or group of languages over a period of time.
  • historical materialism — (in Marxist theory) the doctrine that all forms of social thought, as art or philosophy, and institutions, as the family or the state, develop as a superstructure founded on an economic base; that they reflect the character of economic relations and are altered or modified as a result of class struggles; that each ruling economic class produces the class that will destroy or replace it; and that dialectical necessity requires the eventual withering away of the state and the establishment of a classless society: the body of theory, in dialectical materialism, dealing with historical process and social causation.
  • horizontal application — An application program common to different business processes, e.g. office automation. Compare vertical application.
  • horn-rimmed spectacles — spectacles with rims made of material resembling horn
  • host control interface — (hardware, wireless)   (HCI) A network layer in the Bluetooth Core Protocol Stack, lying between the software and the hardware stacks and serving as the interface through which the software controls two of Bluetooth's four core protocols.
  • 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.
  • hydrocinnamic aldehyde — a colorless liquid, C 9 H 10 O, having a floral odor, used in perfumery and flavoring.
  • ice-cream parlor chair — a side chair made of heavy wire with a round wooden seat, especially for use at a table.
  • industrial archaeology — the study of past industrial machines, works, etc
  • information technology — the development, implementation, and maintenance of computer hardware and software systems to organize and communicate information electronically. Abbreviation: IT.
  • 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.
  • interactive whiteboard — a smooth, glossy sheet of white plastic that can be written on with a colored pen or marker in the manner of a blackboard.
  • jacquard, joseph-marie — Joseph-Marie Jacquard
  • ketamine hydrochloride — a powerful anesthetic, C13H16ClNO·HCl, used in surgery
  • kinetic theory of heat — a theory that the temperature of a body is determined by the average kinetic energy of its particles and that an inflow of heat increases this energy.
  • label switching router — (networking)   (LSR) A device that typically resides somewhere in the middle of a network and is capable of forwarding datagrams by label switching. In many cases, especially early versions of MPLS networks, a LSR will typically be a modified ATM switch that forwards datagrams based upon a label in the VPI/VCI field.
  • leather-stocking tales — a series of historical novels by James Fenimore Cooper, comprising The Pioneers, The Last of the Mohicans, The Prairie, The Pathfinder, and The Deerslayer.
  • local exchange carrier — (communications)   (LEC) A company allowed to handle local calls following the break-up of the Bell system in the US by anti-trust regulators. These vary from Regional Bell Operating Companies (RBOC) through to small independents such as Farmers Cooperative. Local exchange carriers are not allowed to handle long-distance traffic. This is handled by inter-exchange carriers (IXC) who are not allowed to handle local calls.
  • lord high commissioner — the Queen's representative
  • magnetic pole strength — Electricity. a measure of the force exerted by one face of a magnet on a face of another magnet when both magnets are represented by equal and opposite poles. Symbol: m.
  • mcculloch-pitts neuron — (artificial intelligence)   The basic building block of artificial neural networks. It receives one or more inputs and produces one or more identical outputs, each of which is a simple non-linear function of the sum of the inputs to the neuron. The non-linear function is typically a threshhold or step function which is usually smoothed (i.e. a sigmoid) to facilitate learning.
  • microspectrophotometer — a spectrophotometer for examining light emitted, transmitted, or reflected by minute objects.
  • microspectrophotometry — a spectrophotometer for examining light emitted, transmitted, or reflected by minute objects.
  • mother carey's chicken — any of various small petrels, especially the stormy petrel, Oceanites oceanicus.
  • neighborhood bike code — (humour, programming)   A piece of code that every programmer at the company has touched.
  • nitrohydrochloric acid — aqua regia.
  • nonspecific urethritis — nongonococcal urethritis.
  • north atlantic current — an ocean current flowing NE toward the British Isles, formed by the convergence of the Gulf Stream and the Labrador Current SE of Newfoundland.
  • oak processionary moth — a moth, (Thaumetopoea processionea), of the family Thaumetopoeidae, the larvae of which leave the communal shelter nightly for food in a V-shaped procession
  • occupational therapist — professional who assists with rehabilitation
  • oceanic whitetip shark — whitetip shark (def 2).
  • other side of the coin — a piece of metal stamped and issued by the authority of a government for use as money.
  • otorhinolaryngological — of or relating to the medical practice involving the ear, nose, and throat.
  • 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.
  • paranoid schizophrenia — severe psychiatric disorder
  • paroxysmal tachycardia — tachycardia that begins and subsides suddenly.
  • partnerships for peace — a subsidiary organization of NATO, comprising former Warsaw Pact countries that wish to be allied with NATO but have not been granted full NATO membership: established in 1994
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?