0%

18-letter words containing a, c, u, d

  • conjugated protein — a biochemical compound consisting of a sequence of amino acids making up a simple protein to which another nonprotein group (a prosthetic group), such as a carbohydrate or lipid group, is attached
  • connected subgraph — (mathematics)   A connected graph consisting of a subset of the nodes and edges of some other graph.
  • consecrated ground — ground that has been made or declared sacred or holy, and is therefore suitable for Christian burial
  • 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.
  • constitutionalized — Simple past tense and past participle of constitutionalize.
  • continued fraction — a number plus a fraction whose denominator contains a number and a fraction whose denominator contains a number and a fraction, and so on
  • costume department — the department in a theatre or television company that is responsible for actors' costumes
  • couldn't care less — If you say that you couldn't care less about someone or something, you are emphasizing that you are not interested in them or worried about them. In American English, you can also say that you could care less, with the same meaning.
  • counter-adaptation — the act of adapting.
  • countryside agency — (in England) a government agency that promotes the conservation and enjoyment of the countryside and aims to stimulate employment in rural areas
  • crude oil desalter — A crude oil desalter is equipment which removes inorganic salts from crude oil, using chemical or electrostatic separation.
  • crude oil fraction — A crude oil fraction is a component of crude oil, which has its own particular molecular composition, weight, and boiling point.
  • cultural diffusion — act of diffusing; state of being diffused.
  • cultural diversity — the cultural variety and cultural differences that exist in the world, a society, or an institution: Dying languages and urbanization are threats to cultural diversity.
  • cumberland plateau — division of the W Appalachians, extending from S W.Va. to N Ala.
  • curvature of field — a monochromatic aberration of a lens or other optical system in which the focal surface is curved, the refracted image of an object oriented perpendicular to the axis of the lens lying on a curved surface rather than in a plane perpendicular to the axis.
  • custodial sentence — a sentence given by a court that involves a term of imprisonment
  • customs and excise — Customs and Excise is a British government department which is responsible for collecting taxes on imported and exported goods. Compare Customs Service.
  • cut-and-waste code — (humour, programming)   Code that someone found online (e.g. in a blog) and copied and pasted into a product. The result is usually a lot of wasted time trying to track down obscure bugs from code that may have made sense in the original context but not in the new one. Also known as blog-driven development.
  • data communication — electronic transmission of information that has been encoded for storage and processing by computers.
  • death-valley curve — a curve on a graph showing how the capital of a new company plotted against time declines sharply as the venture capital is used up before income reaches predicted levels
  • deductive database — (database)   A combination of a conventional database containing facts, a knowledge base containing rules, and an inference engine which allows the derivation of information implied by the facts and rules. Commonly, the knowledge base is expressed in a subset of first-order logic and either a SLDNF or Datalog inference engine is used.
  • defense calculator — IBM 701
  • deficiency account — an account summarizing the financial condition of an individual or company in danger of bankruptcy.
  • dermot macmurrough — ?1110–71, king of Leinster, who, by enlisting the support of the English to win back his kingdom, was responsible for the English conquest of Ireland
  • descriptive clause — a relative clause that describes or supplements but is not essential in establishing the identity of the antecedent and is usually set off by commas in English. In This year, which has been dry, is bad for crops the clause which has been dry is a nonrestrictive clause.
  • destruct mechanism — a mechanism that causes the destruction of a rocket or missile when activated
  • 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
  • diatomaceous earth — an unconsolidated form of diatomite
  • diazonium compound — any of a series of compounds that contain the group ArN 2 –, in which Ar represents an aryl group.
  • dicalcium silicate — a component of cement, 2CaO⋅SiO 2 , also used to neutralize acid soils.
  • diplomatic shuttle — a series of diplomatic visits to other states made by an official, such as an ambassador or envoy
  • discourse analysis — the study of the rules or patterns characterizing units of connected speech or writing longer than a sentence.
  • dispatch documents — documents sent with a parcel, etc, detailing information such as contents, delivery address, etc
  • distance education — education in which students receive instruction over the Internet, from a video, etc., instead of going to school.
  • distribution class — form class
  • 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.
  • driver's education — high-school driving classes
  • ducking and diving — evasiveness
  • due process of law — the administration of justice in accordance with established rules and principles
  • dysfunctionalities — Plural form of dysfunctionality.
  • eau de vie de marc — marc (def 2).
  • established church — a Church that is officially recognized as a national institution, esp the Church of England
  • 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).
  • fettuccine alfredo — fettuccine in cream sauce with grated Parmesan cheese.
  • 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.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?