0%

20-letter words containing t, a, b, e

  • compensating balance — Also, compensated balance, compensation balance. a balance wheel in a timepiece, designed to compensate for variations in tension in the hair spring caused by changes in temperature.
  • complex carbohydrate — a carbohydrate, as sucrose or starch, that consists of two or more monosaccharide units.
  • computability theory — (mathematics)   The area of theoretical computer science concerning what problems can be solved by any computer. A function is computable if an algorithm can be implemented which will give the correct output for any valid input. Since computer programs are countable but real numbers are not, it follows that there must exist real numbers that cannot be calculated by any program. Unfortunately, by definition, there isn't an easy way of describing any of them! In fact, there are many tasks (not just calculating real numbers) that computers cannot perform. The most well-known is the halting problem, the busy beaver problem is less famous but just as fascinating.
  • conservative baptist — a member of a Protestant denomination (Conservative Baptist Association of America) organized in Milwaukee, Wisconsin, in 1948.
  • constant de rebecque — Henri Benjamin [ahn-ree ban-zha-man] /ɑ̃ˈri bɛ̃ ʒaˈmɛ̃/ (Show IPA), (Benjamin Constant) 1767–1830, French statesman and author, born in Switzerland.
  • constituent assembly — A constituent assembly is a body of representatives that is elected to create or change their country's constitution.
  • contingent liability — a possible liability that is dependent on the outcome of a future event
  • controlled substance — a drug regulated by the Federal Controlled Substances Acts, including opiates, depressants, stimulants, and hallucinogens
  • corrugated cardboard — cardboard usually made of three different layers, the two outer layers having a smooth surface while the central inner layer is corrugated
  • 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).
  • debt-to-equity ratio — A company's debt-to-equity ratio is a measure of leverage that is calculated by dividing total liabilities by shareholders' equity.
  • defined benefit plan — A defined benefit plan is a type of pension plan that guarantees a lifetime income upon retirement based on the employee’s income and years of service.
  • demographic timebomb — a predicted shortage of school-leavers and consequently of available workers, caused by an earlier drop in the birth rate, resulting in an older workforce
  • devil's bit scabious — a similar and related Eurasian marsh plant, Succisa pratensis
  • diabetic retinopathy — a disorder of the blood vessels of the retina occurring as a complication of poorly controlled diabetes mellitus and often leading to blindness.
  • diamondback terrapin — any edible North American terrapin of the genus Malaclemys, esp M. terrapin, occurring in brackish and tidal waters and having diamond-shaped markings on the shell: family Emydidae
  • diisobutyl phthalate — a clear, colorless liquid, C 14 H 26 O 4 , used chiefly as a plasticizer for nitrocellulose.
  • disability allowance — an amount of money paid by the government to people who are unable to work because of a disability. This is a general term or, in the UK, a shorter way of referring to what is officially called the Disability Living Allowance
  • disability insurance — insurance providing income to a policyholder who is disabled and cannot work.
  • 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).
  • double fertilization — the fertilization process characteristic of flowering plants, in which one sperm cell of a pollen grain fertilizes an egg cell while a second fuses with two polar nuclei to produce a triploid body that gives rise to the endosperm.
  • double-aspect theory — a monistic theory that holds that mind and body are not distinct substances but merely different aspects of a single substance
  • double-trailer truck — tandem trailer (def 1).
  • dry-bulb temperature — A dry-bulb temperature is the temperature of a dry surface in a vapor-gas environment.
  • duck-billed platypus — platypus.
  • dun & bradstreet — an agency furnishing subscribers with information as to the financial standing and credit rating of businesses
  • eat out of sb's hand — If you have someone eating out of your hand, they are completely under your control.
  • effective computable — (theory)   A term describing a function for which there is an effective algorithm that correctly calculates the function. The algorithm must consist of a finite sequence of instructions.
  • electoral boundaries — the way that a country or area is divided for the purposes of voting in an election
  • elizabeth of hungary — Saint. 1207–31, Hungarian princess who devoted herself to charity and asceticism. Feast day: Nov 17 and 19
  • embryo vitrification — a method of in vitro fertilization in which the embryo is exposed to a vitreous solution and frozen before being thawed and implanted into the uterus
  • 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
  • enabling legislation — legislation conferring certain specified powers on a person or organization
  • 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).
  • environment variable — (programming, operating system)   A variable that is bound in the current environment. When evaluating an expression in some environment, the evaluation of a variable consists of looking up its name in the environment and substituting its value. Most programming languages have some concept of an environment but in Unix shell scripts it has a specific meaning slightly different from other contexts. In shell scripts, environment variables are one kind of shell variable. They differ from local variables and command line arguments in that they are inheritted by a child process. Examples are the PATH variable that tells the shell the file system paths to search to find command executables and the TZ variable which contains the local time zone. The variable called "SHELL" specifies the type of shell being used. These variables are used by commands or shell scripts to discover things about the environment they are operating in. Environment variables can be changed or created by the user or a program. To see a list of environment variables type "setenv" at the csh or tcsh prompt or "set" at the sh, bash, jsh or ksh prompt. In other programming languages, e.g. functional programming languages, the environment is extended with new bindings when a function's parameters are bound to its actual arguments or when new variables are declared. In a block-structured procedural language, the environment usually consists of a linked list of activation records.
  • equilibrium constant — The equilibrium constant is the ratio between the amount of reactants and the amount of product for a particular chemical reaction, used to calculate chemical behavior.
  • every bit as good as — You say that one thing is every bit as good, interesting, or important as another to emphasize that the first thing is just as good, interesting, or important as the second.
  • fast-breeder reactor — a breeder reactor in which there is no moderator and fission is caused by high-energy neutrons.
  • feast of tabernacles — Sukkoth.
  • five-a-side football — a version of soccer with five players in each team
  • fold-and-thrust belt — a linear or arcuate region of the earth's surface that has been subjected to severe folding and thrust faulting
  • fontainebleau school — a group of artists, many of them Italian and Flemish, who worked on the decorations of the palace of Fontainebleau in the 16th century.
  • for sb's delectation — If you do something for someone's delectation, you do it to give them enjoyment or pleasure.
  • forbidden transition — an electronic transition in an atom, molecule, etc, that is not permitted by electric dipole selection rules
  • front-to-back engine — an engine in which the crankshaft is arranged front to back along the axis of the vehicle
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?