0%

17-letter words containing log

  • agathokakological — (nonce word) composed of both good and evil.
  • anaesthesiologist — anesthesiology.
  • analogue computer — (computer, hardware)   A machine or electronic circuit designed to work on numerical data represented by some physical quantity (e.g. rotation or displacement) or electrical quantity (e.g. voltage or charge) which varies continuously, in contrast to digital signals which are either 0 or 1. For example, the turning of a wheel or changes in voltage can be used as input. Analogue computers are said to operate in real time and are used for research in design where many different shapes and speeds can be tried out quickly. A computer model of a car suspension allows the designer to see the effects of changing size, stiffness and damping.
  • anesthesiologists — Plural form of anesthesiologist.
  • anthropologically — the science that deals with the origins, physical and cultural development, biological characteristics, and social customs and beliefs of humankind.
  • bacteriologically — In a bacteriological manner; with respect to bacteriology.
  • biological father — the man whose semen fertilized the ovum from which a child was born
  • biological marker — a substance, physiological characteristic, gene, etc that indicates, or may indicate, the presence of disease, a physiological abnormality or a psychological condition
  • biological mother — the mother who gave birth to a child
  • biological parent — a parent who has conceived (biological mother) or sired (biological father) rather than adopted a child and whose genes are therefore transmitted to the child.
  • biological rhythm — biorhythm.
  • biological shield — a protective shield impervious to radiation, esp the thick concrete wall surrounding the core of a nuclear reactor
  • biological weapon — a weapon which uses a biological agent to harm people and other living organisms
  • characterological — of or relating to character or the study of character
  • chronological age — the number of years a person has lived, especially when used as a standard against which to measure behavior, intelligence, etc.
  • clinicopathologic — of or relating to the combined study of disease symptoms and pathology.
  • combinatory logic — (logic)   A system for reducing the operational notation of logic, mathematics or a functional language to a sequence of modifications to the input data structure. First introduced in the 1920's by Schoenfinkel. Re-introduced independently by Haskell Curry in the late 1920's (who quickly learned of Schoenfinkel's work after he had the idea). Curry is really responsible for most of the development, at least up until work with Feys in 1958. See combinator.
  • concurrent prolog — (language)   A Prolog variant with guarded clauses and committed-choice nondeterminism (don't-care nondeterminism) by Ehud "Udi" Shapiro, Yale <[email protected]>. A subset has been implemented, but not the full language. See also Mandala.
  • cryptoclimatology — See under microclimatology.
  • cytotechnologists — the study of human cells to detect signs of cancer or other abnormalities.
  • demythologization — The act of demythologizing, or something demythologized.
  • dendroarchaeology — (archaeology) the science that uses dendrochronology to date wooden material from archaeological sites.
  • dendroclimatology — The science that uses dendrochronology to reconstruct historical climate conditions.
  • dephlogisticating — Present participle of dephlogisticate.
  • dialectologically — In terms of dialectology.
  • distributed logic — a computer system in which remote terminals and electronic devices, distributed throughout the system, supplement the main computer by doing some of the computing or decision making
  • echoencephalogram — a graphic record produced by an echoencephalograph.
  • electrophysiology — The branch of physiology that deals with the electrical phenomena associated with nervous and other bodily activity.
  • electrotechnology — the technological use of electric power
  • epidemiologically — With regard to epidemiology.
  • epistemologically — In a manner that pertains to epistemology.
  • ethnomusicologist — A researcher in the field of ethnomusicology.
  • ethnopharmacology — The scientific study correlating ethnic groups, their health, and how it relates to their physical habits and methodology in creating and using medicines.
  • facsimile catalog — a catalog that includes small reproductions of the items listed, as paintings, slides, designs, or the like.
  • first-order logic — (language, logic)   The language describing the truth of mathematical formulas. Formulas describe properties of terms and have a truth value. The following are atomic formulas: True False p(t1,..tn) where t1,..,tn are terms and p is a predicate. If F1, F2 and F3 are formulas and v is a variable then the following are compound formulas: The "order" of a logic specifies what entities "For all" and "Exists" may quantify over. First-order logic can only quantify over sets of atomic propositions. (E.g. For all p . p => p). Second-order logic can quantify over functions on propositions, and higher-order logic can quantify over any type of entity. The sets over which quantifiers operate are usually implicit but can be deduced from well-formedness constraints. In first-order logic quantifiers always range over ALL the elements of the domain of discourse. By contrast, second-order logic allows one to quantify over subsets.
  • flog a dead horse — a large, solid-hoofed, herbivorous quadruped, Equus caballus, domesticated since prehistoric times, bred in a number of varieties, and used for carrying or pulling loads, for riding, and for racing.
  • genealogical tree — family tree.
  • geological survey — U.S. Government. a division of the Department of the Interior, created in 1879, that studies the nation's water and mineral resources, makes topographic surveys, and classifies and leases public lands.
  • hard rock geology — (loosely) of or relating to igneous or metamorphic rocks, as in mining (hard-rock mining) and geology (hard-rock geology)
  • histopathological — the science dealing with the histological structure of abnormal or diseased tissue; pathological histology.
  • kinesthesiologist — Someone who practices kinesthesiology.
  • lepidopterologist — One who studies lepidopterology.
  • loggerhead shrike — a common, North American shrike, Lanius ludovicianus, gray above and white below with black wings, tail, and facial mask.
  • loggerhead turtle — a sea turtle, Caretta caretta, having a large head: now greatly reduced in number.
  • logic programming — (artificial intelligence, programming, language)   A declarative, relational style of programming based on first-order logic. The original logic programming language was Prolog. The concept is based on Horn clauses. The programmer writes a "database" of "facts", e.g. wet(water). ("water is wet") and "rules", e.g. mortal(X) :- human(X). ("X is mortal is implied by X is human"). Facts and rules are collectively known as "clauses". The user supplies a "goal" which the system attempts to prove using "resolution" or "backward chaining". This involves matching the current goal against each fact or the left hand side of each rule using "unification". If the goal matches a fact, the goal succeeds; if it matches a rule then the process recurses, taking each sub-goal on the right hand side of the rule as the current goal. If all sub-goals succeed then the rule succeeds. Each time a possible clause is chosen, a "choice point" is created on a stack. If subsequent resolution fails then control eventually returns to the choice point and subsequent clauses are tried. This is known as "backtracking". Clauses may contain logic variables which take on any value necessary to make the fact or the left hand side of the rule match a goal. Unification binds these variables to the corresponding subterms of the goal. Such bindings are associated with the choice point at which the clause was chosen and are undone when backtracking reaches that choice point. The user is informed of the success or failure of his first goal and if it succeeds and contains variables he is told what values of those variables caused it to succeed. He can then ask for alternative solutions.
  • logical operation — Boolean operation.
  • make no apologies — If you say that you make no apologies for what you have done, you are emphasizing that you feel that you have done nothing wrong.
  • many-valued logic — the study of logical systems in which the truth-values that a proposition may have are not restricted to two, representing only truth and falsity
  • melissopalynology — The study of honey and its composition.
  • messier catalogue — a catalogue of 103 nonstellar objects, such as nebulae and galaxies, prepared in 1781–86. An object is referred to by its number in this catalogue, for example the Andromeda Galaxy is referred to as M31

On this page, we collect all 17-letter words with LOG. It’s easy to find right word with a certain length. It is the easiest way to find 17-letter word that contains LOG 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?