0%

18-letter words containing l, o, b, t, m, i

  • absolute magnitude — the apparent magnitude a given star would have if it were situated at a distance of 10 parsecs (32.6 light years) from the earth
  • accommodation bill — a bill of exchange cosigned by a guarantor: designed to strengthen the acceptor's credit
  • actual bodily harm — Actual bodily harm is a criminal offence in which someone gives another person a minor injury.
  • admirable crichton — a comedy (1902) by Sir James M. Barrie.
  • alarm clock briton — a British worker with a moderate income, whose daily routine involves preparing children for school and going out to work
  • algebraic geometry — the study of sets that are defined by algebraic equations.
  • assignment problem — (mathematics, algorithm)   (Or "linear assignment") Any problem involving minimising the sum of C(a, b) over a set P of pairs (a, b) where a is an element of some set A and b is an element of set B, and C is some function, under constraints such as "each element of A must appear exactly once in P" or similarly for B, or both. For example, the a's could be workers and the b's projects. The problem is "linear" because the "cost function" C() depends only on the particular pairing (a, b) and is independent of all other pairings.
  • balanced computing — (jargon)   Matching computer tools to job activities so that the computer system structure parallels the organisation structure and work functions. Both personal computers and employees operate in a decentralised environment with monitoring of achievement of management objectives from centralised corporate systems.
  • ballistocardiogram — a tracing made by a ballistocardiograph
  • barium thiosulfate — a white, crystalline, water-insoluble, poisonous solid, BaS 2 O 3 ⋅H 2 O, used chiefly in the manufacture of explosives, matches, paints, and varnishes.
  • battery eliminator — eliminator (def 2).
  • battery-eliminator — a person or thing that eliminates.
  • bill of indictment — a formal document accusing a person or persons of crime, formerly presented to a grand jury for certification as a true bill but now signed by a court official
  • bitwise complement — The bitwise complement of a bit field is a bit field of the same length but with each zero changed to a one and vice versa. This is the same as the ones complement of a binary integer.
  • bloggs family, the — An imaginary family consisting of Fred and Mary Bloggs and their children. Used as a standard example in knowledge representation to show the difference between extensional and intensional objects. For example, every occurrence of "Fred Bloggs" is the same unique person, whereas occurrences of "person" may refer to different people. Members of the Bloggs family have been known to pop up in bizarre places such as the DEC Telephone Directory. Compare Mbogo, Dr. Fred.
  • bomb disposal unit — a unit of the police or armed services specializing in bomb disposal
  • bottom-of-the-line — being the cheapest item of its kind made by a manufacturer; produced as inexpensively as possible (opposed to top-of-the-line): bottom-of-the-line merchandise that has no warranty.
  • british somaliland — a former British protectorate (1884–1960) in E Africa, on the Gulf of Aden: united with Italian Somaliland in 1960 to form Somalia (or the Somali Republic); in 1991 the self-styled republic of Somaliland, covering the same area as the former British Somaliland, declared itself independent and continues to function largely as a separate entity, though without international recognition
  • burkitt's lymphoma — a cancer characterized by tumors containing lymphoid cells, occurring esp. in children, in the jaw, eyes, and internal organs: it is associated with the Epstein-Barr virus
  • byte-code compiler — (programming, tool)   A compiler which outputs a program in some kind of byte-code. Compare: byte-code interpreter.
  • coffee-table music — unadventurous music
  • 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
  • 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 mailbox — a device used to store electronic mail
  • flat-bottomed rail — a rail having a cross section like an inverted T, with the top extremity enlarged slightly to form the head
  • forward compatible — forward compatibility
  • hamilton's problem — Hamiltonian problem
  • histocompatibility — the condition of having antigenic similarities such that cells or tissues transplanted from one (the donor) to another (the recipient) are not rejected.
  • honourable mention — If something that you do in a competition is given an honourable mention, it receives special praise from the judges although it does not actually win a prize.
  • incommensurability — not commensurable; having no common basis, measure, or standard of comparison.
  • informatory double — a double intended to inform one's partner that one has a strong hand and to urge a bid regardless of the strength of his or her hand.
  • 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.
  • 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.
  • 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.
  • mandelbrot, benoit — Benoit Mandelbrot
  • 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.
  • mixed-flow turbine — a water turbine in which water flows radially and axially through the rotating vanes
  • mobile data system — a system consisting of a client computer requesting information and a server supplying this information
  • 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.
  • 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.
  • portable equipment — Portable equipment is electrical equipment that can easily be moved from one place to another while in operation or while connected to the supply.
  • public examination — an examination, such as a GCSE exam, that is set by a central examining board
  • ribbon development — housing or commercial buildings built along a stretch of road.
  • september holidays — a period of time in September when people do not have to go to school, college or work
  • significant symbol — a verbal or nonverbal gesture, as a word or smile, that has acquired a conventionalized meaning.
  • solomon rabinowitzSolomon, Aleichem, Sholom.
  • subatomic particle — physics:

On this page, we collect all 18-letter words with L-O-B-T-M-I. It’s easy to find right word with a certain length. It is the easiest way to find 18-letter word that contains in L-O-B-T-M-I 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?