0%

22-letter words containing r, u, n, i

  • financial underwriting — Financial underwriting is the process of assessing whether the proposed sum insured and product are reasonable when considering the possible financial loss to the client.
  • fixed investment trust — unit trust (def 1).
  • flocculent precipitate — a woolly-looking precipitate, as aluminum hydroxide formed by the addition of ammonia to an aluminum-salt solution.
  • forced place insurance — Forced place insurance is insurance taken out by a bank or creditor on an uninsured debtor's behalf on a property that is being used as collateral.
  • frequency distribution — the correspondence of a set of frequencies with the set of categories, intervals, or values into which a population is classified.
  • frequency shift keying — (communications)   (FSK) The use of frequency modulation to transmit digital data, i.e. two different carrier frequencies are used to represent zero and one. FSK was originally used to transmit teleprinter messages by radio (RTTY) but can be used for most other types of radio and land-line digital telegraphy. More than two frequencies can be used to increase transmission rates.
  • fresh out of something — If you are fresh out of something, you have recently used the last of it and have none left.
  • friar minor conventual — a friar belonging to a branch of the Franciscan order that separated from the Observants in the 15th century, and that observes a modification of the rule of St. Francis. Also called Conventual. Compare Friar Minor, capuchin (def 4).
  • full english breakfast — morning meal of eggs, bacon, etc.
  • functional programming — (programming)   (FP) A program in a functional language consists of a set of (possibly recursive) function definitions and an expression whose value is output as the program's result. Functional languages are one kind of declarative language. They are mostly based on the typed lambda-calculus with constants. There are no side-effects to expression evaluation so an expression, e.g. a function applied to certain arguments, will always evaluate to the same value (if its evaluation terminates). Furthermore, an expression can always be replaced by its value without changing the overall result (referential transparency). The order of evaluation of subexpressions is determined by the language's evaluation strategy. In a strict (call-by-value) language this will specify that arguments are evaluated before applying a function whereas in a non-strict (call-by-name) language arguments are passed unevaluated. Programs written in a functional language are generally compact and elegant, but have tended, until recently, to run slowly and require a lot of memory. Examples of purely functional languages are Clean, FP, Haskell, Hope, Joy, LML, Miranda, and SML. Many other languages such as Lisp have a subset which is purely functional but also contain non-functional constructs. See also lazy evaluation, reduction.
  • general public licence — (spelling)   It's spelled "General Public License". (In the UK, "licence" is a noun and "license" is a verb (like "advice"/"advise") but in the US both are spelled "license").
  • general public license — (legal)   (GPL, note US spelling) The licence applied to most software from the Free Software Foundation and the GNU project and other authors who choose to use it. The licences for most software are designed to prevent users from sharing or changing it. By contrast, the GNU General Public License is intended to guarantee the freedom to share and change free software - to make sure the software is free for all its users. The GPL is designed to make sure that anyone can distribute copies of free software (and charge for this service if they wish); that they receive source code or can get it if they want; that they can change the software or use pieces of it in new free programs; and that they know they can do these things. The GPL forbids anyone to deny others these rights or to ask them to surrender the rights. These restrictions translate to certain responsibilities for those who distribute copies of the software or modify it. See also General Public Virus.
  • genitourinary medicine — the branch of medical science concerned with the study and treatment of diseases of the genital and urinary organs, esp sexually transmitted diseases
  • geometric distribution — the distribution of the number, x, of independent trials required to obtain a first success: where the probability in each is p, the probability that x = r is p(1-p)r–1, where r = 1, 2, 3, …, with mean 1/p
  • give it up for someone — to applaud someone
  • go through the motions — the action or process of moving or of changing place or position; movement.
  • government expenditure — the overall public spending carried out by the government
  • gran turismo omologato — (of an automobile) certified as conforming to the specifications, as fuel capacity and engine displacement, for a class of standard automobiles (Gran Turismo) qualified to engage in various types of competitions. Abbreviation: GTO.
  • graphical display unit — an output device incorporating a cathode ray tube on which both line drawings and text can be displayed. It is usually used in conjunction with a light pen to input or reposition data
  • great australian bight — a wide bay in S Australia.
  • green around the gills — the respiratory organ of aquatic animals, as fish, that breathe oxygen dissolved in water.
  • gross national product — the total monetary value of all final goods and services produced in a country during one year. Abbreviation: GNP.
  • gross written premiums — Gross written premiums are the total revenue from a contract expected to be received by an insurer before deductions for reinsurance or ceding commissions.
  • guanosine triphosphate — GTP.
  • guest services manager — A guest services manager at a hotel is responsible for the services and facilities that the hotel provides for its guests.
  • gulf of saint lawrence — a deep arm of the Atlantic off the E coast of Canada between Newfoundland and the mainland coasts of Quebec, New Brunswick, and Nova Scotia
  • hammersmith and fulham — a borough of Greater London on the River Thames: established in 1965 by the amalgamation of Fulham and Hammersmith. Pop: 174 200 (2003 est). Area: 16 sq km (6 sq miles)
  • heart is in your mouth — If your heart is in your mouth, you feel very excited, worried, or frightened.
  • here's mud in your eye — a humorous drinking toast
  • hermann-mauguin symbol — a notation for indicating a particular point group.
  • highway contract route — a route for carrying mail over the highway between designated points, given on contract to a private carrier and often requiring, in rural areas, delivery to home mailboxes. Abbreviation: HCR.
  • historical linguistics — the study of changes in a language or group of languages over a period of time.
  • hit the ground running — begin enthusiastically
  • hold the purse stringshold the purse strings, to have the power to determine how money shall be spent.
  • hue, saturation, value — (graphics)   (HSV) A colour model that describes colours in terms of hue (or "tint"), saturation (or "shade") and value (or "tone" or "luminance").
  • human interface device — (hardware)   (HID) Any device to interact directly with humans (mostly input) like keyboard, mouse, joystick, or graphics tablet.
  • hybrid multiprocessing — (parallel)   (HMP) The kind of multitasking which OS/2 supports. HMP provides some elements of symmetric multiprocessing, using add-on IBM software called MP/2. OS/2 SMP was planned for release in late 1993.
  • in (or out of) office — currently holding (or not holding) power or a particular position of authority
  • in on the ground floor — in at the beginning (of a business, etc.) and thus in an especially advantageous position
  • in one's birthday suit — naked; nude
  • in your wildest dreams — If you say that you could not imagine a particular thing in your wildest dreams, you are emphasizing that you think it is extremely strange or unlikely.
  • industrial archaeology — the study of past industrial machines, works, etc
  • industrial engineering — engineering applied to the planning, design, and control of industrial operations.
  • industrialized country — a country characterized by industry on an extensive scale
  • inland revenue service — In the United States, the Inland Revenue Service is the government authority which collects taxes. The abbreviation IRS is often used.
  • instruction scheduling — The compiler phase that orders instructions on a pipelined, superscalar, or VLIW architecture so as to maximise the number of function units operating in parallel and to minimise the time they spend waiting for each other. Examples are filling a delay slot; interspersing floating-point instructions with integer instructions to keep both units operating; making adjacent instructions independent, e.g. one which writes a register and another which reads from it; separating memory writes to avoid filling the write buffer. Norman P. Jouppi and David W. Wall, "Available Instruction-Level Parallelism for Superscalar and Superpipelined Processors", Proceedings of the Third International Conference on Architectural Support for Programming Languages and Operating Systems, pp. 272--282, 1989.
  • intel literature sales — Address: PO Box 58130, Santa Clara, CA 95052, USA. Telephone: +1 800 548 4725.
  • interactive courseware — (ICW) A training program controlled by a computer that relies on trainee input to determine the order and pace of instruction delivery. The trainee advances through the sequence of instructional events by making decisions and selections. The instruction branches according to the trainee's responses. ICW is a US military term which includes computer-aided instruction and computer-based training.
  • intermediate frequency — the middle frequency in a superheterodyne receiver, at which most of the amplification takes place. Abbreviation: if.
  • intermetallic compound — a compound of two or more metals.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?