0%

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

  • boulogne-billancourt — an industrial suburb of SW Paris. Pop: 106 367 (1999)
  • breakerless ignition — electronic ignition.
  • 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.
  • 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 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.
  • can do sth blindfold — If you say that you can do something blindfold, you are emphasizing that you can do it easily, for example because you have done it many times before.
  • 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)
  • 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
  • clean bill of health — a good report of one's physical condition
  • clean-bill-of-health — a certificate, carried by a ship, attesting to the presence or absence of infectious diseases among the ship's crew and at the port from which it has come.
  • combination sandwich — a big sandwich with a mixed filling
  • 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.
  • 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.
  • 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
  • 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
  • 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
  • distribution channel — trade: retailer
  • 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).
  • 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
  • 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.
  • five-a-side football — a version of soccer with five players in each team
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?