0%

19-letter words containing l, a, n, d, s

  • crystallized ginger — sugar-coated ginger
  • cudgel one's brains — to think hard about a problem
  • customs declaration — a form declaring the nature and value of goods, etc, for customs purposes
  • daisy-wheel printer — a type of printer that uses a daisywheel
  • data link switching — (networking)   (DLSw) A standard for transporting IBM Systems Network Architecture (SNA) and network basic input/output system (NetBIOS) traffic over an Internet protocol network. Initially, in 1992, DLSw was proprietary to IBM. It was submitted to the IETF as RFC 1434 in 1993, later updated by RFC 1795.
  • davy jones's locker — the bottom of the sea; grave of those drowned at sea or buried there
  • de-militarised zone — (networking)   (DMZ) (From the military term for an area between two opponents where fighting is prevented) DMZ Ethernets connect networks and computers controlled by different bodies. They may be external or internal. External DMZ Ethernets link regional networks with routers to internal networks. Internal DMZ Ethernets link local nodes with routers to the regional networks. Compare red zone.
  • deacetyltransferase — (enzyme) Any of a class of enzymes that remove acetyl groups, especially from a lysine residue of a histone.
  • death of a salesman — a play (1949) by Arthur Miller.
  • declare an interest — to make known one's connection, esp a prejudicial connection, with an affair
  • deflate compression — deflate
  • deflationary spiral — Geometry. a plane curve generated by a point moving around a fixed point while constantly receding from or approaching it.
  • deindustrialisation — Alternative spelling of deindustrialization.
  • deindustrialization — the decline in importance of manufacturing industry in the economy of a nation or area
  • deinstitutionalized — Simple past tense and past participle of deinstitutionalize.
  • demonstration model — a nearly new product, such as a car or washing machine, that has been used only to demonstrate its performance by a dealer and is offered for sale at a discount
  • dental receptionist — a receptionist working in a dental surgery
  • departmentalisation — Alternative spelling of departmentalization.
  • dependable software — software reliability
  • design in real time — (programming)   (Dirt) A user interface builder for the X Window System by R. Hesketh.
  • detective constable — a police officer who investigates crime and who is of the lowest rank
  • devils-on-horseback — a savoury of prunes wrapped in bacon slices and served on toast
  • dielectric constant — Electricity. the ratio of the flux density produced by an electric field in a given dielectric to the flux density produced by that field in a vacuum.
  • digital electronics — (electronics)   The implementation of two-valued logic using electronic logic gates such as and gates, or gates and flip-flops. In such circuits the logical values true and false are represented by two different voltages, e.g. 0V for false and +5V for true. Similarly, numbers are normally represented in binary using two different voltages to represented zero and one. Digital electronics contrasts with analogue electronics which represents continuously varying quantities like sound pressure using continuously varying voltages. Digital electronics is the foundation of modern computers and digital communications. Massively complex digital logic circuits with millions of gates can now be built onto a single integrated circuit such as a microprocessor and these circuits can perform millions of operations per second.
  • dimethylnitrosamine — a yellow, water-soluble carcinogenic liquid, C 2 H 6 N 2 O, found in tobacco smoke and certain foods: known to be a potent carcinogen. Abbreviation: DMN, DMNA.
  • direct grant school — (in Britain, formerly) a school financed by endowment, fees, and a state grant conditional upon admittance of a percentage of nonpaying pupils nominated by the local education authority
  • disablement benefit — (in Britain) a noncontributory benefit payable to a person disabled through injury or disease caused by their work
  • disciplinary action — punishment or caution
  • dispersion relation — the relationship between the angular frequency (ω;) of a wave and the magnitude of its wave vector (k). Thus the wave's speed is ω/k
  • displacement engine — any engine employing the rectilinear motion of one or more pistons in cylinders.
  • display advertising — display ads taken collectively.
  • distillation column — a type of still fitted with interior baffles, used for fractional distillation. Compare still2 (def 1).
  • distinguishableness — The state or quality of being distinguishable.
  • diversional therapy — the structured use of leisure time in recreation and play as a form of or supplement to conventional therapy
  • dobsonian telescope — a relatively inexpensive Newtonian telescope, suitable for visual but not photographic use, in which the tube assembly slips freely in the lower base.
  • drill-down analysis — drill down
  • dynamic translation — (architecture)   A virtual machine implementation approach, used to speed up execution of byte-code programs. To execute a program unit such as a method or a function, the virtual machine compiles its bytecodes into (hardware) machine code. The translated code is also placed in a cache, so that next time that unit's machine code can be executed immediately, without repeating the translation. This technique was pioneered by the commercial Smalltalk implementation currently known as VisualWorks, in the early 1980s. Currently it is also used by some implementations of the Java Virtual Machine under the name JIT (Just In Time compilation).
  • dynatron oscillator — type of oscillator
  • educational adviser — a person who provides advice and training to teachers about teaching methods and educational policies
  • eilean donan castle — a castle near the Kyle of Lochalsh in Highland, Scotland: built in the 13th century; famous for its picturesque setting
  • elastic deformation — In elastic deformation a material changes shape when a stress is applied to it but goes back to its original state when the stress is removed.
  • electrodynamometers — Plural form of electrodynamometer.
  • extensible database — (database)   A DBMS that allows access to data from remote sources as if the remote data were part of the database.
  • fallacy of division — the fallacy of inferring that a property of the whole is also a property of parts or members of the whole (opposed to fallacy of composition).
  • 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.
  • financial ombudsman — any of five British ombudsmen: the Banking Ombudsman, set up in 1986 to investigate complaints from bank customers; the Building Society Ombudsman, set up in 1987 to investigate complaints from building society customers; the Insurance Ombudsman, set up in 1981 to investigate complaints by policyholders (since 1988 this ombudsman has also operated a Unit Trust Ombudsman scheme); the Investment Ombudsman set up in 1989 to investigate complaints by investors (the Personal Investment Authority Ombudsman is responsible for investigating complaints by personal investors); and the Pensions Ombudsman, set up in 1993 to investigate complaints regarding pension schemes
  • first-sale doctrine — a legal principle allowing the purchaser of a lawfully made copy of a copyright-protected work to sell or give away that copy without permission but not to reproduce it.
  • free alongside quay — (of a shipment of goods) delivered to the quay without charge to the buyer
  • free alongside ship — (of a shipment of goods) delivered to the dock without charge to the buyer, but excluding the cost of loading onto the vessel
  • 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].
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?