0%

19-letter words containing b, i, t, s, o, c

  • absorption spectrum — the characteristic pattern of dark lines or bands that occurs when electromagnetic radiation is passed through an absorbing medium into a spectroscope. An equivalent pattern occurs as coloured lines or bands in the emission spectrum of that medium
  • abstinence syndrome — the withdrawal symptoms that occur after abstinence from a drug, especially a narcotic, to which one is addicted.
  • abstracting journal — a periodical consisting mainly or entirely of abstracts of current works.
  • accounts receivable — A company's accounts receivable are all the money that it is owed by other companies for goods or services that it has supplied, or a list of these companies and the amounts that they owe.
  • adobe systems, inc. — (company)   A California font foundry and software house. Adobe created the PostScript page description language and wrote the Blue Book, Green Book, Red Book and White Book on it. They also developed PDF. Adobe took over Frame Technology Corporation in late 1995/early 1996. E-mail: <[email protected]>. Address: Silicon Valley, California, USA.
  • algebraic extension — a field containing a given field such that every element in the first field is algebraic over the given field.
  • anaerobic digestion — the conversion of biodegradable waste matter into compost in the absence of oxygen
  • anatomical snuffbox — the triangular depression on the back of the hand between the thumb and the index finger
  • anno urbis conditae — in a (specified) year from the founding of the city: the ancient Romans reckoned dates from Rome's founding, c. 753 b.c.
  • arbitration service — a service which provides an impartial referee to settle disputes
  • arecibo observatory — an observatory in Puerto Rico at which the world's largest dish radio telescope (diameter 305 m) is situated. It is operated by the National Astronomy and Ionosphere Center
  • at sb's convenience — If something is arranged to happen at your convenience, it happens at a time which is most suitable for you.
  • atmospheric braking — a technique of reentry in which the vehicle is maneuvered in the upper atmosphere so as to lose velocity by utilizing drag without overheating.
  • ballistocardiograph — an instrument that records the slight recoil of the body, while on a special bed, caused by the contractions of the heart: used to measure cardiac pumping power and the elasticity of the aorta
  • 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]>.
  • be burnt to a crisp — If something is burnt to a crisp, it is completely burnt.
  • behavioral genetics — an interdisciplinary field studying the effects of genetics and hereditary factors on animal and human behavior.
  • benedict's solution — a chemical solution used to detect the presence of glucose and other reducing sugars. Medically, it is used to test the urine of diabetics
  • bernstein condition — (parallel)   Processes cannot execute in parallel if one effects values used by the other. Nor can they execute in parallel if any subsequent process uses data effected by both, i.e. whose value might depend on the order of execution.
  • 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.
  • bill of particulars — an itemized statement of claims or counterclaims provided to the opposing party of a lawsuit
  • binocular disparity — the small differences in the positions of the parts of the images falling on each eye that results when each eye views the scene from a slightly different position; these differences make stereoscopic vision possible
  • bismuth oxychloride — a white, crystalline, water-insoluble powder, BiOCl, used chiefly in the manufacture of pigments, face powders, and artificial pearls.
  • bloodstock industry — the breeding and training of racehorses
  • blue-ringed octopus — a highly venomous octopus, Octopus maculosus, of E Australia which exhibits blue bands on its tentacles when disturbed
  • bordering countries — countries that share a border with a particular country
  • box-office receipts — the money earned from ticket sales for a film or play
  • bracket abstraction — (compiler)   An algorithm which turns a term into a function of some variable. The result of using bracket abstraction on T with respect to variable v, written as [v]T, is a term containing no occurrences of v and denoting a function f such that f v = T. This defines the function f = (\ v . T). Using bracket abstraction and currying we can define a language without bound variables in which the only operation is monadic function application. See combinator.
  • business accounting — the keeping of detailed accounts relating to a business or businesses
  • captain abstraction — The champion of the principles of abstraction and modularity, who protects unwary students on MIT's course 6.001 from the nefarious designs of Sergeant Spaghetticode and his vile concrete programming practices. See also spaghetti code.
  • carbon steel piping — Carbon steel piping is pipes made of steel with carbon as the main alloying component, used for transporting fluids.
  • cerebral thrombosis — formation of a clot or other blockage in one of the blood vessels of the brain, often followed by neurologic damage; a type of stroke.
  • chamber of deputies — the lower house of the legislature of certain countries, as Italy.
  • chromoblastomycosis — Long-term fungal infection of the skin and subcutaneous tissue.
  • cobaltous hydroxide — a rose-red, amorphous, water-insoluble powder, Co 2 O 3 ⋅3H 2 O, used chiefly in the preparation of cobalt salts and in the manufacture of paint and varnish driers.
  • come to sb's notice — If something comes to your notice, you become aware of it.
  • contagious abortion — brucellosis of domestic cattle, an infectious disease characterized by spontaneous abortion and caused by the bacterium Brucella abortus; Bang's disease.
  • coronary thrombosis — A coronary thrombosis is the same as a coronary.
  • corrosive sublimate — mercuric chloride
  • counterpoise bridge — another name for bascule bridge
  • deathbed confession — a confession that somebody makes just before he or she dies, usually relating to some long concealed crime or secret
  • detective constable — a police officer who investigates crime and who is of the lowest rank
  • dobsonian telescope — a relatively inexpensive Newtonian telescope, suitable for visual but not photographic use, in which the tube assembly slips freely in the lower base.
  • exhibitionistically — In an exhibitionistic manner.
  • foundation subjects — the subjects studied as part of the National Curriculum, including the compulsory core subjects
  • functional database — (database, language)   A database which uses a functional language as its query language. Databases would seem to be an inappropriate application for functional languages since, a purely functional language would have to return a new copy of the entire database every time (part of) it was updated. To be practically scalable, the update mechanism must clearly be destructive rather than functional; however it is quite feasible for the query language to be purely functional so long as the database is considered as an argument. One approach to the update problem would use a monad to encapsulate database access and ensure it was single threaded. Alternative approaches have been suggested by Trinder, who suggests non-destructive updating with shared data structures, and Sutton who uses a variant of a Phil Wadler's linear type system. There are two main classes of functional database languages. The first is based upon Backus' FP language, of which FQL is probably the best known example. Adaplan is a more recent language which falls into this category. More recently, people have been working on languages which are syntactically very similar to modern functional programming languages, but which also provide all of the features of a database language, e.g. bulk data structures which can be incrementally updated, type systems which can be incrementally updated, and all data persisting in a database. Examples are PFL [Poulovassilis&Small, VLDB-91], and Machiavelli [Ohori et al, ACM SIGMOD Conference, 1998].
  • gigabits per second — (unit)   (Gbps) A unit of information transfer rate equal to one billion bits per second. Note that, while a gigabit is defined as a power of two (2^30 bits), a gigabit per second is defined as a power of ten (10^9 bits per second, which is slightly less) than 2^30).
  • hydrostatic balance — a balance for finding the weight of an object submerged in water in order to determine the upthrust on it and thus determine its relative density
  • hyperbolic cosecant — a hyperbolic function that is the reciprocal of hyperbolic sine

On this page, we collect all 19-letter words with B-I-T-S-O-C. It’s easy to find right word with a certain length. It is the easiest way to find 19-letter word that contains in B-I-T-S-O-C to use in Scrabble or Crossword puzzles

Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?