0%

27-letter words containing l, a, t, o, u

  • 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.
  • anthropological linguistics — the study of language in relation to culture, including the recording and analysis of the languages of nonliterate societies.
  • aperture for drilling fluid — An aperture for drilling fluid is an opening for controlling the flow of drilling mud.
  • applicative order reduction — (programming)   An evaluation strategy under which an expression is evaluated by repeatedly evaluating its leftmost innermost redex. This means that a function's arguments are evaluated before the function is applied. This method will not terminate if a function is given a non-terminating expression as an argument even if the function is not strict in that argument. Also known as call-by-value since the values of arguments are passed rather than their names. This is the evaluation strategy used by ML, Scheme, Hope and most procedural languages such as C and Pascal. See also normal order reduction, parallel reduction.
  • at the double/on the double — If you do something at the double or on the double, you do it very quickly or immediately.
  • audio processing technology — (company)   (APT) A company that produces codecs based on predictive analysis rather than frequency coding.
  • audit bureau of circulation — an organization that collects, audits, and publishes monthly circulation figures for newspapers and magazines
  • automatic frequency control — a system in a radio or television receiver by which the tuning of an incoming signal is accurately maintained
  • ayatollah ruhollah khomeini — Ayatollah Ruhollah [roo-hoh-luh;; Persian roo-haw-lah] /ruˈhoʊ lə;; Persian ˌru hɔˈlɑ/ (Show IPA), 1900?–89, Islamic leader of Iran 1979–89.
  • back end generator language — Back End Generator
  • bashkir autonomous republic — an autonomous republic in the Russian Federation in Europe. 55,430 sq. mi. (143,600 sq. km). Capital: Ufa.
  • block and list manipulation — BALM
  • 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
  • cardiovascular conditioning — enhancement of heart and circulatory function produced by regular vigorous aerobic exercise, as jogging, swimming, or cycling.
  • certified public accountant — A certified public accountant is someone who has received a certificate stating that he or she is qualified to work as an accountant within a particular state. The abbreviation CPA is also used.
  • chancellor of the exchequer — The Chancellor of the Exchequer is the minister in the British government who makes decisions about finance and taxes.
  • 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.
  • common algorithmic language — (language)   (COMAL) A language for beginners developed by Benedict Loefstedt and Borge Christensen in 1973 and popular in Europe and Scandinavia. It has a Pascal-like structure added to BASIC. COMAL-80 has been adopted as an introductory language in Denmark. There is a version for the Amiga and a well-supported version for the PC, running under MS-DOS and Microsoft Windows, called UniCOMAL. Recently, it has been developed as a web-scripting language called WebCOMAL. There is a COMAL User's Group at 5501 Groveland Terr, Madison WI 53716, USA.
  • communicable disease center — former name of Centers for Disease Control.
  • 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.
  • countably additive function — a set function that upon operating on the union of a countable number of disjoint sets gives the same result as the sum of the functional values of each set.
  • 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.
  • crude oil preparation plant — A crude oil preparation plant is equipment used for processing crude oil to get a particular product or amount.
  • crude oil refining capacity — The crude oil refining capacity is the amount that is produced in a refinery each day.
  • data communications analyst — (job)   A person who installs, maintains, and troubleshoots data networks. A data communications analyst may have knowledge of T1 lines, TCP/IP, fiber optics, SNA, frame relay. He assists users with problems related to connectivity, analyses data flow, configures modems, DSUs, multiplexors, and routers, and uses network tools such as NetView or Netspy.
  • democratic-republican party — the antifederalist party originally led by Thomas Jefferson, which developed into the modern Democratic Party
  • 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
  • educational welfare officer — (in Britain) a local education authority worker whose job it is to find out whether difficulties outside school are contributing to a child's classroom problems or irregular attendance and who may intervene to help the child to benefit more from schooling
  • first axiom of countability — the property satisfied by a topological space in which the neighborhood system of each point has a base consisting of a countable number of neighborhoods (first axiom of countability) or the property satisfied by a topological space that has a base for its topology consisting of a countable number of subsets of the space (second axiom of countability)
  • floccinaucinihilipilificate — (colloquial) To describe, estimate or regard something as worthless.
  • fly-on-the-wall documentary — a documentary made by filming people as they do the things they normally do, rather than by interviewing them or asking them to talk directly to the camera
  • 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.
  • hotline communications ltd. — (company)   The company that developes and distributes Hotline Connect.
  • in (or over) the long haul — over a long period of time
  • indefinite relative pronoun — a relative pronoun without an antecedent, as whoever in They gave tickets to whoever wanted them.
  • 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.
  • international monetary fund — an international organization that promotes the stabilization of the world's currencies and maintains a monetary pool from which member nations can draw in order to correct a deficit in their balance of payments: a specialized agency of the United Nations. Abbreviation: IMF, I.M.F.
  • 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.

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