0%

24-letter words containing a, c, s, e, i

  • robot exclusion standard — standard for robot exclusion
  • rocky mountain whitefish — mountain whitefish.
  • san francisco de macoris — a city in the N Dominican Republic.
  • scalable vector graphics — (graphics, web)   A W3C standard for vector graphics, based on XML.
  • schizoaffective disorder — a psychotic disorder in which symptoms of schizophrenia and affective disorder occur simultaneously.
  • scholastic aptitude test — a standard assessment test for entry into college in the United States
  • senegambia confederation — an economic and political union (1982–89) between Senegal and The Gambia
  • sequentially compact set — a set in which every sequence has a subsequence that converges to a point of the set.
  • serial interface adaptor — (SIA) The Ethernet driver chip used on a Filtabyte Ethernet card.
  • shadow foreign secretary — the member of the main opposition party in Parliament who would hold the office of Foreign Secretary if their party were in power
  • single connection attach — (hardware)   (SCA, "Single Connector Attachment") A non-standard type of SCSI connector, used mostly by OEMs, which carries both power and data on one 80-pin connector. SCA SCSI drives tend to be cheaper but use with standard SCSI cables requires an adaptor and external termination.
  • 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
  • socialist workers' party — one of the biggest extreme left wing parties in Britain
  • south equatorial current — an ocean current, flowing westward, found near the equator in the Atlantic, Pacific, and Indian oceans.
  • 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.
  • special development area — an area earmarked for special development by the government
  • stab someone in the back — If you say that someone has stabbed you in the back, you mean that they have done something very harmful to you when you thought that you could trust them. You can refer to an action of this kind as a stab in the back.
  • statistical independence — the condition or state of events or values of being statistically independent.
  • 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.
  • 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.
  • subordinate con-junction — a conjunction introducing a subordinate clause, as when in They were glad when I finished.
  • 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.
  • 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 last of the mohicans — a historical novel (1826) by James Fenimore Cooper.
  • 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.
  • the official secrets act — an act of Parliament that covers the protection of information relating to state security
  • 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 wars of the diadochi — a series of conflicts between 321 and 281 bc, fought by six Macedonian generals who, after the death of Alexander the Great, desired control of his empire
  • the whole shooting match — everything; the whole lot
  • thompson sub-machine-gun — a .45 calibre sub-machine-gun
  • 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
  • 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).
  • tricyclic antidepressant — pertaining to or embodying three cycles.
  • trip the light fantastic — a journey or voyage: to win a trip to Paris.
  • 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.
  • 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.
  • 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 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.
  • water of crystallization — water of hydration, formerly thought necessary to crystallization: now usually regarded as affecting crystallization only as it forms new molecular combinations.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?