0%

18-letter words containing c, l, o, t, b

  • cape breton island — an island off SE Canada, in NE Nova Scotia, separated from the mainland by the Strait of Canso: its easternmost point is Cape Breton. Pop: 132 298 (2006). Area: 10 280 sq km (3970 sq miles)
  • carisbrooke castle — a castle near Newport on the Isle of Wight: Charles I was held prisoner here from 1647 until his execution in 1649
  • chlorobromomethane — a clear, colorless, volatile, nonflammable liquid, CH 2 ClBr, used chiefly as an extinguishing agent in fire extinguishers and as a solvent in organic synthesis.
  • claustrophobically — In a claustrophobic way.
  • claw-and-ball foot — ball-and-claw foot.
  • closed-box testing — functional testing
  • cobalt violet deep — a medium to strong purple color.
  • coffee-table music — unadventurous music
  • coiled tubing unit — A coiled tubing unit is all of the equipment needed to carry out coiled tubing drilling.
  • complementary base — either of the nucleotide bases linked by a hydrogen bond on opposite strands of DNA or double-stranded RNA: guanine is the complementary base of cytosine, and adenine is the complementary base of thymine in DNA and of uracil in RNA.
  • controllable-pitch — (of a marine or aircraft propeller) having blades whose pitch can be changed during navigation or flight; variable-pitch.
  • death by chocolate — a very rich type of chocolate dessert or cake
  • debt consolidation — the process of taking out a new loan (often secured on one's property) in order to pay off a number of existing debts
  • diamondback turtle — 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
  • distribution class — form class
  • double achievement — a representation of the arms of a husband beside those of his wife such that a difference of rank between them is shown.
  • electronic banking — the transfer of money between financial institutions through an exchange of electronic signals over a network
  • electronic mailbox — a device used to store electronic mail
  • electrovalent bond — a type of chemical bond in which one atom loses an electron to form a positive ion and the other atom gains the electron to form a negative ion. The resulting ions are held together by electrostatic attraction
  • executable content — (operating system)   Executable programs sent by one computer to another via a network. For example a Java applet is executable content. Usage: rare.
  • fall-back position — an alternative plan
  • fibrocartilaginous — a type of cartilage having a large number of fibers.
  • file control block — (operating system)   (FCB) An MS-DOS data structure that stores information about an open file. The number of FCBs is configured in CONFIG.SYS with a command FCBS=x,y where x (between 1 and 255 inclusive, default 4) specifies the number of file control blocks to allocate and therefore the number of files that MS-DOS can have open at one time. y (not needed from DOS 5.0 onward) specifies the number of files to be closed automatically if all x are in use.
  • flat on one's back — lying supine
  • forward compatible — forward compatibility
  • garbage collection — (programming)   (GC) The process by which dynamically allocated storage is reclaimed during the execution of a program. The term usually refers to automatic periodic storage reclamation by the garbage collector (part of the run-time system), as opposed to explicit code to free specific blocks of memory. Automatic garbage collection is usually triggered during memory allocation when the amount free memory falls below some threshold or after a certain number of allocations. Normal execution is suspended and the garbage collector is run. There are many variations on this basic scheme. Languages like Lisp represent expressions as graphs built from cells which contain pointers and data. These languages use automatic dynamic storage allocation to build expressions. During the evaluation of an expression it is necessary to reclaim space which is used by subexpressions but which is no longer pointed to by anything. This reclaimed memory is returned to the free memory pool for subsequent reallocation. Without garbage collection the program's memory requirements would increase monotonically throughout execution, possibly exceeding system limits on virtual memory size. The three main methods are mark-sweep garbage collection, reference counting and copying garbage collection. See also the AI koan about garbage collection.
  • golden bantam corn — a horticultural variety of sweet corn having yellow kernels.
  • histocompatibility — the condition of having antigenic similarities such that cells or tissues transplanted from one (the donor) to another (the recipient) are not rejected.
  • htmlcommentbox.com — (web)   A service for adding a comment box to any web page, allowing visitors to leave comments and the site owner to review them.
  • incommensurability — not commensurable; having no common basis, measure, or standard of comparison.
  • indolebutyric acid — a white or yellowish, crystalline, water-insoluble powder, C 12 H 13 O 2 N, a plant hormone similar to indoleacetic acid and used for the same purposes.
  • intensional object — the object of a propositional attitude that may or may not exist, as in Robert is dreaming of the pot of gold at the end of the rainbow. This must be an intensional (or opaque) context, for otherwise, since there is no pot of gold, Robert would be dreaming of nothing
  • jacobite rebellion — the unsuccessful Jacobite rising of 1715 led by James Francis Edward Stuart
  • job classification — an arrangement of different types of employment within a company or industry, according to the skill, experience, or training required.
  • knotted cranesbill — a British wildflower, Geranium nodosum, an meadow geranium with bright pink or purple flowers
  • lambda abstraction — A term in lambda-calculus denoting a function. A lambda abstraction begins with a lower-case lambda (represented as "\" in this document), followed by a variable name (the "bound variable"), a full stop and a lambda expression (the body). The body is taken to extend as far to the right as possible so, for example an expression, \ x . \ y . x+y is read as \ x . (\ y . x+y). A nested abstraction such as this is often abbreviated to: \ x y . x + y The lambda expression (\ v . E) denotes a function which takes an argument and returns the term E with all free occurrences of v replaced by the actual argument. Application is represented by juxtaposition so (\ x . x) 42 represents the identity function applied to the constant 42. A lambda abstraction in Lisp is written as the symbol lambda, a list of zero or more variable names and a list of zero or more terms, e.g. (lambda (x y) (plus x y)) Lambda expressions in Haskell are written as a backslash, "\", one or more patterns (e.g. variable names), "->" and an expression, e.g. \ x -> x.
  • lambeth conference — a convention of the bishops of the Anglican communion, held about every 10 years at Lambeth Palace to confer but not to define doctrine or to legislate on ecclesiastical matters.
  • lincoln's birthday — February 12, a legal holiday in some states of the U.S., in honor of the birth of Abraham Lincoln.
  • linear combination — a sum of products of each quantity times a constant: The expression aX + bY + cZ is a linear combination of X, Y, and Z, where a, b, and c are constants.
  • lonely hearts club — a club for people who are trying to find a lover or a friend
  • loschmidt's number — the number of molecules in one cubic centimeter of an ideal gas at standard temperature and pressure, equal to 2.687 × 10 19.
  • metabolic syndrome — Pathology. a group of medical conditions present simultaneously in a patient, as high blood pressure, low HDL cholesterol levels, and an excess of abdominal fat, that increases a person's risk of heart disease, stroke, and diabetes. Also called insulin resistance syndrome.
  • mobile police unit — a motorized police unit
  • mobility allowance — an allowance paid by the government to help people who have limited mobility
  • multicast backbone — (MBONE) A virtual network on top of the Internet which supports routing of IP multicast packets, intended for multimedia transmission. MBONE gives public access desktop video communications. The quality is poor with only 3-5 frames per second instead of the 30 frames per second of commercial television. Its advantage is that it avoids all telecommunications costs normally associated with teleconferencing. An interesting innovation is the use of MBONE for audio communications and an electronic "whiteboard" where the computer screen becomes a shared workspace where two physically remote parties can draw on and edit shared documents in real-time.
  • nobiliary particle — a preposition forming part of a title of nobility or surname, as French de or German von.
  • non-accountability — the state of being accountable, liable, or answerable.
  • noninterchangeable — That cannot be interchanged with another.
  • objective idealism — a form of idealism asserting that the act of experiencing has a reality combining and transcending the natures of the object experienced and of the mind of the observer.
  • objective modula-2 — (language)   (Or "ObjM2") An extension to Modula-2 for Cocoa and GNUstep software development. Objective Modula-2 follows the Objective-C object model and retains the bracketed Smalltalk message passing syntax used in Objective-C. Classes written in ObjM2 can be used within ObjC and vice versa. ObjM2 also retains Modula-2's data encapsulation features, namely nested modules with explicit import and export lists. Due to the strict type checking in Modula-2, ObjM2 can be considered a much safer programming language than is ObjC, yet losing none of the capabilities of ObjC.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?