0%

24-letter words containing u, r, a, n

  • 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.
  • st.-bruno-de-montarville — a town in S Quebec, in E Canada, near Montreal.
  • 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
  • structural functionalism — functionalism (def 3).
  • subordinate con-junction — a conjunction introducing a subordinate clause, as when in They were glad when I finished.
  • synchronous graphics ram — Synchronous Graphics Random Access Memory
  • take sb under one's wing — If you take someone under your wing, you look after them, help them, and protect them.
  • 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 suffragette movement — a movement advocating of the extension of the franchise to women, as in Britain at the beginning of the 20th century
  • thermal neutron analyzer — a baggage-screening device that detects explosives by using low-energy neutrons to sense gamma radiation.
  • 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.
  • throw one's weight about — to act in an authoritarian or aggressive manner
  • to have egg on your face — If someone has egg on their face or has egg all over their face, they have been made to look foolish.
  • to make boundary changes — to change the boundaries of parliamentary constituencies, because of population shifts
  • 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.
  • twin vector quantization — (audio, compression)   (VQF) Part of the MPEG-4 standard dealing with time domain weighted interleaved vector quantization.
  • two/three/four of a kind — If you refer, for example, to two, three, or four of a kind, you mean two, three, or four similar people or things that seem to go well or belong together.
  • under the sway of sb/sth — If you are under the sway of someone or something, they have great influence over you.
  • under-secretary of state — any of various high officials subordinate only to the minister in charge of a department
  • unfederated malay states — a former group of native states in the Malay Peninsula that became British protectorates between 1885 and 1909. All except Brunei joined the Malayan Union (later Federation of Malaya) in 1946. Brunei joined the Federation of Malaysia in 1963 but later became an independent nation
  • 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.
  • vaporization temperature — Vaporization temperature is the temperature at which liquid is converted into vapor without any change in temperature.
  • ventricular fibrillation — Pathology. a cardiac arrhythmia characterized by rapid, chaotic electrical impulses to the ventricles, incomplete ventricular contractions, and resultant loss of pulse and blood pressure.
  • virtual home environment — (VHE) A tool for using NFS on HP UX.
  • 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.
  • voluntary aid detachment — (in World War I) an organization of British women volunteers who assisted in military hospitals and ambulance duties
  • webster-ashburton treaty — U.S. History. an agreement between the U.S. and England (1842) defining the boundary between British and American territory from Maine to present-day Minnesota.
  • what are you playing at? — If you ask what someone is playing at, you are angry because you think they are doing something stupid or wrong.
  • what are you waiting for — If you say to someone 'What are you waiting for?' you are telling them to hurry up and do something.
  • wired equivalent privacy — (networking, standard)   (WEP) IEEE 802.11:1999. A cryptographic privacy algorithm, based on the RC4 encryption engine, used to provide confidentiality for 802.11 wireless networks. WEP is intended to provide roughly the same level of confidentiality for wireless data as a wired LAN (Ethernet), which is NOT protected by encryption. WEP is often wrongly expanded as "Wireless Encryption Protocol". WEP is a protocol that provides encryption used on wireless networks but that's not what it stands for.
  • work breakdown structure — (project)   (WBS) A division of a project into tasks and subtasks. The tasks are numbered to indicate their relationship to each other. WBSs are indespensible for project planning, particularly when estimating time and resource requirements. Some industries use established work breakdown structure systems for billing and reporting purposes.
  • work/go/run like a charm — If you say that something worked like a charm, you mean that it was very effective or successful.
  • you aren't gonna need it — (programming)   (YAGNI) A motto of extreme programming expressing the principle that functionality should not be implemented until it is needed. The traditional waterfall model makes it difficult to add features after the specification has been signed off, tempting the specifier to add features that may never be used but which take time to program, debug, test and document.
  • you can't be too careful — You can say 'You can't be too careful' as a way of advising someone to be careful, even when this seems unnecessary.
  • your heart is not in sth — If your heart isn't in the thing you are doing, you have very little enthusiasm for it, usually because you are depressed or are thinking about something else.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?