0%

18-letter words containing t, a, g, h, i

  • congregate housing — a type of housing in which each individual or family has a private bedroom or living quarters but shares with other residents a common dining room, recreational room, or other facilities.
  • deadweight tonnage — the capacity in long tons of cargo, passengers, fuel, stores, etc. (deadweight tons) of a vessel: the difference between the loaded and light displacement tonnage of the vessel.
  • determinate growth — growth of a plant stem that is terminated early by the formation of a bud
  • dielectric heating — the heating of a nonconducting substance caused by dielectric loss when the material is placed in a variable electric field.
  • digital humanities — (used with a singular verb) the study of literature, philosophy, etc., as facilitated by computer technology or digital media: Digital humanities uses data analysis to find patterns in large bodies of text. the set of methodologies used in such scholarship.
  • digital switchover — the process of changing the method of transmitting television from analogue to digital format
  • digital technology — the branch of scientific or engineering knowledge that deals with the creation and practical use of digital or computerized devices, methods, systems, etc.: advances in digital technology.
  • diphosphoglycerate — an ester of phosphoric acid and glyceric acid that occurs in the blood and that promotes the release of hemoglobin-bound oxygen.
  • discharge printing — a fabric-printing method in which the material is dyed and then certain areas are discharged so as to permit the original hue or its color replacement to act as a pattern against the colored ground.
  • distinguishability — to mark off as different (often followed by from or by): He was distinguished from the other boys by his height.
  • division algorithm — the theorem that an integer can be written as the sum of the product of two integers, one a given positive integer, added to a positive integer smaller than the given positive integer. Compare Euclidean algorithm.
  • do not give a hoot — If you say that you don't give a hoot or don't care two hoots about something, you are emphasizing that you do not care at all about it.
  • drinking chocolate — sweetened cocoa powder
  • electric discharge — electricity emitted
  • electrocardiograph — A machine used for electrocardiography.
  • ethnomusicological — Relating to or pertaining to ethnomusicology.
  • ethnopsychological — Relating to ethnopsychology.
  • 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).
  • exhaustive testing — (programming)   Executing a program with all possible combinations of inputs or values for program variables.
  • fight to the death — If you say that you will fight to the death for something, you are emphasizing that you will do anything to achieve or protect it, even if you suffer as a consequence.
  • flash butt welding — a method of welding metal edge-to-edge with a powerful electric flash followed by the application of pressure.
  • foundling hospital — an institutional home for foundlings.
  • gas-discharge tube — any tube in which an electric discharge takes place through a gas
  • general anesthesia — induced unconsciousness
  • genetic algorithms — genetic algorithm
  • giant peacock moth — the largest European moth, an emperor, Saturnia pyri, reaching 15 cm (6 in.) in wingspan. It is mottled brown with a prominent ocellus on each wing and being night-flying can be mistaken for a bat
  • give sb their head — If you give someone their head, you allow them to do what they want to do, without trying to advise or stop them.
  • give the game away — to reveal one's intentions or a secret
  • go with the stream — to conform to the accepted standards
  • great white father — the president of the U.S.
  • greater pichiciego — an armadillo, Burmeisteria retusa, similar to, but larger than, a pichiciego
  • have (got) it made — to be assured of success
  • have a thing about — If you have a thing about someone or something, you have very strong feelings about them.
  • hearing impairment — partial deafness
  • heart-lung machine — a device through which blood is shunted temporarily for oxygenation during surgery, while the heart or a lung is being repaired.
  • heating degree-day — a degree-day below the standard temperature of 65°F or 19°C, used in estimating fuel consumption.
  • heavy middleweight — a professional wrestler weighing 177–187 pounds (81–85 kg)
  • hegelian dialectic — an interpretive method, originally used to relate specific entities or events to the absolute idea, in which some assertible proposition (thesis) is necessarily opposed by an equally assertible and apparently contradictory proposition (antithesis) the mutual contradiction being reconciled on a higher level of truth by a third proposition (synthesis)
  • hell or high water — whatever difficulties may arise
  • hermaphrodite brig — a two-masted sailing vessel, square-rigged on the foremast and fore-and-aft-rigged on the mainmast.
  • hidalgo y costillaMiguel [mee-gel] /miˈgɛl/ (Show IPA), 1753–1811, Mexican priest, patriot, and revolutionist.
  • higher mathematics — the advanced portions of mathematics, customarily considered as embracing all beyond ordinary arithmetic, geometry, algebra, and trigonometry.
  • highlight halftone — dropout (def 7).
  • histomorphological — histology.
  • historical geology — the branch of geology dealing with the history of the earth.
  • horizontal tasting — a tasting of wines from the same year but from different vineyards, producers, etc.
  • human rights group — a group that campaigns for human rights
  • hungarian notation — (language, convention)   A linguistic convention requiring one or more letters to be added to the start of variable names to denote scope and/or type. Hungarian Notation is mainly confined to Microsoft Windows programming environments, such as Microsoft C, C++ and Visual Basic. It was originally devised by Charles Simonyi, a Hungarian, who was a senior programmer at Microsoft for many years. He disliked the way that names in C programs gave no clue as to the type, leading to frequent programmer errors. According to legend, fellow programmers at Microsoft, on seeing the convoluted, vowel-less variable names produced by his scheme, said, "This might as well be in Greek - or even Hungarian!". They made up the name "Hungarian notation" (possibly with "reverse Polish notation" in mind). Hungarian Notation is not really necessary when using a modern strongly-typed language as the compiler warns the programmer if a variable of one type is used as if it were another type. It is less useful in object-oriented programming languages such as C++, where many variables are going to be instances of classes and so begin with "obj". In addition, variable names are essentially only comments, and thus are just as susceptible to becoming out-of-date and incorrect as any other comment. For example, if a signed short int becomes an unsigned long int, the variable name, and every use of it, should be changed to reflect its new type. A variable's name should describe the values it holds. Type and scope are aspects of this, but Hungarian Notation overemphasises their importance by allocating so much of the start of the name to them. Furthermore, type and scope information can be found from the variable's declaration. Ironically, this is particularly easy in the development environments in which Hungarian Notation is typically used.
  • huntington station — a town on W Long Island, in SE New York.
  • hypogastric artery — iliac artery (def 3).
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?