0%

19-letter words containing t, a, e

  • attendance register — an official list of people who are present at an institution such as a school
  • attractive nuisance — Law. a doctrine of tort law under which a person who creates or permits to exist on his or her land a dangerous condition attractive to children, as an unfenced swimming pool, is liable for their resulting injuries, even though the injured are trespassers.
  • audio response unit — a device that enables a computer to give a spoken response by generating sounds similar to human speech.
  • augmented cognition — the study of the augmenting of human mental functions by computer programs
  • auriculoventricular — atrioventricular.
  • australian tea tree — a shrubby Australian tree, Leptospermum laevigatum, of the myrtle family, having lance-shaped leaves and white, bell-shaped flowers.
  • author's alteration — a correction or change made in typeset copy that is not a correction of an error introduced by the compositor. Abbreviation: AA, A.A., a.a., aa.
  • autoerotic asphyxia — asphyxia caused by intentionally strangling oneself while masturbating in order to intensify the orgasm through reduced oxygen flow to the brain.
  • axiomatic semantics — (theory)   A set of assertions about properties of a system and how they are effected by program execution. The axiomatic semantics of a program could include pre- and post-conditions for operations. In particular if you view the program as a state transformer (or collection of state transformers), the axiomatic semantics is a set of invariants on the state which the state transformer satisfies. E.g. for a function with the type: sort_list :: [T] -> [T] we might give the precondition that the argument of the function is a list, and a postcondition that the return value is a list that is sorted. One interesting use of axiomatic semantics is to have a language that has a finitely computable sublanguage that is used for specifying pre and post conditions, and then have the compiler prove that the program will satisfy those conditions. See also operational semantics, denotational semantics.
  • bacillary dysentery — shigellosis.
  • backward compatible — backward compatibility
  • backward somersault — a somersault performed in a backward direction with the legs leading the rest of the body
  • bacteriochlorophyll — a pale blue-gray form of chlorophyll that is unique to the photosynthetic but anaerobic purple bacteria.
  • balance of payments — A country's balance of payments is the difference, over a period of time, between the payments it makes to other countries for imports and the payments it receives from other countries for exports.
  • balfour declaration — the statement made by Arthur Balfour in 1917 of British support for the setting up of a national home for the Jews in Palestine, provided that the rights of "existing non-Jewish communities" in Palestine could be safeguarded
  • bank reconciliation — A bank reconciliation is the process of adjusting a bank statement to show transactions that have occurred since the date of issue, or a document showing this.
  • banker's acceptance — a draft or bill of exchange drawn on a bank and accepted by it
  • bankruptcy petition — an official request for protection under bankruptcy laws, which initiates bankruptcy proceedings
  • barometric gradient — pressure gradient
  • barometric pressure — atmospheric pressure as indicated by a barometer
  • basic object system — (programming)   (BOS) A C-callable library that implements the notion of object and which uses Tcl as its interpreter for interpreted methods (you can have "compiled" methods in C, and mix compiled and interpreted methods in the same object, plus lots more). You can subclass and mix in existing objects using BOS to extend, among other things, the set of tk widgets. BOS is a class-free object system, also called a prototype-based object system; it is modelled loosely on the Self system from Stanford University. Version 1.31 by Sean Levy <[email protected]>.
  • batterie de cuisine — cooking utensils collectively; pots and pans, etc
  • battle of the bulge — (in World War II) the final major German counteroffensive in 1944 when the Allied forces were pushed back into NE Belgium; the Germans were repulsed by Jan 1945
  • battle-ground state — a state of the U.S. in which the Democratic and Republican candidates both have a good chance of winning and that is considered key to the outcome of a presidential election: the swing states of Ohio and Indiana.
  • battles of bull run — two battles fought at Manassas Junction near a stream named Bull Run, during the American Civil War (July, 1861 and August, 1862), in both of which the Federal army was routed by the Confederates
  • baudotbetical order — (algorithm)   /baw do bet' i k*l/ Sorted into an order where numerics and special characters are intermixed by sorting a 5-bit Baudot code file ignoring the numeric shift and unshift codes.
  • be at the bottom of — to be the ultimate cause of
  • be burnt to a crisp — If something is burnt to a crisp, it is completely burnt.
  • be liable to do sth — When something is liable to happen, it is very likely to happen.
  • be one's own master — If you say that you are your own master, you mean that your decisions are not controlled by other people and you are free to do what you want.
  • beat about the bush — to avoid the point at issue; prevaricate
  • beat someone hollow — to defeat someone thoroughly and convincingly
  • beauty preparations — the cosmetics, creams etc used to improve someone's beauty
  • behavioral genetics — an interdisciplinary field studying the effects of genetics and hereditary factors on animal and human behavior.
  • belgian east africa — a former Belgian trust territory in Africa, also (1924–62) Ruanda-Urundi, now the independent countries of Rwanda and Burundi.
  • benefit performance — a theatrical or musical performance in aid of charity
  • benzylidene acetone — a colorless, crystalline, water-insoluble solid, C 10 H 10 O, having a vanillalike odor, used chiefly as a scent in the manufacture of perfume.
  • beta-naphthyl group — See under naphthyl.
  • betamethyl acrolein — crotonaldehyde.
  • betwixt and between — in an intermediate, indecisive, or middle position
  • bi-lateral symmetry — a basic body plan in which the left and right sides of the organism can be divided into approximate mirror images of each other along the midline.
  • bicarbonate of soda — Bicarbonate of soda is a white powder which is used in baking to make cakes rise, and also as a medicine for your stomach.
  • bilingual education — schooling in which those not fluent in the standard or national language are taught in their own language.
  • binary large object — (database)   (BLOB) A large block of data stored in a database, such as an image or sound file. A BLOB has no structure which can be interpreted by the database management system but is known only by its size and location.
  • binomial experiment — an experiment consisting of a fixed number of independent trials each with two possible outcomes, success and failure, and the same probability of success. The probability of a given number of successes is described by a binominal distribution
  • bit-paired keyboard — (hardware)   (Obsolete, or "bit-shift keyboard") A non-standard keyboard layout that seems to have originated with the Teletype ASR-33 and remained common for several years on early computer equipment. The ASR-33 was a mechanical device (see EOU), so the only way to generate the character codes from keystrokes was by some physical linkage. The design of the ASR-33 assigned each character key a basic pattern that could be modified by flipping bits if the SHIFT or the CTRL key was pressed. In order to avoid making the thing more of a Rube Goldberg kluge than it already was, the design had to group characters that shared the same basic bit pattern on one key. Looking at the ASCII chart, we find: high low bits bits 0000 0001 0010 0011 0100 0101 0110 0111 1000 1001 010 ! " # $ % & ' ( ) 011 0 1 2 3 4 5 6 7 8 9 This is why the characters !"#$%&'() appear where they do on a Teletype (thankfully, they didn't use shift-0 for space). This was *not* the weirdest variant of the QWERTY layout widely seen, by the way; that prize should probably go to one of several (differing) arrangements on IBM's even clunkier 026 and 029 card punches. When electronic terminals became popular, in the early 1970s, there was no agreement in the industry over how the keyboards should be laid out. Some vendors opted to emulate the Teletype keyboard, while others used the flexibility of electronic circuitry to make their product look like an office typewriter. These alternatives became known as "bit-paired" and "typewriter-paired" keyboards. To a hacker, the bit-paired keyboard seemed far more logical - and because most hackers in those days had never learned to touch-type, there was little pressure from the pioneering users to adapt keyboards to the typewriter standard. The doom of the bit-paired keyboard was the large-scale introduction of the computer terminal into the normal office environment, where out-and-out technophobes were expected to use the equipment. The "typewriter-paired" standard became universal, "bit-paired" hardware was quickly junked or relegated to dusty corners, and both terms passed into disuse.
  • black carpenter ant — a large, black ant, Camponotus pennsylvanicus, that lives in damp wood in nature or in houses, where it can cause considerable damage by boring or tunneling.
  • black carpet beetle — any of several small beetles of the family Dermestidae, the larvae of which are household pests, feeding on rugs and other woolen fabrics, especially Anthrenus scrophulariae (buffalo carpet beetle) and Attagenus piceus (black carpet beetle)
  • black forest gateau — a chocolate sponge cake containing morello cherries and whipped cream, with a topping of chocolate icing
  • black-footed ferret — a musteline mammal, Mustela nigripes, of W North America, closely related to the weasels
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?