0%

20-letter words containing a, r, i, s, t

  • craniosacral therapy — a form of therapy for various disorders in which the therapist manipulates the bones of the skull
  • crime against nature — Law. sodomy.
  • crime and punishment — a novel (1866) by Feodor Dostoevsky.
  • crossword dictionary — a dictionary that lists common clues found in crossword puzzles with potential answer words. In books, the lists are usually sorted by the number of letters in the answer, while an online crossword dictionary, such as the Dictionary.com Crossword Solver, is able to analyze queries electronically, examining either the clue or the number and pattern of letters already filled in to arrive at suggested answers.
  • curry favour with sb — If one person tries to curry favour with another, they do things in order to try to gain their support or co-operation.
  • cylinder head gasket — (in an automobile engine) a gasket placed between the cylinder and the cylinder heads to avoid leaks of coolant and compression
  • cytosine arabinoside — cytarabine.
  • database transaction — (database)   A set of related changes applied to a database. The term typically implies that either all of the changes should be applied or, in the event of an error, none of them, i.e. the transaction should be atomic. Atomicity is one of the ACID properties a transaction can have, another is isolation - preventing interference between processes trying to access the database cocurrently. This is usually achieved by some form of locking - where one process takes exclusive control of a database table or row for the duration of the transaction, preventing other processes from accessing the locked data. The canonical example of a transaction is transferring money between two bank accounts by subtracting it from one and adding it to the other. Some relational database management systems require the user to explicitly start a transaction and then either commit it (if all the individual steps are successful) or roll it back (if there are any errors).
  • de facto segregation — racial, ethnic, or other segregation resulting from societal differences between groups, as socioeconomic or political disparity, without institutionalized legislation intended to segregate.
  • democratic socialism — socialism, or a modified form of socialism, achieved by a gradual transition by and under democratic political processes.
  • depreciation expense — A depreciation expense is the amount deducted from gross profit to allow for a reduction in the value of something because of its age or how much it has been used.
  • descriptive notation — a method of denoting the squares on the chessboard in which each player names the files from the pieces that stand on them at the opening and numbers the ranks away from himself
  • desmopressin acetate — a vasopressin analogue, C 46 H 64 N 14 O 12 S 2 , used in the treatment of diabetes insipidus.
  • dickless workstation — (abuse)   Extremely pejorative hackerism for "diskless workstation".
  • diels-alder reaction — the reaction in which a conjugated diene combines with a double or triple bond of a given compound to form a ring of six carbon atoms.
  • differential housing — the casing that houses the differential of a motor vehicle
  • digital data service — (communications)   (DDS) The class of service offered by telecommunications companies for transmitting digital data as opposed to voice.
  • digital service unit — data service unit
  • diplomatic secretary — secretary (def 5).
  • diplomatic-secretary — secretary (def 5).
  • direct memory access — (architecture)   (DMA) A facility of some architectures which allows a peripheral to read and write memory without intervention by the CPU. DMA is a limited form of bus mastering.
  • directory assistance — a telephone company service that furnishes telephone directory information over the telephone.
  • directory user agent — (DUA) The software that accesses the X.500 Directory Service on behalf of the directory user. The directory user may be a person or another software element.
  • disability insurance — insurance providing income to a policyholder who is disabled and cannot work.
  • discretionary income — money for luxuries
  • diskless workstation — (computer, networking)   A personal computer or workstation which has neither a hard disk nor floppy disk drive and which performs all file access via a local area network connection to a file server. The lowest level bootstrap code is stored in non-volatile storage. This uses a simple protocol such as BOOTP to request and download more sophisticated boot code and eventually, the operating system. The archtypal product was the 3Station developed by Bob Metcalfe at 3Com. Another example was the Sun 3/50. Diskless workstations are ideal when many users are running the same application. They are small, quiet, more reliable than products with disks, and help prevent both the theft of data and the introduction of viruses since the software and data available on them is controlled by the network administrator or system administrator. They do however rely on a server which becomes a disadvantage if it is heavily loaded or down. See also breath-of-life packet.
  • displacement current — the rate of change, at any point in space, of electric displacement with time.
  • disproportionateness — The state or quality of being disproportionate or out of proportion.
  • disruptive discharge — the sudden, large increase in current through an insulating medium resulting from complete failure of the medium under electrostatic stress.
  • distress merchandise — goods sold below the prevailing price in order to raise cash quickly or to meet some other financial emergency.
  • distributed database — A collection of several different databases that looks like a single database to the user. An example is the Internet Domain Name System (DNS).
  • distributed practice — learning with reasonably long intervals between separate occasions of learning
  • distribution channel — trade: retailer
  • distributive lattice — (theory)   A lattice for which the least upper bound (lub) and greatest lower bound (glb) operators distribute over one another so that a lub (b glb c) == (a lub c) glb (a lub b) and vice versa. ("lub" and "glb" are written in LateX as \sqcup and \sqcap).
  • district of columbia — a federal area in the E United States, on the Potomac, coextensive with the federal capital, Washington. 69 sq. mi. (179 sq. km). Abbreviation: DC (for use with zip code), D.C.
  • diverticular disease — any disease of the colon involving the presence of diverticula
  • early warning system — Military. a network of radar installations designed to detect enemy aircraft or missiles in time for the effective deployment of defense systems.
  • early-warning system — Military. a network of radar installations designed to detect enemy aircraft or missiles in time for the effective deployment of defense systems.
  • eastern roman empire — the eastern of the two empires created by the division of the Roman Empire in 395 ad
  • ecclesiastical court — a church court in ecclesiastical matters, presided over by members of the clergy and usually having no compulsory jurisdiction.
  • economic rationalism — an economic policy based on the efficiency of market forces, characterized by minimal government intervention, tax cuts, privatization, and deregulation of labour markets
  • effective resistance — the resistance to an alternating current, expressed as the ratio of the power dissipated to the square of the effective current.
  • electoral boundaries — the way that a country or area is divided for the purposes of voting in an election
  • electrohydrodynamics — (physics) the study of the dynamics of electrically conducting fluid.
  • electronic signature — electronic proof of a person's identity
  • electrophysiological — Of or pertaining to electrophysiology.
  • eleusinian mysteries — a mystical religious festival, held in September at Eleusis in classical times, in which initiates celebrated Persephone, Demeter, and Dionysus
  • employer's liability — an employer's legal responsibility to pay damages to an employee who has been injured or who has contracted an illness because of the work he or she does
  • endorsement in blank — an endorsement on a bill of exchange, cheque, etc, naming no payee and thus making the endorsed sum payable to the bearer
  • enterprise javabeans — (specification, business, programming)   (EJB) A server-side component architecture for writing reusable business logic and portable enterprise applications. EJB is the basis of Sun's Java 2 Platform, Enterprise Edition (J2EE). Enterprise JavaBean components are written entirely in Java and run on any EJB compliant server. They are operating system, platform, and middleware independent, preventing vendor lock-in. EJB servers provide system-level services (the "plumbing") such as transactions, security, threading, and persistence. The EJB architecture is inherently transactional, distributed, multi-tier, scalable, secure, and wire protocol neutral - any protocol can be used: IIOP, JRMP, HTTP, DCOM etc. EJB 1.1 requires RMI for communication with components. EJB 2.0 is expected to require support for RMI/IIOP. EJB applications can serve assorted clients: browsers, Java, ActiveX, CORBA etc. EJB can be used to wrap legacy systems. EJB 1.1 was released in December 1999. EJB 2.0 is in development. Sun claims broad industry adoption. 30 vendors are shipping server products implementing EJB. Supporting vendors include IBM, Fujitsu, Sybase, Borland, Oracle, and Symantec. An alternative is Microsoft's MTS (Microsoft Transaction Server).
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?