0%

27-letter words containing a, e, g, t, s

  • (can't) put a price on sthg — If you say that you cannot put a price on something, you mean that it is very valuable.
  • a chicken and egg situation — If you describe a situation as a chicken and egg situation, you mean that it is impossible to decide which of two things caused the other one.
  • a spider's web of something — a tangled arrangement
  • advanced gas-cooled reactor — a nuclear reactor using carbon dioxide as the coolant, graphite as the moderator, and ceramic uranium dioxide cased in stainless steel as the fuel
  • anti-social networking site — a website that allows users to, among other things, list the people they dislike and do not want any contact with
  • as well it/he/she might/may — If you say, after stating that something has happened or is the case, as well it might or as well it may, you mean that this is not at all surprising or is quite appropriate.
  • aspect-oriented programming — (programming)   (AOP) A style of programming that attempts to abstract out features common to many parts of the code beyond simple functional modules and thereby improve the quality of software. Mechanisms for defining and composing abstractions are essential elements of programming languages. The design style supported by the abstraction mechanisms of most current languages is one of breaking a system down into parameterised components that can be called upon to perform a function. But many systems have properties that don't necessarily align with the system's functional components, such as failure handling, persistence, communication, replication, coordination, memory management, or real-time constraints, and tend to cut across groups of functional components. While they can be thought about and analysed relatively separately from the basic functionality, programming them using current component-oriented languages tends to result in these aspects being spread throughout the code. The source code becomes a tangled mess of instructions for different purposes. This "tangling" phenomenon is at the heart of much needless complexity in existing software systems. A number of researchers have begun working on approaches to this problem that allow programmers to express each of a system's aspects of concern in a separate and natural form, and then automatically combine those separate descriptions into a final executable form. These approaches have been called aspect-oriented programming.
  • audio processing technology — (company)   (APT) A company that produces codecs based on predictive analysis rather than frequency coding.
  • continuous-expansion engine — a steam engine in which a high-pressure cylinder is partly exhausted into a low-pressure cylinder during each stroke.
  • control and status register — (hardware)   (CSR) A register in most CPUs which stores additional information about the results of machine instructions, e.g. comparisons. It usually consists of several independent flags such as carry, overflow and zero. The CSR is chiefly used to determine the outcome of conditional branch instructions or other forms of conditional execution.
  • dataless management utility — (operating system)   (DMU) A Dataless Management Services (DMS) utility for managing the sharing of installed operating software between DMS servers and clients. It allows users to install, configure, show and delete DMS environments and add, list, modify and remove DMS clients.
  • digital express group, inc. — (Digex) The largest Internet provider in the Washington metropolitan area with POPs in Maryland, Virginia, New Jersey, New York and California.
  • digital simulation language — (language)   (DSL) Extensions to Fortran to simulate analog computer functions. Version DSL/90 ran on the IBM 7090.
  • disability living allowance — a tax-free allowance made by the government to people who have difficulty in walking or need help with personal care
  • distinguished conduct medal — a decoration awarded for distinguished conduct in operations in the field against an enemy. Abbreviation: D.C.M.
  • distinguished service medal — U.S. Military. a decoration awarded for exceptionally meritorious performance of a duty of great responsibility.
  • distributed data management — (protocol, database)   (DDM) An IBM data protocol architecture for data management services across distributed systems in an SNA environment. DDM provides a common data management language for data interchange among different IBM system platforms. Products supporting DDM include AS/400, System/36, System/38 and CICS/DDM. On the AS/400, DDM controls remote file processing. DDM enables application programs running on one AS/400 system to access data files stored on another system supporting DDM. Similarly, other systems that have DDM can access files in the database of the local AS/400 system. DDM makes it easier to distribute file processing between two or more systems.
  • distributed data processing — a method of organizing data processing that uses a central computer in combination with smaller local computers or terminals, which communicate with the central computer and perhaps with one another.
  • doesn't suffer fools gladly — If you do not suffer fools gladly, you are not patient with people who you think are stupid.
  • earnings related supplement — (formerly, in the British National Insurance scheme) a payment based on earnings in the previous tax year, payable (in addition to unemployment or sickness benefit) for about six months to a sick or unemployed person
  • entity-relationship diagram — entity-relationship model
  • european broadcasting union — a union of 75 broadcasting organisations from 56 (mainly European) countries and which is responsible for the production of programmes such as the Eurovision Song Contest and the FIFA World Cup
  • figment of sb's imagination — If you say that something is a figment of someone's imagination, you mean that it does not really exist and that they are just imagining it.
  • floating-point specbaserate — SPECrate_base_fp92
  • general dynamics canada ltd — (company)   A Canadian defence electronics company that makes direct and indirect fire control systems, vehicle electronics, reconnaissance vehicle surveillance systems, computerised laser sight for anti-tank weapons, tactical communication systems, headquarters information distribution system, tactical voice and distribution systems, acoustic signal processing, ASW mission systems, sonobuoy processors, active sonar systems, towed array sonar systems, tactical acoustic trainer, Mil-Spec electroluminiscent displays, large multi-sensor displays, coastal intrusion detection systems and fibre-optic distribution systems. The company was founded in 1948 as "Computing Devices Canada Ltd.", part of the Ceridian group of companies. It was renamed General Dynamics Canada Ltd. on 2002-01-01.
  • german short-haired 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.
  • get (or have) the goods on — to discover (or know) something incriminating about
  • get off to a good/bad start — If you get off to a good start, you are successful in the early stages of doing something. If you get off to a bad start, you are not successful in the early stages of doing something.
  • give sb enough rope to hang — If you give someone enough rope to hang themselves, you give them the freedom to do a job in their own way because you hope that their attempts will fail and that they will look foolish.
  • give sb/sthing a wide berth — If you give someone or something a wide berth, you avoid them because you think they are unpleasant, or dangerous, or simply because you do not like them.
  • graphics interchange format — (graphics, file format)   /gif/, occasionally /jif/ (GIF, GIF 89A) A standard for digitised images compressed with the LZW algorithm, defined in 1987 by CompuServe (CIS). Graphics Interchange Format and GIF are service marks of CompuServe Incorporated. This only affects use of GIF within Compuserve, and pass-through licensing for software to access them, it doesn't affect anyone else's use of GIF. It followed from a 1994 legal action by Unisys against CIS for violating Unisys's LZW software patent. The CompuServe Vice President has stated that "CompuServe is committed to keeping the GIF 89A specification as an open, fully-supported, non-proprietary specification for the entire on-line community including the web". See also progressive coding, animated GIF.
  • guess what/do you know what — You say guess what or do you know what to introduce a piece of information which is surprising, which is not generally known, or which you want to emphasize.
  • hashemite kingdom of jordan — official name of Jordan.
  • haskell user's gofer system — (language)   (HUGS) An implementation of Haskell derived from Gofer 2.30b with an interactive development environment much like Gofer's. Almost all of the features of Haskell 1.2 are implemented with the exception of the module system. Hugs supports Haskell style type classes, a full prelude, derived instances, defaults, overloaded numeric literals and pattern matching, and bignum arithmetic. E-mail: Mark P. Jones <[email protected]>.
  • haul/drag sb over the coals — If a person in authority hauls or drags someone over the coals, they speak to them severely about something foolish or wrong that they have done.
  • have a frog in one's throat — to experience temporary hoarseness due to throat irritation
  • have something on the brain — Anatomy, Zoology. the part of the central nervous system enclosed in the cranium of humans and other vertebrates, consisting of a soft, convoluted mass of gray and white matter and serving to control and coordinate the mental and physical actions.
  • healing by second intention — an act or instance of determining mentally upon some action or result.
  • hertzsprung-russell diagram — the graph showing the absolute magnitude plotted against the surface temperature for a group of stars.
  • high speed serial interface — (hardware, communications)   (HSSI) A serial port which supports serial transmit speeds of up to 52 megabits per second. It is typically used for leased lines such as DS3 (44.736 Mbps) and E3 (34 Mbps) and for Wide Area Network devices such as routers.
  • hitch one's 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.
  • hue, saturation, brightness — (graphics)   (HSB) A colour model that describes colours in terms of hue, saturation, and brightness. In the tables below, a hue is a "pure" colour, i.e. one with no black or white in it. A shade is a "dark" colour, i.e. one produced by mixing a hue with black. A tint is a "light" colour, i.e. one produced by mixing a hue with white. A tone is a colour produced by mixing a hue with a shade of grey. Colour type S L Black Any 0% White Any 100% Grey 0% 1-99% Hue 100% 50% Shade 100% 1-49% Tint 100% 51-99% Tone 1-99% 1-99% Quattro Pro, CorelDraw, and PhotoShop use a variant (Quattro Pro calls the third parameter "brightness") in which a brightness of 100% can produce white, a pure hue, or anything in between, depending on the saturation. Colour type S B Black Any 0% White 0% 100% Grey 0% 1-99% Hue 100% 100% Shade 100% 1-99% Tint 1-99% 100% Tone 1-99% 1-99% [Same as HSV?]
  • importance of being earnest — a comedy (1895) by Oscar Wilde.
  • in the market for something — If you are in the market for something, you are interested in buying it.
  • interface message processor — (networking)   (IMP) The original message switching node on the ARPANET.
  • internal-combustion engines — an engine of one or more working cylinders in which the process of combustion takes place within the cylinders.
  • introgressive-hybridization — the introduction of genes from one species into the gene pool of another species, occurring when matings between the two produce fertile hybrids.
  • joint and several guarantee — a legal guarantee undertaken by multiple people in which any one guarantor can be held fully responsible for repaying the whole of the debt despite each guarantor only being partially responsible for that debt
  • keep body and soul together — the physical structure and material substance of an animal or plant, living or dead.
  • knights of the ku klux klan — Ku Klux Klan (def 2).

On this page, we collect all 27-letter words with A-E-G-T-S. It’s easy to find right word with a certain length. It is the easiest way to find 27-letter word that contains in A-E-G-T-S 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?