0%

24-letter words containing c, l, o, n, u, s

  • parallel cousin marriage — marriage between the children of two brothers or two sisters.
  • 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.
  • 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.
  • robot exclusion standard — standard for robot exclusion
  • second earl of shelburneWilliam Petty Fitzmaurice, 2nd Earl of, 1st Marquess of Lansdowne, William Petty Fizmaurice Lansdowne.
  • self-fulfilling prophecy — a prophecy that comes true because of the expectation that it will
  • sequentially compact set — a set in which every sequence has a subsequence that converges to a point of the set.
  • show one's (true) colors — to reveal one's true self
  • 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
  • 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).
  • succinylcholine chloride — a crystalline compound, C 1 4 H 3 0 Cl 2 N 2 O 4 , used as a skeletal muscle relaxant in surgical procedures.
  • syquest technology, inc. — (company, hardware)   An early entrant into the removable hard disk market for personal computers. For may years SyQuest held the market, particularly as a method of transferring large desktop publisher documents to printers. SyQuest aim their products to give personal computer users "endless" hard drive space for data-intensive applications like desktop publishing, Internet information management, pre-press, multimedia, audio, video, digital photography, fast backup, data exchange, archiving, confidential data security and easy portability for the road. At the top of their current (Mar 1997) range are two drives, The SyJet 1.5 GB a 3.5 inch, double platter removable drive and the EZFlyer 230 MB also on 3.5 inch media. A cartridge holding over 4.7GB is promised before the end of 1997. In recent years they have not fared as well in the market, whilst Iomega has cornered the Small Office/Home Office (SOHO) market. Over the period 1995 to 1997 sales declined resulting in a series of losses. In the first quarter of 1997 these losses had been reduced to $6.8 million with net revenues increasing to $48.3 million. This compares to a net loss of $33.8 million, or $2.98 per share, on net revenues of $78.7 million for the same period the year before. It would appear that substantial restructuring has occurred over the past few years.
  • 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.
  • tug/touch one's forelock — If you say that a person tugs their forelock to another person, you are criticizing them for showing too much respect to the second person or being unnecessarily worried about their opinions.
  • 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.
  • until the cows come home — the mature female of a bovine animal, especially of the genus Bos.
  • 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.
  • volume table of contents — (storage)   (VTOC) /V-tock/ A special file on a disk, which contains a list of all the ordinary files on the disk and their addresses. Also called a directory. The term is used mostly with large mainframe disk drives. Storage administrators will often refer to the VTOC to obtain information on the number of files stored on a disk.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?