0%

24-letter words containing t, e, l, p

  • reciprocal translocation — an exchange of segments between two nonhomologous chromosomes.
  • recommended retail price — the selling price of a product officially suggested by a manufacturer to a retailer
  • referential transparency — (programming)   An expression E is referentially transparent if any subexpression and its value (the result of evaluating it) can be interchanged without changing the value of E. This is not the case if the value of an expression depends on global state which can change value. The most common example of changing global state is assignment to a global variable. For example, if y is a global variable in: f(x) { return x+y; } g(z) { a = f(1); y = y + z; return a + f(1); } function g has the "side-effect" that it alters the value of y. Since f's result depends on y, the two calls to f(1) will return different results even though the argument is the same. Thus f is not referentially transparent. Changing the order of evaluation of the statements in g will change its result. We could make f above referentially transparent by passing in y as an argument: f(x, y) = x+y Similarly, g would need to take y as an argument and return its new value as part of the result: g(z, y) { a = f(1, y); y' = y+z; return (a + f(1, y'), y'); } Referentially transparent programs are more amenable to formal methods and easier to reason about because the meaning of an expression depends only on the meaning of its subexpressions and not on the order of evaluation or side-effects of other expressions. We can stretch the concept of referential transparency to include input and output if we consider the whole program to be a function from its input to its output. The program as a whole is referentially transparent because it will always produce the same output when given the same input. This is stretching the concept because the program's input may include what the user types, the content of certain files or even the time of day. If we do not consider global state like the contents of files as input, then writing to a file and reading what was written behaves just like assignment to a global variable. However, if we must consider the state of the universe as an input rather than global state then any deterministic system would be referentially transparent! See also extensional equality, observational equivalence.
  • repondez s'il vous plait — Répondez s'il vous plait
  • 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.
  • resale price maintenance — the practice by which a manufacturer establishes a fixed or minimum price for the resale of a brand product by retailers or other distributors
  • research and development — the part of a commercial company's activity concerned with applying the results of scientific research to develop new products and improve existing ones
  • responsibility allowance — payment made to somebody who has special responsibilities
  • 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.
  • scalable vector graphics — (graphics, web)   A W3C standard for vector graphics, based on XML.
  • scholastic aptitude test — a standard assessment test for entry into college in the United States
  • 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.
  • shenandoah national park — a national park in N Virginia, including part of the Blue Ridge mountain range. 302 sq. mi. (782 sq. km).
  • single person supplement — an additional sum of money that a hotel charges for one person to stay in a room meant for two people
  • skeleton in the cupboard — a scandalous fact or event in the past that is kept secret
  • slop oil recovery system — A slop oil recovery system is a method and the equipment used for cleaning and disposing of mixtures of oil, chemicals, and water from various sources in a refinery or oilfield.
  • socialist workers' party — one of the biggest extreme left wing parties in Britain
  • 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
  • split image range finder — a range finder in which opposing halves of a split field move relative to each other and coincide when the object centered in the field is in focus.
  • statistical independence — the condition or state of events or values of being statistically independent.
  • 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.
  • sulphur-crested cockatoo — a large Australian white parrot, Kakatoe galerita, with a yellow erectile crest
  • 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.
  • tetraethyl pyrophosphate — a colorless to amber, hygroscopic, poisonous liquid, (C 2 H 5) 4 P 2 O 7 , used as an insecticide and as a rodenticide.
  • the department of health — a department of the government of the United Kingdom concerned with governmental policy relating to health in England but not elsewhere in the United Kingdom
  • the long-term unemployed — people who have no job and have not worked for a long time
  • the realm of possibility — If you say that something is not beyond the realms of possibility, you mean that it is possible.
  • the star-spangled banner — Stars and Stripes.
  • the villain of the piece — If you say that someone is the villain of the piece, you are saying in a slightly humorous way that they are seen by some people as the cause of all the trouble in a particular situation.
  • 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 cramp someone's style — If someone or something cramps your style, their presence or existence restricts your behaviour in some way.
  • to keep your eyes peeled — If you tell someone to keep their eyes peeled for something, you are telling them to watch very carefully for it.
  • to let sleeping dogs lie — If someone tells you to let sleeping dogs lie, they are warning you not to disturb or interfere with a situation, because you are likely to cause trouble and problems.
  • to light the touch paper — if someone lights the touch paper or lights the blue touch paper, they do something which causes anger or excitement
  • to make up for lost time — If someone is making up for lost time, they are doing something actively and with enthusiasm because they have not had the opportunity to do it before or when they were younger.
  • to speak well of someone — If you speak well of someone or speak highly of someone, you say good things about them. If you speak ill of someone, you criticize them.
  • transpersonal psychology — a branch of psychology or psychotherapy that recognizes altered states of consciousness and transcendent experiences as a means to understand the human mind and treat psychological disordrs.
  • 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.
  • ultra low sulphur diesel — a type of diesel fuel that has a low sulphur content
  • variable pitch propeller — a propeller in which the angle of the blades with regard to air flow can be adjusted while it is in operation
  • 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.
  • 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.
  • when the balloon goes up — when the trouble or action begins
  • 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.
  • wolf in sheep's clothing — any of several large carnivorous mammals of the genus Canis, of the dog family Canidae, especially C. lupus, usually hunting in packs, formerly common throughout the Northern Hemisphere but now chiefly restricted to the more unpopulated parts of its range.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?