0%

18-letter words containing m, o, d, u, l, a

  • 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
  • actual bodily harm — Actual bodily harm is a criminal offence in which someone gives another person a minor injury.
  • almoner's cupboard — a cupboard with pierced doors, formerly used as a storage place for food.
  • aluminum hydroxide — a white powder, Al(OH)3, obtained from bauxite and used to make glass, paper, etc. and in antacids
  • 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.
  • battle of omdurman — a battle (1898) in which the Mahdi's successor and his Ansar followers were defeated by Lord Kitchener's British forces
  • bhumibol adulyadej — (Phumiphon Aduldet; Bhumibol Adulyadej) born 1927, king of Thailand since 1946.
  • bomb disposal unit — a unit of the police or armed services specializing in bomb disposal
  • centum call second — (unit)   (CCS) A unit used (in North America) to quantify the total traffic running in a network. 1 CCS is 100 call-seconds. That means 1 CCS could be 2 calls of 50 seconds duration or 20 calls of 5 seconds duration.
  • circular dichroism — selective absorption of one of the two possible circular polarizations of light.
  • common-law husband — a man considered to be a woman's husband after the couple have cohabited for several years
  • considered harmful — (programming, humour)   A type of phrase based on the title of Edsger W. Dijkstra's famous note in the March 1968 Communications of the ACM, "Goto Statement Considered Harmful", which fired the first salvo in the structured programming wars. Amusingly, the ACM considered the resulting acrimony sufficiently harmful that it will (by policy) no longer print articles taking so assertive a position against a coding practice. In the ensuing decades, a large number of both serious papers and parodies bore titles of the form "X considered Y". The structured-programming wars eventually blew over with the realisation that both sides were wrong, but use of such titles has remained as a persistent minor in-joke.
  • departure platform — a raised area at a railway station from which passengers can board trains prior to their departing
  • dia de los muertos — Day of the Dead.
  • diaminofluorescein — (organic compound) A fluorescein into which two amino groups have been substituted.
  • 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
  • diplomatic shuttle — a series of diplomatic visits to other states made by an official, such as an ambassador or envoy
  • dominican republic — a republic in the West Indies, occupying the E part of the island of Hispaniola. 19,129 sq. mi. (49,545 sq. km). Capital: Santo Domingo.
  • domremy-la-pucelle — a village in Lorraine, NE France, SW of Nancy: birthplace of Joan of Arc.
  • 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.
  • dramatic monologue — a poetic form in which a single character, addressing a silent auditor at a critical moment, reveals himself or herself and the dramatic situation.
  • euclid's algorithm — (algorithm)   (Or "Euclidean Algorithm") An algorithm for finding the greatest common divisor (GCD) of two numbers. It relies on the identity gcd(a, b) = gcd(a-b, b) To find the GCD of two numbers by this algorithm, repeatedly replace the larger by subtracting the smaller from it until the two numbers are equal. E.g. 132, 168 -> 132, 36 -> 96, 36 -> 60, 36 -> 24, 36 -> 24, 12 -> 12, 12 so the GCD of 132 and 168 is 12. This algorithm requires only subtraction and comparison operations but can take a number of steps proportional to the difference between the initial numbers (e.g. gcd(1, 1001) will take 1000 steps).
  • first class module — (programming)   A module that is a first class data object of the programming language, e.g. a record containing functions. In a functional language, it is standard to have first class programs, so program building blocks can have the same status.
  • fulminating powder — powder that explodes by percussion.
  • good conduct medal — a medal awarded an enlisted person for meritorious behavior during the period of service.
  • hebdomadal council — the governing council or senate of Oxford University
  • hydroflumethiazide — A diuretic drug.
  • industrial diamond — a small often synthetic diamond, valueless as a gemstone, used in cutting tools, abrasives, etc
  • 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.
  • jerusalem syndrome — a delusive condition affecting some visitors to Jerusalem in which the sufferer identifies with a major figure from his or her religious background
  • lay down your arms — If soldiers lay down their arms, they stop fighting and give up their weapons.
  • logarithmus dualis — (mathematics)   (ld) Latin for logarithm base two. More commonly written as "log" with a subscript "2". Roughly the number of bits required to represent an integer.
  • malicious wounding — the intentional violent wounding or injuring of someone
  • marsilius of padua — c1280–1343? Italian scholar and political theorist.
  • mato grosso do sul — a state of W central Brazil: formed in 1979 from part of Mato Grosso state. Capital: Campo Grande. Pop: 2 140 624 (2002). Area: 350 548 sq km (135 318 sq miles)
  • maximum likelihood — greatest probability
  • modelling language — (language)   Possibly a kind of programming language designed for describing models and their behaviour. See also data modelling, object relational model, simulation, UML, VRML.
  • modular arithmetic — arithmetic in which numbers that are congruent modulo a given number are treated as the same. Compare congruence (def 2), modulo, modulus (def 2b).
  • molecular medicine — the study of disease or injury at the molecular or cellular level.
  • mordovian republic — a constituent republic of W central Russia, in the middle Volga basin. Capital: Saransk. Pop: 888 700 (2002). Area: 26 200 sq km (10 110 sq miles)
  • mozilla foundation — (body, web, open source)   The body set up by Netscape in January 1998 to coordinate development of the Mozilla browser and to provide a point of contact.
  • mucopolysaccharide — (formerly) glycosaminoglycan.
  • muscular dystrophy — a hereditary disease characterized by gradual wasting of the muscles with replacement by scar tissue and fat, sometimes also affecting the heart.
  • mutual aid society — A mutual aid society is an organization that provides benefits or other help to its members when they are affected by things such as death, sickness, disability, old age, or unemployment.
  • national guardsman — guardsman (def 2).
  • neurodevelopmental — Of or pertaining to the development of neurological pathways in the brain.
  • non-fundamentalist — (sometimes initial capital letter) a religious movement characterized by a strict belief in the literal interpretation of religious texts, especially within American Protestantism and Islam.
  • nonstriated muscle — smooth muscle
  • 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.
  • passing modulation — a modulation of a temporary nature.

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