0%

18-letter words containing m, e, a, d, o

  • direct examination — the first interrogation of a witness by the side that has called that witness.
  • disodium phosphate — sodium phosphate (def 2).
  • dispatch documents — documents sent with a parcel, etc, detailing information such as contents, delivery address, etc
  • domain engineering — (systems analysis)   1. The development and evolution of domain specific knowledge and artifacts to support the development and evolution of systems in the domain. Domain engineering includes engineering of domain models, components, methods and tools and may also include asset management. 2. The engineering process of analysing and modelling a domain, designing and modelling a generic solution architecture for a product line within that domain, implementing and using reusable components of that architecture and maintaining and evolving the domain, architecture and implementation models. 3. A reuse-based approach to defining the scope (domain definition), specifying the structure (domain architecture) and building the Assets (requirements, designs, software code, documentation) for a class of systems, subsystems or applications. Domain engineering can include domain definition, domain analysis, developing the domain architecture domain implementation.
  • domain name server — (spelling)   Domain Name System.
  • domain name system — (networking)   (DNS) A general-purpose distributed, replicated, data query service chiefly used on Internet for translating hostnames into Internet addresses. Also, the style of hostname used on the Internet, though such a name is properly called a fully qualified domain name. DNS can be configured to use a sequence of name servers, based on the domains in the name being looked for, until a match is found. The name resolution client (e.g. Unix's gethostbyname() library function) can be configured to search for host information in the following order: first in the local hosts file, second in NIS and third in DNS. This sequencing of Naming Services is sometimes called "name service switching". Under Solaris is configured in the file /etc/nsswitch.conf. DNS can be queried interactively using the command nslookup. It is defined in STD 13, RFC 1034, RFC 1035, RFC 1591.
  • domenico veneziano — died 1461, Italian painter, noted for the St Lucy Altarpiece
  • domestic appliance — a machine used for household tasks, for example, a washing machine, refrigerator, etc.
  • 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.
  • donor insemination — a process which involves using sperm which has been voluntarily given for use in the insemination of another person
  • dot matrix printer — (hardware, printer)   A kind of printer with a vertical column of up to 48 small closely packed needles or "pins" each of which can be individually forced forward to press an ink ribbon against the paper. The print head is repeatedly scanned across the page and different combinations of needles activated at each point. Dot matrix printers are noisy compared to non-impact printers.
  • dot-matrix printer — device: prints using matrix dots
  • 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.
  • drug on the market — Pharmacology. a chemical substance used in the treatment, cure, prevention, or diagnosis of disease or used to otherwise enhance physical or mental well-being.
  • dynamically scoped — dynamic scope
  • east india company — the company chartered by the English government in 1600 to carry on trade in the East Indies: dissolved in 1874.
  • eastern meadowlark — any of several American songbirds of the genus Sturnella, of the family Icteridae, especially S. magna (eastern meadowlark) and S. neglecta (western meadowlark) having a brownish and black back and wings and a yellow breast, noted for their clear, tuneful song.
  • economic indicator — business statistic
  • electrocardiograms — Plural form of electrocardiogram.
  • electrodynamometer — An instrument that measures electric current by indicating the strength of repulsion or attraction between the magnetic fields of two sets of coils, one fixed and one movable.
  • endowment mortgage — an arrangement whereby a person takes out a mortgage and pays the capital repayment instalments into a life assurance policy and only the interest to the mortgagee during the term of the policy. The loan is repaid by the policy either when it matures or on the prior death of the policyholder
  • 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).
  • federal government — pertaining to or of the nature of a union of states under a central government distinct from the individual governments of the separate states, as in federal government; federal system.
  • feldenkrais method — a system of gentle movements that promote flexibility, coordination, and self-awareness
  • finite-dimensional — (of a vector space) having a basis consisting of a finite number of elements.
  • fire and brimstone — When people talk about fire and brimstone, they are referring to hell and how they think people are punished there after death.
  • fire-and-brimstone — threatening punishment in the hereafter: a fire-and-brimstone sermon.
  • first and foremost — primarily
  • 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.
  • fixed-focus camera — a camera with an unadjustable focal length and with a relatively large depth of field.
  • flame-of-the-woods — an Indian evergreen shrub, Ixora coccinea, of the madder family, having red, tubular flowers in dense clusters.
  • flat-bottomed rail — a rail having a cross section like an inverted T, with the top extremity enlarged slightly to form the head
  • flotsam and jetsam — the part of the wreckage of a ship and its cargo found floating on the water. Compare jetsam, lagan.
  • forward compatible — forward compatibility
  • foundation garment — an undergarment, as a girdle or corset, worn by women to support or give shape to the contours of the body.
  • fourth commandment — “Remember the sabbath day, to keep it holy”: fourth of the Ten Commandments.
  • fragile x syndrome — a widespread form of mental retardation caused by a faulty gene on the X chromosome.
  • fragile-x syndrome — an inherited condition characterized by learning disability: affected individuals have an X-chromosome that is easily damaged under certain conditions
  • fulminating powder — powder that explodes by percussion.
  • gastroduodenostomy — See under gastroenterostomy.
  • golden bantam corn — a horticultural variety of sweet corn having yellow kernels.
  • good conduct medal — a medal awarded an enlisted person for meritorious behavior during the period of service.
  • hand it to someone — to give credit to someone
  • have (got) it made — to be assured of success
  • hebdomadal council — the governing council or senate of Oxford University
  • hermaphrodite brig — a two-masted sailing vessel, square-rigged on the foremast and fore-and-aft-rigged on the mainmast.
  • higher-order macro — A means of expressing certain higher-order functions in a first order language. Proposed by Phil Wadler. Higher-order macros cannot be recursive at the top level but they may contain recursive definitions. E.g. See partial evaluation.
  • homelands movement — the programme to resettle native Australians on their tribal lands
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?