0%

24-letter words containing a, c, u, s

  • passbook savings account — a type of savings account in which transactions are entered into a passbook in the possession of the account holder.
  • phrase-structure grammar — a grammar that consists of phrase-structure rules.
  • pluck sth out of the air — If you say that someone plucks a figure, name, or date out of the air, you mean that they say it without thinking much about it before they speak.
  • portable scheme debugger — (PSD) A package for source code debugging of R4RS-compliant Scheme under GNU Emacs by Kellom ?ki Pertti <[email protected]>. Version 1.1. Distributed under GNU GPL. It works with scm, Elk and Scheme->C.
  • potassium cobaltinitrite — a yellow, crystalline, slightly water-soluble powder, K 3 Co(NO 2) 6 , used as a pigment in oil and watercolor paints, and for coloring surfaces of glass, porcelain, etc.
  • private health insurance — insurance against the need for medical treatment as a private patient
  • public access television — television in which local producers or individuals can participate
  • public relations officer — a person who is responsible for communications with the public
  • public-access television — a noncommercial system of broadcasting on television channels made available to independent or community groups for programs of general interest to the community.
  • punch above one's weight — to do something that is considered to be beyond one's ability
  • pyrotraumatic dermatitis — hot spot.
  • quick-assembly furniture — furniture such as shelves and cupboards which you buy as a number of separate pieces and assemble yourself
  • recursive descent parser — (grammar)   A "top-down" parser built from a set of mutually-recursive procedures or a non-recursive equivalent where each such procedure usually implements one of the productions of the grammar. Thus the structure of the resulting program closely mirrors that of the grammar it recognises.
  • renewable term insurance — Renewable term insurance is term life insurance that may be renewed for another period without the policyholder needing to provide further evidence of their insurability.
  • republic of south africaRepublic of, a country in S Africa; member of the Commonwealth of Nations until 1961. 472,000 sq. mi. (1,222,480 sq. km). Capitals: Pretoria and Cape Town.
  • robot exclusion standard — standard for robot exclusion
  • rocky mountain whitefish — mountain whitefish.
  • rose-coloured spectacles — If you look at a person or situation through rose-coloured glasses or rose-tinted glasses, you see only their good points and therefore your view of them is unrealistic. In British English, you can also say that someone is looking through rose-coloured spectacles.
  • scholastic aptitude test — a standard assessment test for entry into college in the United States
  • scottish country dancing — a type of Scottish folk dancing, including reels, jigs, and strathspeys, in which couples are arranged in sets and perform a series of movements, esp facing one another in a line
  • second earl of shelburneWilliam Petty Fitzmaurice, 2nd Earl of, 1st Marquess of Lansdowne, William Petty Fizmaurice Lansdowne.
  • sequentially compact set — a set in which every sequence has a subsequence that converges to a point of the set.
  • sic transit gloria mundi — thus passes the glory of the world
  • single european currency — the official currency, also known as the Euro, of some of the members of the European Union
  • single premium insurance — Single premium insurance is insurance where all the premium is paid at once, in one payment.
  • skeleton in the cupboard — a scandalous fact or event in the past that is kept secret
  • south equatorial current — an ocean current, flowing westward, found near the equator in the Atlantic, Pacific, and Indian oceans.
  • southern cornstalk borer — the larva of a grass moth, Diatraea crambidoides, occurring in the southeastern U.S. from Maryland to Georgia, that is sometimes a serious pest, especially of corn.
  • special checking account — a checking account that requires no minimum balance but in which a small charge is made for each check issued or drawn and for monthly maintenance.
  • structural functionalism — functionalism (def 3).
  • subordinate con-junction — a conjunction introducing a subordinate clause, as when in They were glad when I finished.
  • sulphur-crested cockatoo — a large Australian white parrot, Kakatoe galerita, with a yellow erectile crest
  • supportive psychotherapy — a type of psychotherapy that seeks to reduce psychological conflict and strengthen a patient's defenses through the use of various techniques, as reassurance, suggestion, counseling, and reeducation.
  • synchronous graphics ram — Synchronous Graphics Random Access Memory
  • 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 least i could/can do — You use expressions like 'that's the least that I can do' to mean that you are very willing to do it, or to acknowledge someone's thanks.
  • thompson sub-machine-gun — a .45 calibre sub-machine-gun
  • to make boundary changes — to change the boundaries of parliamentary constituencies, because of population shifts
  • to play your cards right — If you say that someone will achieve success if they play their cards right, you mean that they will achieve success if they act skilfully and use the advantages that they have.
  • 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.
  • under-secretary of state — any of various high officials subordinate only to the minister in charge of a department
  • 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.
  • universal life insurance — a type of insurance in which the payments of the insured are placed in an investment fund, earnings from which pay the premium on term life insurance while any remainder continues to increase the policy's value.
  • usb adapter card support — (communications, software)   A set of software extensions that provide support for USB adapter cards installed in the PCI bus or Cardbus slots in Macintosh computers that do not have built-in USB ports.
  • virtual software factory — (programming, tool)   (VSF) A product from Systematica which allows users to develop CASE tools appropriate to any software engineering methodology.
  • 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.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?