0%

27-letter words containing s, e, o, u, l

  • address resolution protocol — (networking, protocol)   (ARP) A method for finding a host's Ethernet address from its Internet address. The sender broadcasts an ARP packet containing the Internet address of another host and waits for it (or some other host) to send back its Ethernet address. Each host maintains a cache of address translations to reduce delay and loading. ARP allows the Internet address to be independent of the Ethernet address but it only works if all hosts support it. ARP is defined in RFC 826. The alternative for hosts that do not do ARP is constant mapping. See also proxy ARP, reverse ARP.
  • america's multimedia online — (company, web)   (AMO) An Internet technologies company which invented Never Offline in 1995 and was officially started in 1996. E-mail: AMO <[email protected]>. Address: Albuquerque, NM, USA.
  • audio processing technology — (company)   (APT) A company that produces codecs based on predictive analysis rather than frequency coding.
  • bashkir autonomous republic — an autonomous republic in the Russian Federation in Europe. 55,430 sq. mi. (143,600 sq. km). Capital: Ufa.
  • block transfer computations — (algorithm, humour)   (From the UK television series "Dr. Who") Computations so fiendishly subtle and complex that they could not be performed by machines. Used to refer to any task that should be expressible as an algorithm in theory, but isn't.
  • butterflies in your stomach — If you have butterflies in your stomach or have butterflies, you are very nervous or excited about something.
  • capabilities maturity model — Capability Maturity Model
  • church of the new jerusalem — the church composed of the followers of Swedenborg; the Swedenborgian church.
  • chuvash autonomous republic — an autonomous republic in the Russian Federation in Europe. 7064 sq. mi. (18,300 sq. km). Capital: Cheboksary.
  • communicable disease center — former name of Centers for Disease Control.
  • constructive solid geometry — (graphics)   (CSG) A method used in solid modeling to describe the geometry of complex three-dimensional scenes by applying set operations (union, difference, intersection) to primitive shapes (cuboids, cylinders, prisms, pyramids, spheres and cones). See also CSG-tree.
  • 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.
  • court of domestic relations — a court, usually with a limited jurisdiction, that handles legal cases involving a family, especially controversies between parent and child or between the marriage partners.
  • 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.
  • distinguished conduct medal — a decoration awarded for distinguished conduct in operations in the field against an enemy. Abbreviation: D.C.M.
  • doesn't suffer fools gladly — If you do not suffer fools gladly, you are not patient with people who you think are stupid.
  • duchenne muscular dystrophy — a common hereditary form of muscular dystrophy, usually affecting young males, characterized by the severe weakening of the skeletal muscles, esp. the respiratory muscles
  • go up in flames (or smoke) — to burn
  • grow out of one's knowledge — to behave in a presumptuous or conceited manner
  • hand-held personal computer — palmtop
  • 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 someone over the coals — to reprimand someone
  • 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.
  • high performance serial bus — (hardware, standard)   (Or "IEEE 1394") A 1995 Macintosh/IBM PC serial bus interface standard offering isochronous real-time data transfer. 1394 can transfer data between a computer and its peripherals at 100, 200, or 400 Mbps, with a planed increase to 2 Gbps. Cable length is limited to 4.5 m but up to 16 cables can be daisy-chained yielding a total length of 72 m. It can daisy-chain together up to 63 peripherals in a tree-like structure (as opposed to SCSI's linear structure). It allows peer-to-peer communication, e.g. between a scanner and a printer, without using system memory or the CPU. It is designed to support plug-and-play and hot swapping. Its six-wire cable is not only more convenient than SCSI cables but can supply up to 60 watts of power, allowing low-consumption devices to operate without a separate power cord. Some expensive camcorders included this bus from 1995. It is expected to be used to carry SCSI, with possible application to home automation using repeaters. See also Universal Serial Bus, FC-AL.
  • hotline communications ltd. — (company)   The company that developes and distributes Hotline Connect.
  • insulin resistance syndrome — Pathology. a group of medical conditions present simultaneously in a patient, as high blood pressure, low HDL cholesterol levels, and an excess of abdominal fat, that increases a person's risk of heart disease, stroke, and diabetes. Also called insulin resistance syndrome.
  • internal-combustion engines — an engine of one or more working cylinders in which the process of combustion takes place within the cylinders.
  • internet foundation classes — (language, library, programming, standard)   (IFC) A library of classes used in the creation of Java applets with GUIs. Created by Netscape, the Internet Foundation Classes provide GUI elements, as well as classes for Applications Services, Security, Messaging, and Distributed Objects. The IFC code, which is exclusively Java, is layered on top of the Java Abstract Windowing Toolkit (AWT), thus preserving platform independence. The AWT and IFC collectively form the Java Foundation Classes, which provide a standardised framework for developing powerful Java applications.
  • 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).
  • kungliga tekniska högskolan — (body, education)   (KTH, Royal Institute of Art and Technology) A Swedish university founded in 1827 that is strong in engineering and computing (e.g. AI, Virtual Reality). In 1998 KTH had nearly 11,000 undergraduate students, 1,300 postgraduate students, and 2,900 staff, making it the largest of Sweden's six universitites of technology. Address: Stockholm, Sweden.
  • language acquisition device — a hypothesized innate mental faculty present in infants that enables them to construct and internalize the grammar of their native language on the basis of the limited and fragmentary language input to which they are exposed. Abbreviation: LAD.
  • link state routing protocol — (networking, communications)   A routing protocol such as OSPF which permits routers to exchange information with one another about the reachability of other networks and the cost or metric to reach the other networks. The cost/metric is based on number of hops, link speeds, traffic congestion, and other factors as determined by the network designer. Link state routers use Dijkstra's algorithm to calculate shortest (lowest cost) paths, and normally update other routers with whom they are connected only when their own routing tables change. Link state routing is an improvement over distance-vector routing protocols such as RIP which normally use only a single metric (such as hop count) and which exchange all of their table information with all other routers on a regular schedule. Link state routing normally requires more processing but less transmission overhead.
  • little-lord-fauntleroy-suit — (italics) a children's novel (1886) by Frances H. Burnett.
  • measure of central tendency — a statistic that in some way specifies the central tendency of a sample of measurements, as the mean, median, or mode.
  • military-industrial complex — a network of a nation's military force together with all of the industries that support it.
  • mongolian people's republic — a republic in E central Asia, in N Mongolia. About 600,000 sq. mi. (1,500,000 sq. km). Capital: Ulan Bator.
  • monoalphabetic substitution — a system of substitution that uses only one cipher alphabet in a cryptogram so that each plaintext letter is always represented by the same cipher.
  • national insurance benefits — benefits provided as a result of payments to national insurance, such a state pension, sick pay, etc
  • national science foundation — an independent agency of the executive branch, created in 1950, that promotes and supports research and education in the sciences. Abbreviation: NSF.
  • natural language processing — (artificial intelligence)   (NLP) Computer understanding, analysis, manipulation, and/or generation of natural language. This can refer to anything from fairly simple string-manipulation tasks like stemming, or building concordances of natural language texts, to higher-level AI-like tasks like processing user queries in natural language.
  • network application support — (networking)   (NAS) DEC's approach to applications integration across a distributed multivendor environment.
  • neurolinguistic programming — a therapy designed to alter behaviour by reprogramming unconscious patterns of thought
  • old chestnut/hoary chestnut — If you refer to a statement, a story, or a joke as an old chestnut or a hoary chestnut, you mean that it has been repeated so often that it is no longer interesting.
  • oscillating universe theory — the theory that the universe is oscillating between periods of expansion and collapse
  • out at the heel (or heels) — having holes in the heels of one's shoe(s) or sock(s)
  • outline planning permission — a permission for building on land which sets out general but not yet detailed guidelines
  • personal accident insurance — accident which covers personal accidents

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