0%

21-letter words containing t, r, i, g, e

  • empire state building — New York City skyscraper
  • eyes right (or left) — a command to snap the head to the right (or left) while marching, as a salute when passing in review
  • faculty board meeting — a meeting of the governing body of a faculty
  • first-dollar coverage — insurance that provides payment for the full loss up to the insured amount with no deductibles.
  • flowering wintergreen — fringed polygala.
  • foreign correspondent — a correspondent, as for a periodical, assigned to send back articles and news dispatches from a foreign country for publication.
  • foreign exchange rate — the rate that specifies how much the currency of a nation is worth in terms of the currency of another nation
  • forensic anthropology — the branch of physical anthropology in which anthropological data, criteria, and techniques are used to determine the sex, age, genetic population, or parentage of skeletal or biological materials in questions of civil or criminal law.
  • fragmentation grenade — a grenade with a heavy metal casing that shatters, on exploding, into fragments that travel at high speed and with great force.
  • framing specification — A specification of the "protocol bits" that surround the "data bits" on a communications channel to allow the data to be "framed" into chunks, like start and stop bits in EIA-232. It allows a receiver to synchronize at points along the data stream.
  • franco-belgian system — French system.
  • free-floating anxiety — chronic anxiety occurring for no identifiable cause
  • garbageabetical order — (humour)   1. The result of using an insertion sort to merge data into an unsorted list. 2. The state of any file or list that is supposed to be sorted, but is not.
  • gastrohepatic omentum — lesser omentum.
  • geiger-muller counter — an instrument for detecting ionizing radiations, consisting of a gas-filled tube in which electric-current pulses are produced when the gas is ionized by radiation, and of a device to register these pulses: used chiefly to measure radioactivity.
  • gender disappointment — a feeling of depression or anxiety experienced by an expectant parent when the gender of the baby does not match his or her preference
  • general court-martial — a court-martial having the authority to try any offense against military law and to impose a sentence of dishonorable discharge or of death when provided by law.
  • general of the armies — a special rank held by John J. Pershing, equivalent to general of the army.
  • generic type variable — (programming)   (Also known as a "schematic type variable"). Different occurrences of a generic type variable in a type expression may be instantiated to different types. Thus, in the expression let id x = x in (id True, id 1) id's type is (for all a: a -> a). The universal quantifier "for all a:" means that a is a generic type variable. For the two uses of id, a is instantiated to Bool and Int. Compare this with let id x = x in let f g = (g True, g 1) in f id This looks similar but f has no legal Hindley-Milner type. If we say f :: (a -> b) -> (b, b) this would permit g's type to be any instance of (a -> b) rather than requiring it to be at least as general as (a -> b). Furthermore, it constrains both instances of g to have the same result type whereas they do not. The type variables a and b in the above are implicitly quantified at the top level: f :: for all a: for all b: (a -> b) -> (b, b) so instantiating them (removing the quantifiers) can only be done once, at the top level. To correctly describe the type of f requires that they be locally quantified: f :: ((for all a: a) -> (for all b: b)) -> (c, d) which means that each time g is applied, a and b may be instantiated differently. f's actual argument must have a type at least as general as ((for all a: a) -> (for all b: b)), and may not be some less general instance of this type. Type variables c and d are still implicitly quantified at the top level and, now that g's result type is a generic type variable, any types chosen for c and d are guaranteed to be instances of it. This type for f does not express the fact that b only needs to be at least as general as the types c and d. For example, if c and d were both Bool then any function of type (for all a: a -> Bool) would be a suitable argument to f but it would not match the above type for f.
  • geometric progression — a sequence of terms in which the ratio between any two successive terms is the same, as the progression 1, 3, 9, 27, 81 or 144, 12, 1, 1/12, 1/144.
  • get in someone's hair — any of the numerous fine, usually cylindrical, keratinous filaments growing from the skin of humans and animals; a pilus.
  • get in under the wire — to accomplish something with little time to spare
  • get-rich-quick scheme — a scheme that promises to make a person extremely wealthy over a short period of time, often at with little effort and at no risk
  • gideons international — an interdenominational lay society organized in 1899 to place Bibles in hotel rooms.
  • gilt-edged securities — government securities on which interest payments will certainly be met and that will certainly be repaid at par on the due date
  • give a horse its head — to allow a horse to gallop by lengthening the reins
  • give sb a green light — If someone in authority gives you a green light, they give you permission to do something.
  • give sb the runaround — If someone gives you the runaround, they deliberately do not give you all the information or help that you want, and send you to another person or place to get it.
  • give someone the bird — to tell someone rudely to depart; scoff at; hiss
  • glacier national park — a national park in NW Montana: glaciers; lakes; forest reserve. 1534 sq. mi. (3970 sq. km).
  • glen of imaal terrier — a strongly-built medium-sized variety of terrier with a medium-length coat and short forelegs
  • glyceryl tripalmitate — palmitin.
  • gobject introspection — (programming)   A GNOME project that defines a syntax for introspection annotation pragmas to be used in the GObject library source code. Rather than actual introspection, these are intended to allow automatic generation of bindings (APIs) to expose the library to higher-level languages. The sort of information provided is the type and direction (in, out, inout) of function parameters and the responsibility for freeing memory used by data structures.
  • government in waiting — a political group which is hoping to be elected to govern in the near future
  • government securities — securities issued by the US Government
  • gram-molecular weight — gram molecule. Abbreviation: GMW.
  • grammatical inference — Deducing a grammar from given examples. Also known as "inductive inference" and recently as "computational learning".
  • great smoky mountains — the W part of the Appalachians, in W North Carolina and E Tennessee. Highest peak: Clingman's Dome, 2024 m (6642 ft)
  • great victoria desert — a desert in SW central Australia. 125,000 sq. mi. (324,000 sq. km).
  • greater sunda islands — a group of islands in the W Malay Archipelago, forming the larger part of the Sunda Islands: consists of Borneo, Sumatra, Java, and Sulawesi
  • greek-letter sorority — a sorority whose name consists usually of two or three Greek letters, as Lambda Rho (ΛP).
  • greenwich observatory — the national astronomical observatory of Great Britain, housed in a castle in E Sussex; formerly located at Greenwich.
  • gretna green marriage — marriage without parental consent; elopement.
  • ground-effect machine — ACV (def 2).
  • guaranteed scheduling — (algorithm)   A scheduling algorithm used in multitasking operating systems that guarantees fairness by monitoring the amount of CPU time spent by each user and allocating resources accordingly.
  • guy lewis steele, jr. — (person)   (GLS) A software engineer whose most notable contributions to the art of computing include the design of Scheme (in cooperation with Gerald Sussman) and the design of the original command set of Emacs. He is also known for his contribution to the Jargon File and for being the first to port TeX (from WAITS to ITS). He wrote the book "Common Lisp", which virtually defines the language. He was working at Sun Microsystems, Inc. from 1996 to the present (June 2001).
  • high court of justice — an English court formed in 1873 from several superior courts and consisting of a court of original jurisdiction (High Court of Justice) and an appellate court (Court of Appeal)
  • higher-order function — (HOF) A function that can take one or more functions as argument and/or return a function as its value. E.g. map in (map f l) which returns the list of results of applying function f to each of the elements of list l. See also curried function.
  • highest common factor — greatest common divisor. Abbreviation: H.C.F.
  • hysterosalpingography — (medicine) X-ray examination of the uterus and oviducts following injection of a radiopaque substance.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?