0%

24-letter words containing a, i, r, t, n, s

  • st.-bruno-de-montarville — a town in S Quebec, in E Canada, near Montreal.
  • staggered pin grid array — (hardware)   (SPGA) A style of integrated circuit socket or pin-out with a staggered grid of pins around the edge of the socket, positioned as several squares, one inside the other. SPGA is commonly used on motherboards for processors, e.g. Socket 5, Socket 7 and Socket 8. See also PGA.
  • standard housing benefit — a rebate of a proportion of a person's eligible housing costs paid by a local authority and calculated on the basis of level of income and family size
  • stereographic projection — a one-to-one correspondence between the points on a sphere and the extended complex plane where the north pole on the sphere corresponds to the point at infinity of the plane.
  • stratificational grammar — a grammar based upon the theory that language is made up of successive strata that are interconnected by established rules.
  • stratified charge engine — an internal-combustion engine in which a small charge of a rich fuel mixture is ignited first and used to improve combustion of a larger charge of a lean fuel mixture.
  • stratified random sample — a random sample of a population in which the population is first divided into distinct subpopulations, or strata, and random samples are then taken separately from each stratum.
  • structural functionalism — functionalism (def 3).
  • subordinate con-junction — a conjunction introducing a subordinate clause, as when in They were glad when I finished.
  • take sb under one's wing — If you take someone under your wing, you look after them, help them, and protect them.
  • take someone at his word — to assume that someone means, or will do, what he or she says
  • take/draw sb to one side — If you take someone to one side or draw them to one side, you speak to them privately, usually in order to give them advice or a warning.
  • tear someone off a strip — to rebuke (someone) angrily
  • telephony user interface — (communications)   (TUI) Either a software interface to telephony (e.g. a phone-capable PC) or a DTMF-based interface to software (e.g. voicemail).
  • telescope user interface — (hardware, interface)   (TUI) A remote control interface for a telescope.
  • the birds and (the) bees — Some people refer to the birds and the bees when they are talking about sex, especially to children.
  • the netherlands antilles — two groups of islands in the Caribbean, in the Lesser Antilles: a former constituent country of the Netherlands (since 2010 each island has had a separate status), consisting of the S group of Curaçao, Aruba, and Bonaire, and the N group of Saint Eustatius, Saba, and the S part of Saint Martin; economy based on refining oil from Venezuela. Pop: 222 000 (2004 est). Area: 996 sq km (390 sq miles)
  • the ravages of something — the destructive effects of something
  • the second international — an international association of socialist parties and trade unions that began in Paris in 1889 and collapsed during World War I. The right-wing elements reassembled at Berne in 1919
  • the way things are going — You can use the way things are going to indicate that you expect something to happen because of the way the present situation is developing.
  • thousand island dressing — a seasoned mayonnaise, often containing chopped pickles, pimientos, sweet peppers, hard-boiled eggs, etc.
  • three-quarter turn stair — a staircase requiring a three-quarter turn at each landing for continued ascent or descent.
  • three-spined stickleback — a small teleost fish, Gasterosteus aculeatus, of the family Gasterosteidae, of rivers and coastal regions, having three spines along the back and occurring in cold and temperate northern regions
  • throw one's weight about — to act in an authoritarian or aggressive manner
  • to go for the brass ring — to try to succeed in an area where there is a lot of competition
  • to go on a shopping trip — to go somewhere for the purpose of shopping
  • to lay something to rest — If you lay something such as fears or rumours to rest or if you put them to rest, you succeed in proving that they are not true.
  • to pick someone's brains — If you pick someone's brains, you ask them to help you with a problem because they know more about the subject than you.
  • to rise to the challenge — If someone rises to the challenge, they act in response to a difficult situation which is new to them and are successful.
  • trading standards office — an office of the local authority department that deals with trading standards
  • transcendental aesthetic — (in Kantian epistemology) the study of space and time as the a priori forms of perception.
  • transcendental dialectic — (in transcendental logic) the study of the fallacious attribution of objective reality to the perceptions by the mind of external objects. Compare dialectic (def 8).
  • transformational grammar — a system of grammatical analysis, especially a form of generative grammar, that posits the existence of deep structure and surface structure, using a set of transformational rules to derive surface structure forms from deep structure; a grammar that uses transformations to express the relations between equivalent structures.
  • tri-nations championship — (from 1996–2011) the annual tournament in which the national sides representing Australia, New Zealand, and South Africa compete; in 2012 Argentina entered and the competition became the Rugby Championship
  • tricyclic antidepressant — pertaining to or embodying three cycles.
  • trip the light fantastic — a journey or voyage: to win a trip to Paris.
  • trotskyist international — Fourth International.
  • turks and caicos islands — a UK Overseas Territory in the Caribbean, southeast of the Bahamas: consists of the eight Turks Islands, separated by the Turks Island Passage from the Caicos group, which has six main islands. Capital: Grand Turk. Pop: 47 754 (2013 est). Area: 430 sq km (166 sq miles)
  • tuva autonomous republic — an autonomous republic in the Russian Federation in Asia: formerly an independent republic in Mongolia. 65,810 sq. mi. (170,500 sq. km). Capital: Kyzyl.
  • uniform resource locater — Uniform Resource Locator
  • uniform resource locator — (web)   (URL, previously "Universal") A standard way of specifying the location of an object, typically a web page, on the Internet. Other types of object are described below. URLs are the form of address used on the World-Wide Web. They are used in HTML documents to specify the target of a hypertext link which is often another HTML document (possibly stored on another computer). Here are some example URLs: http://w3.org/default.html http://acme.co.uk:8080/images/map.gif http://foldoc.org/?Uniform+Resource+Locator http://w3.org/default.html#Introduction ftp://wuarchive.wustl.edu/mirrors/msdos/graphics/gifkit.zip ftp://spy:[email protected]/pub/topsecret/weapon.tgz mailto:[email protected] news:alt.hypertext telnet://dra.com The part before the first colon specifies the access scheme or protocol. Commonly implemented schemes include: ftp, http (web), gopher or WAIS. The "file" scheme should only be used to refer to a file on the same host. Other less commonly used schemes include news, telnet or mailto (e-mail). The part after the colon is interpreted according to the access scheme. In general, two slashes after the colon introduce a hostname (host:port is also valid, or for FTP user:[email protected] or [email protected]). The port number is usually omitted and defaults to the standard port for the scheme, e.g. port 80 for HTTP. For an HTTP or FTP URL the next part is a pathname which is usually related to the pathname of a file on the server. The file can contain any type of data but only certain types are interpreted directly by most browsers. These include HTML and images in gif or jpeg format. The file's type is given by a MIME type in the HTTP headers returned by the server, e.g. "text/html", "image/gif", and is usually also indicated by its filename extension. A file whose type is not recognised directly by the browser may be passed to an external "viewer" application, e.g. a sound player. The last (optional) part of the URL may be a query string preceded by "?" or a "fragment identifier" preceded by "#". The later indicates a particular position within the specified document. Only alphanumerics, reserved characters (:/?#"<>%+) used for their reserved purposes and "$", "-", "_", ".", "&", "+" are safe and may be transmitted unencoded. Other characters are encoded as a "%" followed by two hexadecimal digits. Space may also be encoded as "+". Standard SGML "&;" character entity encodings (e.g. "é") are also accepted when URLs are embedded in HTML. The terminating semicolon may be omitted if & is followed by a non-letter character.
  • united states of america — United States. Abbreviation: U.S.A., USA.
  • variable (interest) rate — an interest rate that varies in relation to fluctuations in the market rates of interest, as over the time period of a loan or mortgage
  • veterans of foreign wars — an organization of U.S. veterans who have served in foreign wars: founded in 1899
  • video cassette recording — a recording made using a tape recorder for vision and sound signals using magnetic tape in closed plastic cassettes: used for recording and playing back television programmes and films
  • virtual storage extended — (operating system)   (VSE, formerly DOS/VSE) is a multitasking, IBM 370-architected operating system similar to Multiple Virtual Storage (MVS). VSE run jobs in partitions rather than address spaces, and uses POWER for input/output rather than JES, but is largely similar to MVS. Subsequent VSE/ESA releases gave VSE the XA-370 channel architecture, 31-bit virtual and real storage support, and data spaces. VSE is the IBM operating system on one-third of installed IBM 4381s and a significant proportion of IBM 9370s as well. It offers transaction processing and batch processing capabilities well beyond Virtual Machine's current capabilities, and has a close affinity with MVS.
  • visual component library — (programming)   VCL A application framework library for Microsoft Windows and Borland Software Corp.'s Delphi and C++Builder rapid application development software. VCL was originally designed for Delphi but is now also used for C++Builder. This replaces OWL Object Windows Library as Borland's Windows C++ framework of choice. VCL encapsulates the C-based Win32 API into a much easier to use, object-oriented form. Like its direct rival, Microsoft Foundation Class Library (MFC), VCL includes classes to create Windows programs. The VCL component class can be inherited to create new VCL components, which are the building blocks of Delphi and C++Builder applications. VCL components are somewhat in competition with ActiveX controls, though a VCL wrapper can be created to make an ActiveX control seem like a VCL component.
  • water of crystallization — water of hydration, formerly thought necessary to crystallization: now usually regarded as affecting crystallization only as it forms new molecular combinations.
  • which stands for nothing — (language)   (WSFN) A beginner's language with emphasis on graphics produced by Atari in 1983 for Atari home computers. There is also Advanced WSFN.
  • within striking distance — If you are within striking distance of something, or if something is within striking distance, it is quite near, so it could be reached or achieved quite easily.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?