0%

27-letter words containing c, h, l, o, r, a

  • anthropological linguistics — the study of language in relation to culture, including the recording and analysis of the languages of nonliterate societies.
  • 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.
  • blood is thicker than water — People say 'blood is thicker than water' when they mean that their loyalty to their family is greater than their loyalty to anyone else.
  • butterflies in your stomach — If you have butterflies in your stomach or have butterflies, you are very nervous or excited about something.
  • chancellor of the exchequer — The Chancellor of the Exchequer is the minister in the British government who makes decisions about finance and taxes.
  • charge of the light brigade — a poem (1854) by Tennyson, celebrating the British cavalry attack on the Russian position at Balaklava during the Crimean War.
  • chief cook and bottlewasher — a person or machine that washes bottles.
  • 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.
  • 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
  • electroencephalographically — In an electroencephalographic way.
  • electronic data interchange — (application, communications)   (EDI) The exchange of standardised document forms between computer systems for business use. EDI is part of electronic commerce. EDI is most often used between different companies ("trading partners") and uses some variation of the ANSI X12 standard (USA) or EDIFACT (UN sponsored global standard).
  • enterprise allowance scheme — (formerly in Britain) a scheme to provide a weekly allowance to an unemployed person who wishes to set up a business and is willing to invest a specified amount in it during its first year
  • first law of thermodynamics — any of three principles variously stated in equivalent forms, being the principle that the change of energy of a thermodynamic system is equal to the heat transferred minus the work done (first law of thermodynamics) the principle that no cyclic process is possible in which heat is absorbed from a reservoir at a single temperature and converted completely into mechanical work (second law of thermodynamics) and the principle that it is impossible to reduce the temperature of a system to absolute zero in a finite number of operations (third law of thermodynamics)
  • 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
  • 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.
  • health and safety inspector — a person who inspects workplaces, to check that they do not pose dangers to workers
  • health service commissioner — (in Britain) the official name for an ombudsman who investigates personal complaints of injustice or hardship resulting from the failure, absence, or maladministration of a service for which a Regional or District Health Authority or Family Practitioner Committee is responsible, after other attempts to obtain redress have failed
  • 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.
  • higher national certificate — a work-related higher education qualification, taking two years part-time, or a year full-time.
  • horizontal loop combination — tupling
  • hormone replacement therapy — If a woman has hormone replacement therapy, she takes the hormone oestrogen, usually in order to control the symptoms of the menopause. The abbreviation HRT is often used.
  • hypertext transfer protocol — (protocol)   (HTTP) The client-server TCP/IP protocol used on the web for the exchange of HTML documents. It conventionally uses port 80. See also Uniform Resource Locator.
  • java remote method protocol — (protocol)   (JRMP) A proprietary wire-level protocol designed by Sun Microsystems to transport Java RMI. JRMP serves the same function as IIOP, but also supports object passing. Sun plans to offer IIOP as an alternative to JRMP. Sun do not appear to use this term any longer, simply referring to the "RMI transport protocol".
  • mechanically recovered meat — an amalgamation of the gristle, cartilage, and fat removed from animal carcasses, sometimes used in the manufacture of meat products such as sausages and hamburgers
  • 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
  • peripheral technology group — (company)   A national and international distributor of IBM PC-to-Unix and Internet connectivity products. They cater for resellers, dealers and VARs and are one of the top Seagate and Micropolis distributors in the US. Address: Eden Prairie, MN, USA (a suburb of Minneapolis). Eden Prairie ("Silicon Prairie") is the home of Digi International, Ontrack, Open Systems, LaserMaster, Best Buy, and others.
  • plain old telephone service — (communications)   (POTS) The traditional voice service provided by phone companies, especially when opposed to data services. Note that the acronym POTS is sometimes expanded as "Plain Old Telephone System" in which sense it is synonymous to Public Switched Telephone Network but used somewhat derogatively.
  • polymorphic lambda-calculus — (language, types)   (Or "second order typed lambda-calculus", "System F", "Lambda-2"). An extension of typed lambda-calculus allowing functions which take types as parameters. E.g. the polymorphic function "twice" may be written: twice = /\ t . \ (f :: t -> t) . \ (x :: t) . f (f x) (where "/\" is an upper case Greek lambda and "(v :: T)" is usually written as v with subscript T). The parameter t will be bound to the type to which twice is applied, e.g.: twice Int takes and returns a function of type Int -> Int. (Actual type arguments are often written in square brackets [ ]). Function twice itself has a higher type: twice :: Delta t . (t -> t) -> (t -> t) (where Delta is an upper case Greek delta). Thus /\ introduces an object which is a function of a type and Delta introduces a type which is a function of a type. Polymorphic lambda-calculus was invented by Jean-Yves Girard in 1971 and independently by John C. Reynolds in 1974.
  • portable scheme interpreter — (PSI) A portable scheme interpreter by Ozan Yigit <[email protected]>, David Keldsen and Pontus Hedman that includes a simple DAG compiler and a virtual machine. It can be used as an integrated extension interpreter in other systems and allows easy addition of new primitives. There are some unique debugging and tracing facilities. Acceptable performance results from a fairly straight-forward implementation. Continuations are fully and portably supported and perform well. PSI is based on the simple compilers and virtual machine in Kent Dbyvig's thesis. The pre-release version conforms to R4RS with a number of useful extensions.
  • proclaim from the housetops — to announce (something) publicly
  • protestant episcopal church — Episcopal Church in America.
  • rough endoplasmic reticulum — a network of tubular membranes within the cytoplasm of the cell, occurring either with a smooth surface (smooth endoplasmic reticulum) or studded with ribosomes (rough endoplasmic reticulum) involved in the transport of materials.
  • scalable coherent interface — (hardware, protocol)   (SCI) The ANSI/IEEE 1596-1992 standard that defines a point-to-point interface and a set of packet protocols. The SCI protocols use packets with a 16-byte header and 16, 64, or 256 data bytes. Each packet is protected by a 16-bit CRC code. The standard defines 1 Gbit/second serial fiber-optic links and 1 Gbyte/second parallel copper links. SCI has two unidirectional links that operate concurrently. The SCI protocols support shared memory by encapsulating bus requests and responses into SCI request and response packets. Packet-based handshake protocols guarantee reliable data delivery. A set of cache coherence protocols are defined to maintain cache coherence in a shared memory system. SCI uses 64-bit addressing and the most significant 16 bits are used for addressing up to 64K nodes.
  • second-class honours degree — an honours degree of the second class, usually further divided into an upper and lower designation
  • serial storage architecture — (storage)   (SSA) IBM's proposed ANSI standard for a standard high-speed interface to disk clusters and arrays. SSA allows full-duplex packet multiplexed serial data transfers at rates of 20Mb/sec in each direction. According to John Taylor, programme manager at IBM's Storage Division at Havant, SSA will be used in arrays of discs working with high-end computers ranging from mainframes down to LAN servers. Taylor said that SSA differs from the IEEE proposed P1394 serial interface specification in its ability to offer simultaneous multiplexed transfers from more than one disk or array. IBM also supports the P1394 standard which will be used primarily by desktop PCs for multimedia applications. SSA has received backing from a number of companies including connector makers Molex, ITT Cannon and AMP, disk drive makers Conner and Western Digital and RAID array suppliers like Dynatech and NCR. IBM expects to see the first SSA products released at Comdex in Autumn 1994 but it will be 1995 before the products ship in volume. Under an agreement signed with ASIC maker and ARM licencee VLSI Technology, IBM will use ARM-based chips made by VLSI to implement the SSA interface and VLSI will make these cores available to third parties as one of its Functional System Blocks.
  • single connector attachment — Single Connection Attach
  • synchronous optical network — (networking)   (SONET) A broadband networking standard based on point-to-point optical fibre networks. SONET will provide a high-bandwidth "pipe" to support ATM-based services. The SONET standard will establish a digital hierarchical network with a consistent worldwide transport scheme. SONET has been designed to take advantage of fibre, in contrast to the plain old telephone system which was designed for copper wires. SONET carries circuit-switched data in frames at speeds in multiples of 51.84 megabits per second (Mbps) up to 48 * 51.84 Mbps = 2.488 gigabits per second. Since SONET uses multiple channels to transmit data, each SONET frame can be considered to be a two-dimensional table of bytes that is 9 rows high and 90 columns deep. For every OC-n level, SONET can transmit n number of frames at a given time. Groups of frames are called superframes. SONET is the American version of SDH.
  • teach an old dog new tricks — to induce a person of settled habits to adopt new methods or ideas
  • telephone answering machine — answering machine.
  • third law of thermodynamics — any of three principles variously stated in equivalent forms, being the principle that the change of energy of a thermodynamic system is equal to the heat transferred minus the work done (first law of thermodynamics) the principle that no cyclic process is possible in which heat is absorbed from a reservoir at a single temperature and converted completely into mechanical work (second law of thermodynamics) and the principle that it is impossible to reduce the temperature of a system to absolute zero in a finite number of operations (third law of thermodynamics)
  • to steal a march on someone — If you steal a march on someone, you start doing something before they do it in order to gain an advantage over them.
  • trichlorophenoxyacetic acid — an insoluble crystalline solid; 2,4,5-trichlorophenoxyacetic acid. It is a plant hormone and is used as a weedkiller. Formula: C8H5Cl3O3
  • virtual machine environment — (operating system)   (VME) ICL's mainframe operating system.

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