0%

23-letter words containing a, s, t

  • concertgebouw orchestra — an Amsterdam orchestra, established in 1888, that has been independent of the Concertgebouw hall since World War II
  • concrete data structure — (theory)   (CDS) A model of programming language terms developed in the context of constructing fully abstract semantics for sequential languages. A CDS is a 4-tuple (C,V,E,|-) where C is a cell, V is a value, E is an event and |- is an "enabling relation". An event is a cell and a value. A cell C is "enabled" by a set of events S if S |- C. A state is a set of events which are consistent in that the values they give for any cell are all equal. Every cell in a state is enabled.
  • confessional television — television programmes, esp talk shows, in which members of the public reveal their private lives, personal problems, etc
  • conformational analysis — the study of the spatial arrangement of atoms or groups of atoms in a molecule and the way in which this influences chemical behaviour
  • connection machine lisp — (language)   Lisp with a parallel data structure, the 'xapping', an array of values assigned to an array of sites.
  • conservative evaluation — (programming)   Under this parallel evaluation strategy, no evaluation is started unless it is known to be needed. The opposite of conservative evaluation is speculative evaluation.
  • consolidated deliveries — deliveries of goods to different shops in a common location by a single carrier and in a single vehicle
  • constant of gravitation — a law stating that any two masses attract each other with a force equal to a constant (constant of gravitation) multiplied by the product of the two masses and divided by the square of the distance between them.
  • constant of integration — a constant that is added to the function obtained by evaluating the indefinite integral of a given function, indicating that all indefinite integrals of the given function differ by, at most, a constant.
  • constant velocity joint — A constant velocity joint is a universal joint in which the output shaft rotates at constant speed if the input shaft speed is constant.
  • constant-velocity joint — a universal joint that is used in the drive train of front-wheel-drive cars and operates effectively even when the shafts being connected meet at a sharp angle.
  • constitutional monarchy — a monarchy governed according to a constitution that limits and defines the powers of the sovereign
  • constraint satisfaction — (application)   The process of assigning values to variables while meeting certain requirements or "constraints". For example, in graph colouring, a node is a variable, the colour assigned to it is its value and a link between two nodes represents the constraint that those two nodes must not be assigned the same colour. In scheduling, constraints apply to such variables as the starting and ending times for tasks. The Simplex method is one well known technique for solving numerical constraints. The search difficulty of constraint satisfaction problems can be determined on average from knowledge of easily computed structural properties of the problems. In fact, hard instances of NP-complete problems are concentrated near an abrupt transition between under- and over-constrained problems. This transition is analogous to phase transitions in physical systems and offers a way to estimate the likely difficulty of a constraint problem before attempting to solve it with search.
  • consultant psychiatrist — a psychiatrist who has attained the rank of consultant
  • conversion to iteration — A transformation applied to functional programs to replace recursion with iteration. A tail-recursive function can be compiled to an iterative loop where the recursive call becomes a jump back to the start and the parameters are held in registers which are updated with new values each time around the loop. See Iteration, Tail recursion optimisation.
  • corporate restructuring — a change in the business strategy of an organization resulting in diversification, closing parts of the business, etc, to increase its long-term profitability
  • cost-of-living increase — a pay rise that is given because the cost of living has gone up
  • court of first instance — a court in which legal proceedings are begun or first heard
  • creative writing course — a course in which people are taught creative writing skills
  • criminal justice system — the combination of courts and legal processes that deal with crime
  • critique of pure reason — a philosophical work (1781) by Immanuel Kant.
  • cryptococcal meningitis — a form of meningitis resulting from opportunistic infection by a cryptococcus fungus, occurring in persons who are immunodeficient.
  • current-cost accounting — a method of accounting that values assets at their current replacement cost rather than their original cost
  • cut sb's umbilical cord — If you say that one person, organization, or country has cut its umbilical cord with another, you mean that they have done something that makes them more independent.
  • cylindrical coordinates — three coordinates defining the location of a point in three-dimensional space in terms of its polar coordinates (r, θ) in one plane, usually the (x, y) plane, and its perpendicular distance, z, measured from this plane
  • d'arsonval galvanometer — a galvanometer consisting of a large, fixed magnet and a light coil that swings in the magnetic field.
  • d'entrecasteaux islands — a group of volcanic islands in the Pacific, off the SE coast of New Guinea: part of Papua New Guinea. Pop: 49 167 (1990 est). Area: 3141 sq km (1213 sq miles)
  • dacryocystorhinostomies — Plural form of dacryocystorhinostomy.
  • data acquisition system — A data acquisition system is a system that acquires data, generally by digitizing analog channels and storing the data in digital form.
  • database query language — (database)   A language in which users of a database can (interactively) formulate requests and generate reports. The best known is SQL.
  • delayed stress reaction — a post-traumatic stress disorder occurring more than six months after the experience of a traumatic event.
  • descriptive metaphysics — the philosophical study of the structure of how we think about the world
  • deterministic automaton — (theory)   A finite-state automaton in which the overall course of the computation is completely determined by the program, the starting state, and the initial inputs. The class of problems solvable by such automata is the class P (see polynomial-time algorithm).
  • dialectical materialism — the economic, political, and philosophical system of Karl Marx and Friedrich Engels that combines traditional materialism and Hegelian dialectic
  • diamondback rattlesnake — either of two large, highly venomous rattlesnakes of the genus Crotalus, having diamond-shaped markings on the back.
  • differential psychology — the branch of psychology dealing with the study of characteristic differences or variations of groups or individuals, especially through the use of analytic techniques and statistical methods.
  • digital subscriber line — (communications, protocol)   (DSL, or Digital Subscriber Loop, xDSL - see below) A family of digital telecommunications protocols designed to allow high speed data communication over the existing copper telephone lines between end-users and telephone companies. When two conventional modems are connected through the telephone system (PSTN), it treats the communication the same as voice conversations. This has the advantage that there is no investment required from the telephone company (telco) but the disadvantage is that the bandwidth available for the communication is the same as that available for voice conversations, usually 64 kb/s (DS0) at most. The twisted-pair copper cables into individual homes or offices can usually carry significantly more than 64 kb/s but the telco needs to handle the signal as digital rather than analog. There are many implementation of the basic scheme, differing in the communication protocol used and providing varying service levels. The throughput of the communication can be anything from about 128 kb/s to over 8 Mb/s, the communication can be either symmetric or asymmetric (i.e. the available bandwidth may or may not be the same upstream and downstream). Equipment prices and service fees also vary considerably. The first technology based on DSL was ISDN, although ISDN is not often recognised as such nowadays. Since then a large number of other protocols have been developed, collectively referred to as xDSL, including HDSL, SDSL, ADSL, and VDSL. As yet none of these have reached very wide deployment but wider deployment is expected for 1998-1999.
  • digital subscriber loop — Digital Subscriber Line
  • direct distance dialing — a telephone network service feature enabling customers to direct-dial their long-distance calls.
  • discontinuous variation — variation in phenotypic traits in which types are grouped into discrete categories with few or no intermediate phenotypes. Compare continuous variation.
  • discrimination learning — a learning process in which an organism learns to react differently to different stimuli
  • disintegration constant — decay constant.
  • disjunctive normal form — (DNF) A logical formula consisting of a disjunction of conjunctions where no conjunction contains a disjunction. E.g. the DNF of (A or B) and C is (A and C) or (B and C).
  • dissociate oneself from — to deny or repudiate any connection with
  • dissociative extraction — Dissociative extraction is when a component is divided between two liquids, which involves breakdown of the component.
  • distributive bargaining — a negotiation process aimed at reaching a compromise agreement over how resources may be allocated between the parties
  • do someone's heart good — to make someone happy; please someone
  • dollar (cost) averaging — see average (sense 11)
  • draw a line in the sand — to put a stop to or a limit on
  • draw/make a distinction — If you draw a distinction or make a distinction, you say that two things are different.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?