0%

26-letter words containing o, r, t, h, g, a

  • be a lightning rod for sth — If you say that someone is a lightning rod for something, you mean that they attract that thing to themselves.
  • below-the-line advertising — the use of sales promotions, direct marketing, in-store exhibitions and displays, trade shows, sponsorship and merchandising that do not involve an advertising agency
  • breathing space (or room) — enough space to breathe, move, etc. freely
  • cherkess autonomous region — Karachai-Cherkess Autonomous Region.
  • codd's reduction algorithm — (database)   An algorithm to convert an arbitrary expression of the relational calculus to an equivalent expression of the relational algebra. This can be used as the basis of an implementation of the relational calculus.
  • computer graphics metafile — (graphics, file format)   (CGM) A standard file format for storage and communication of graphical information, widely used on personal computers and accepted by desktop publishing and technical illustration systems. See also: WebCGM.
  • defy one's age / the years — If you say that someone defies their age, or defies the years, you mean that their appearance or behaviour suggests that they are younger than they really are.
  • esophagogastroduodenoscopy — (medicine) upper gastrointestinal endoscopy.
  • exponential-time algorithm — (complexity)   An algorithm (or Turing Machine) that is guaranteed to terminate within a number of steps which is a exponential function of the size of the problem. For example, if you have to check every number of n digits to find a solution, the complexity is O(10^n), and if you add an extra digit, you must check ten times as many numbers. Even if such an algorithm is practical for some given value of n, it is likely to become impractical for larger values. This is in contrast to a polynomial-time algorithm which grows more slowly. See also computational complexity, polynomial-time, NP-complete.
  • first-class honours degree — an honours degree of the highest class
  • fourth generation computer — (architecture)   A computer built using Very Large Scale Integration (VLSI) integrated circuits, especially a microcomputer based on a microprocesseor, or a parallel processor containing two to thousands of CPUs. VLSI made it routine to fabricate an entire CPU, main memory, or similar device with a single integrated circuit that can be mass produced at very low cost. This has resulted in new classes of machines such as personal computers, and high performance parallel processors that contains thousands of CPUs.
  • fourth generation language — (language)   (4GL, or "report generator language") An "application specific" language, one with built-in knowledge of an application domain, in the way that SQL has built-in knowledge of the relational database domain. The term was invented by Jim Martin to refer to non-procedural high level languages built around database systems. Fourth generation languages are close to natural language and were built with the concept that certain applications could be generalised by adding limited programming ability to them. When given a description of the data format and the report to generate, a 4GL system produces COBOL (or other 3GL) code, that actually reads and processes the data and formats the results. Some examples of 4GL are: database query language e.g.SQL; Focus, Metafont, PostScript, S, IDL-PV, WAVE, Gauss, Mathematica, and data-stream languages such as AVS, APE, Iris Explorer.
  • frederic auguste bartholdi — Frédéric Auguste [frey-dey-reek oh-gyst] /freɪ deɪˈrik oʊˈgüst/ (Show IPA), 1834–1904, French sculptor who designed the Statue of Liberty.
  • gastroesophageal sphincter — a ring of smooth muscle fibers connecting the esophagus and stomach.
  • german shorthaired pointer — one of a German breed of large sporting dogs having a short hard coat, usually liver or liver and white in color, and a docked tail, used as a versatile hunting dog.
  • german wire-haired pointer — one of a German breed of large sporting dogs having a harsh, wiry, flat-lying coat usually liver and white in color, a muzzle with a beard and whiskers, and a docked tail, used as a retrieving pointer.
  • get (or have) the drop on — to draw and aim one's gun at (another) more quickly than the person can draw and aim at one
  • get (or have) the hang of — to learn (or have) the knack of
  • get (or have) the jump on — to get (or have) an earlier start than and thus have an advantage over
  • get the measure of someone — to assess the nature, character, quality, etc, of someone
  • grammar-translation method — a traditional technique of foreign-language teaching based on explicit instruction in the grammatical analysis of the target language and translation of sentences from the native language into the target language and vice versa.
  • grand army of the republic — an organization, founded in 1866, composed of men who served in the U.S. Army and Navy during the Civil War: its last member died in 1956. Abbreviation: G.A.R.
  • ground-controlled approach — a system in which an observer interprets radar observations of the position of an aircraft and transmits continuous instructions to its pilot for landing. Abbreviation: GCA.
  • have one foot in the grave — an excavation made in the earth in which to bury a dead body.
  • have your eye on something — If you have your eye on something, you want to have it.
  • healing by first intention — an act or instance of determining mentally upon some action or result.
  • historical-cost accounting — a method of accounting that values assets at the original cost. In times of high inflation profits can be overstated
  • hitch your wagon to a star — any of various kinds of four-wheeled vehicles designed to be pulled or having its own motor and ranging from a child's toy to a commercial vehicle for the transport of heavy loads, delivery, etc.
  • hydrogenated glucose syrup — a syrup produced by the incomplete hydrolysis of starch followed by the hydrogenation of the glucose syrup, and used as a sweetener in confectionery, etc
  • hydrogenated vegetable oil — a vegetable oil that has undergone hydrogenation
  • knee-high to a grasshopper — very young or very small
  • knights of the round table — a legendary order of knights created by King Arthur.
  • law of diminishing returns — diminishing returns (def 2).
  • logical interchange format — (file format, file system)   (LIF) A Hewlett-Packard simple file system format used to boot HP-PA machines and to interchange files between older HP machines. A LIF file system is a header, containing a single directory, with 10-character case sensitive filenames and 2-byte file types, followed by the files.
  • macintosh operating system — (operating system)   (Mac OS) Apple Computer, Inc.'s proprietary operating system for their Macintosh family of personal computers. The part of the operating system that simulates the desktop is called "Finder." The multitasking version of Finder was called "MultiFinder" until multitasking was integrated into the core of the OS with the introduction of System 7.0 in 1990. The Macintosh series provides a built-in graphics language, called "QuickDraw", which provides a standard for software developers. Mac OS 8, scheduled for delivery in July 1997, included new human-interface features, increased system stability and performance, a PowerPC processor-native Finder, tighter integration of Internet access through panel-based "assistants," Personal Web Sharing and the ability to run Java applets and programs through Mac OS Run Time for Java. Version 9.2 was the last version of the bespoke Mac OS. The next version, Mac OS X is quite different, being based on Unix. See also Macintosh file system, Macintosh user interface.
  • master of the king's music — (in Britain when the sovereign is male) a court post dating from the reign of Charles I. It is an honorary title and normally held by an established English composer
  • michigan algorithm decoder — (language)   (MAD) An early programming language, based on IAL, developed at the University of Michigan by R. Graham, Bruce Arden, and Bernard Galler in 1959. MAD was one of the first extensible languages: the user could define his own operators and data types. MAD ran on the IBM 704, IBM 709 and IBM 7090. It was ported to the IBM 7040 at the City College of New York by Robert Teitel and also to Philco, Univac and CDC computers.
  • mongolian hordes technique — (programming, jargon)   (Or "Chinese Army technique") Assigning a large number of inexperienced programmers to a job which would better performed by a few skilled ones. The term was first used by Dr. Fred Brooks in his book "The Mythical Man-Month", Chapter 3. According to Dr. Brooks, he had in mind the vision of the Mongol Hordes sweeping across Asia and Europe when he created the term.
  • multi-color graphics array — (hardware, graphics)   (MCGA) One of IBM's less popular hardware video display standards for use in the IBM PS/2. MCGA can display 80*25 text in monochrome, 40*25 text in 256 colours or 320*200 pixel graphics in 256 colors. It is now obsolete.
  • not touch with a bargepole — to refuse to have anything to do with
  • on the straight and narrow — If something keeps people on the straight and narrow, it helps to keep them living an honest or healthy life.
  • orthogonal instruction set — (architecture)   An instruction set where all (or most) instructions have the same format and all registers and addressing modes can be used interchangeably - the choices of op code, register, and addressing mode are mutually independent (loosely speaking, the choices are "orthogonal"). This contrasts with some early Intel microprocessors where only certain registers could be used by certain instructions. Examples include the PDP-11, 680x0, ARM, VAX.
  • overdraft checking account — a bank account with a credit line permitting checks to be written for an amount above the account balance, subject to a finance charge on the overdraft.
  • philosophical anthropology — anthropology (def 4).
  • philosophical-anthropology — the science that deals with the origins, physical and cultural development, biological characteristics, and social customs and beliefs of humankind.
  • postprandial thermogenesis — the rate at which food is broken down after a meal and used by your body
  • prince henry the navigatorPrince, 1394–1460, prince of Portugal.
  • put one's signature to sth — If you put your signature to a document, you sign it as a way of officially showing that you agree with what is written.
  • quite apart from something — used to indicate that you are aware of one aspect of a situation, but that you are going to focus on another aspect
  • recombinant dna technology — any of various techniques for separating and recombining segments of DNA or genes, often employing a restriction enzyme to cut a gene from a donor organism and inserting it into a plasmid or viral DNA for transplantation into a host organism, where the gene causes the production of a desired substance either for harvesting or for the benefit of the host organism itself.

On this page, we collect all 26-letter words with O-R-T-H-G-A. It’s easy to find right word with a certain length. It is the easiest way to find 26-letter word that contains in O-R-T-H-G-A to use in Scrabble or Crossword puzzles

Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?