0%

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

  • breakfast and dinner — Breakfast and dinner is a system of accommodations in a hotel or guest house, in which you pay for a room and breakfast and dinner the following day.
  • breakfast television — Breakfast television refers to television programmes which are broadcast in the morning at the time when most people are having breakfast.
  • bring home the bacon — If you bring home the bacon, you achieve what you needed to achieve.
  • bristly sarsaparilla — a coarse plant, Aralia hispida, of the ginseng family, of eastern North America, having a loose cluster of small, greenish flowers and black fruit.
  • british thermal unit — a unit of heat in the fps system equal to the quantity of heat required to raise the temperature of 1 pound of water by 1°F. 1 British thermal unit is equivalent to 1055.06 joules or 251.997 calories
  • brittle bone disease — bone disorder
  • broadcast journalism — journalism as practiced in radio and television.
  • broadcasting station — a television or radio station
  • broaden o's/the mind — If an experience broadens your mind, it makes you more willing to accept other people's beliefs and customs.
  • buck's horn plantain — a Eurasian plant, Plantago coronopus, having leaves resembling a buck's horn: family Plantaginaceae
  • by fits (and starts) — in an irregular way; in bursts of activity followed by periods of inactivity
  • by their own account — If you say that something concerning a particular person is true by his or her own account, you mean that you believe it because that person has said it is true.
  • cantabrian mountains — a mountain chain along the N coast of Spain, consisting of a series of high ridges that rise over 2400 m (8000 ft): rich in minerals (esp coal and iron)
  • carbohydrate loading — the practice of eating high amounts of carbohydrates, sometimes after a period of low carbohydrate intake, for several days immediately before competing in an athletic event, especially a marathon, in order to store glycogen in the body, thereby providing greater reserves of energy.
  • carbon sequestration — the prevention of greenhouse gas build-up in the earth's atmosphere by methods such as planting trees to absorb carbon dioxide or pumping carbon dioxide into underground reservoirs
  • carbon tetrachloride — a colourless volatile nonflammable sparingly soluble liquid made from chlorine and carbon disulphide; tetrachloromethane. It is used as a solvent, cleaning fluid, and insecticide. Formula: CCl4
  • central bedfordshire — a unitary authority of S central England. Pop: 252 100 (2007 est). Area: 712 sq km (275 sq miles)
  • child-abuse register — (in Britain) a list of children deemed to be at risk of abuse or injury from their parents or guardians, compiled and held by a local authority, area health authority, or NSPCC Special Unit
  • chromatic aberration — a defect in a lens system in which different wavelengths of light are focused at different distances because they are refracted through different angles. It produces a blurred image with coloured fringes
  • clear air turbulence — turbulent air, not associated with a storm, that affects the flight of aircraft
  • clear-air turbulence — atmospheric turbulence, sometimes severe, occurring in air devoid of clouds or other visible indicators that turbulence might be present. Abbreviation: CAT.
  • 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.
  • 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.
  • 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.
  • 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
  • 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
  • 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).
  • 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.
  • 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-trailer truck — tandem trailer (def 1).
  • 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
  • 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.
  • 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?