0%

19-letter words containing s, u, d, e, t, n

  • dutchman's-breeches — a plant, Dicentra cucullaria, of the fumitory family, having long clusters of pale-yellow, two-spurred flowers.
  • east dunbartonshire — a council area of central Scotland to the N of Glasgow: part of Strathclyde region from 1975 until 1996: mainly agricultural and residential. Administrative centre: Kirkintilloch. Pop: 106 970 (2003 est). Area: 172 sq km (66 sq miles)
  • educational adviser — a person who provides advice and training to teachers about teaching methods and educational policies
  • end-to-end solution — (jargon)   (E2ES) A term that suggests that the supplier of an application program or system will provide all the hardware and/or software components and resouces to meet the customer's requirement and no other supplier need be involved. Compare: turn-key solution.
  • endowment assurance — a form of life insurance that provides for the payment of a specified sum directly to the policyholder at a designated date or to his beneficiary should he die before this date
  • endowment insurance — Endowment insurance is a type of life insurance that pays a particular sum directly to the policyholder at a stated date, or to a beneficiary if the policyholder dies before this date.
  • executive president — a president in certain systems of government who possesses wide powers
  • fault-based testing — (testing)   Software testing using test data designed to demonstrate the absence of a set of pre-specified faults; typically, frequently occurring faults. For example, to demonstrate that the software handles or avoids divide by zero correctly, the test data would include zero.
  • foundation subjects — the subjects studied as part of the National Curriculum, including the compulsory core subjects
  • functional database — (database, language)   A database which uses a functional language as its query language. Databases would seem to be an inappropriate application for functional languages since, a purely functional language would have to return a new copy of the entire database every time (part of) it was updated. To be practically scalable, the update mechanism must clearly be destructive rather than functional; however it is quite feasible for the query language to be purely functional so long as the database is considered as an argument. One approach to the update problem would use a monad to encapsulate database access and ensure it was single threaded. Alternative approaches have been suggested by Trinder, who suggests non-destructive updating with shared data structures, and Sutton who uses a variant of a Phil Wadler's linear type system. There are two main classes of functional database languages. The first is based upon Backus' FP language, of which FQL is probably the best known example. Adaplan is a more recent language which falls into this category. More recently, people have been working on languages which are syntactically very similar to modern functional programming languages, but which also provide all of the features of a database language, e.g. bulk data structures which can be incrementally updated, type systems which can be incrementally updated, and all data persisting in a database. Examples are PFL [Poulovassilis&Small, VLDB-91], and Machiavelli [Ohori et al, ACM SIGMOD Conference, 1998].
  • future date testing — (testing)   The process of setting a computer's date to a future date to test a program's (expected or unexpected) date sensitivity. Future date testing only shows the effects of dates on the computer(s) under scrutiny, it does not take into account knock-on effects of dates on other connected systems.
  • get one's dander up — to become or to cause someone to become annoyed or angry
  • go down the tube(s) — If a business, economy, or institution goes down the tubes or goes down the tube, it fails or collapses completely.
  • handlebar moustache — a man's moustache having long, curved ends that resemble the handlebars of a bicycle.
  • hop, step, and jump — triple jump.
  • hound's-tooth check — a pattern of broken or jagged checks, used on a variety of fabrics.
  • housing development — a group of houses or apartments, usually of the same size and design, often erected on a tract of land by one builder and controlled by one management.
  • human rights record — the facts that are known about the tendency of a country, regime, etc, to observe and protect human rights
  • indemnity insurance — insurance covering against damage or loss
  • index expurgatorius — a list of books now included in the Index Librorum Prohibitorum, forbidden to be read except from expurgated editions.
  • industrial accident — an accident that happens to an employee of an industrial company during the course of their work
  • industrial medicine — the study and practice of the health care of employees of large organizations, including measures to prevent accidents, industrial diseases, and stress in the workforce and to monitor the health of executives
  • industrial-strength — unusually strong, potent, or the like: heavy-duty: an industrial-strength soap.
  • installed user base — user base
  • instantaneous speed — a scalar measure of the rate of movement of a body expressed as the rate of change of position with respect to time at a particular point. It is measured in metres per second, miles per hour, etc
  • interstellar medium — the matter occurring between the stars of our Galaxy, largely in the spiral arms, and consisting mainly of huge clouds of ionized, neutral, or molecular hydrogen
  • investment compound — investment (def 11).
  • juan de fuca strait — strait between Vancouver Island and NW Wash.: c. 100 mi (161 km) long
  • judicial separation — a decree of legal separation of spouses that does not dissolve the marriage bond.
  • keyboard instrument — any musical instrument that is played using a keyboard
  • large munsterlander — a strongly built gun dog with a long dense black-and-white coat
  • least recently used — (operating systems) (LRU) A rule used in a paging system which selects a page to be paged out if it has been used (read or written) less recently than any other page. The same rule may also be used in a cache to select which cache entry to flush. This rule is based on temporal locality - the observation that, in general, the page (or cache entry) which has not been accessed for longest is least likely to be accessed in the near future.
  • lighten sb's burden — If someone or something lightens your burden or your load, they make a bad or difficult situation better for you.
  • manchester autocode — (language, history)   The predecessor of Mercury Autocode.
  • master of foxhounds — the person responsible for the conduct of a fox hunt and to whom all members of the hunt and its staff are responsible. Abbreviation: M.F.H.
  • means of production — resources: equipment, workers
  • mid-autumn festival — a Chinese festival that is held to celebrate the end of the summer harvest, when the crops have been gathered.
  • missing fundamental — a tone, not present in the sound received by the ear, whose pitch is that of the difference between the two tones that are sounded
  • mother-of-thousands — strawberry geranium.
  • mount desert island — an island off the coast of E central Maine: summer resort; forms part of Acadia National Park. 14 miles (23 km) long; 8 miles (13 km) wide.
  • multidimensionality — The property of being multidimensional.
  • multimedia analysis — Multimedia analysis is the consideration of all possible risks relating to pollution and waste management.
  • non-distinguishable — to mark off as different (often followed by from or by): He was distinguished from the other boys by his height.
  • noughts and crosses — tick-tack-toe (def 1).
  • noughts-and-crosses — tick-tack-toe (def 1).
  • nuclear disarmament — the gradual reduction and eventual elimination of all nuclear weapons in the world
  • orthopaedic surgeon — a surgeon specializing in the branch of surgery concerned with disorders of the spine and joints and the repair of deformities of these parts
  • presidente prudente — a city in central Brazil.
  • priority scheduling — (operating system)   Processes scheduling in which the scheduler selects tasks to run based on their priority as opposed to, say, a simple round-robin. Priorities may be static or dynamic. Static priorities are assigned at the time of creation, while dynamic priorities are based on the processes' behaviour while in the system. For example, the scheduler may favour I/O-intensive tasks so that expensive requests can be issued as early as possible. A danger of priority scheduling is starvation, in which processes with lower priorities are not given the opportunity to run. In order to avoid starvation, in preemptive scheduling, the priority of a process is gradually reduced while it is running. Eventually, the priority of the running process will no longer be the highest, and the next process will start running. This method is called aging.
  • pseudo-conservative — disposed to preserve existing conditions, institutions, etc., or to restore traditional ones, and to limit change.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?