0%

19-letter words containing o, t, m, a, n

  • computer dictionary — Free On-line Dictionary of Computing
  • computer simulation — an event, process, or scenario that is created on a computer
  • concertina movement — a principle of table construction in which hinged sections of the frame, ordinarily folded inward out of sight, can be pulled into line with the parts of the frame ordinarily seen to permit the addition of leaves.
  • concurrentsmalltalk — (language)   A concurrent variant of Smalltalk.
  • confederate jasmine — star jasmine.
  • consumer resistance — the unwillingness of consumers to adopt a particular product, service, or change
  • contemplative order — a religious order whose members are devoted to prayer rather than works.
  • contemporaneousness — The state or characteristic of being contemporaneous.
  • continental climate — a climate characterized by hot summers, cold winters, and little rainfall, typical of the interior of a continent
  • contract programmer — (job, programming)   A programmer who works on a fixed-length or temporary contract, and is often employed to write certain types of code or to work on a specific project. Despite the fact that contractors usually cost more than hiring a permanent employee with the same skills, it is common for organisations to employ them for extended periods, sometimes renewing their contracts for many years, due to lack of certainty about the future or simple lack of planning. A contract programmer may be independent or they may work in a supplier's professional services department, providing consultancy and programming services for the supplier's products.
  • conventional memory — (storage)   The first 640 kilobytes of an IBM PC's memory. Prior to EMS, XMS, and HMA, real mode application could use only this part of the memory.
  • conventional wisdom — The conventional wisdom about something is the generally accepted view of it.
  • cooccurrence matrix — (mathematics)   Given a position operator P(i,j), let A be a nxn matrix whose element A[i][j] is the number of times that points with grey level (intensity) g[i] occur, in the position specified by P, relative to points with grey level g[j]. Let C be the nxn matrix that is produced by dividing A with the total number of point pairs that satisfy P. C[i][j] is a measure of the joint probability that a pair of points satisfying P will have values g[i], g[j]. C is called a cooccurrence matrix defined by P. Examples for the operator P are: "i above j", "i one position to the right and two below j", etc.
  • coordinate geometry — analytic geometry.
  • coordination number — the number of coordinated species surrounding the central atom in a complex or crystal
  • coronary thrombosis — A coronary thrombosis is the same as a coronary.
  • corporal punishment — Corporal punishment is the punishment of people by hitting them.
  • cosmopolitanization — to make cosmopolitan.
  • counter reformation — the movement within the Roman Catholic Church that followed the Protestant Reformation of the 16th century.
  • counter-programming — to schedule (a broadcast on radio or television) to compete with one on another station.
  • counter-reformation — the reform movement of the Roman Catholic Church in the 16th and early 17th centuries considered as a reaction to the Protestant Reformation
  • counterdemonstrator — Someone who demonstrates in opposition to another demonstration that is happening nearby at the same time.
  • craters of the moon — a national monument in S Idaho: site of scenic lava-flow formations.
  • current transformer — A current transformer is a transformer that is designed to give an accurate current ratio for the purpose of measurement and control.
  • customs declaration — a form declaring the nature and value of goods, etc, for customs purposes
  • customs regulations — the regulations relating to customs in a particular country
  • de-compartmentalize — to divide into categories or compartments.
  • 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.
  • death of a salesman — a play (1949) by Arthur Miller.
  • deflate compression — deflate
  • 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
  • department of labor — the department of the U.S. federal government that promotes and improves the welfare, opportunities, and working conditions of wage earners. Abbreviation: DOL.
  • department of state — the department of the U.S. federal government that sets forth and maintains the foreign policy of the U.S., especially in negotiations with foreign governments and international organizations. Abbreviation: DOS.
  • departmentalisation — Alternative spelling of departmentalization.
  • departmentalization — to divide into departments.
  • development company — a company that buys land and builds houses, offices, shops, or factories on it, or buys existing buildings and makes them more modern
  • diamond ring effect — a phenomenon, sometimes observed immediately before and after a total eclipse of the sun, in which one of Baily's beads is much brighter than the others, resembling a diamond ring around the moon.
  • diamond-point spoon — a spoon having a handle terminating in a polygonal, pointed knob.
  • dictionary of names — a dictionary of given names that indicates whether a name is usually male, female, or unisex and often includes origins as well as meanings; for example, as by indicating that Evangeline, meaning “good news,” comes from Greek. Used primarily as an aid in selecting a name for a baby, dictionaries of names may also include lists of famous people who have shared a name and information about its current popularity ranking.
  • diethylaminoethanol — a colorless, hygroscopic, water-soluble liquid, C 6 H 15 NO, used for the synthesis of local anesthetics, in antirust compounds, and in photographic emulsions.
  • 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.
  • diplomatic immunity — exemption from taxation, searches, arrest, etc., enjoyed by diplomatic officials and their dependent families under international law, and usually on a reciprocal basis.
  • disambiguation page — a page on a website that lists various websites or web pages that have or could have the same title. The user is able to select from the list that page, site etc that he or she actually wants
  • discriminated union — (theory)   The discriminated union of two sets A and B is A + B = {(inA, a) | a in A} U {(inB, b)| b in B} where inA and inB are arbitrary tags which specify which summand an element originates from. A type (especially an algebraic data type) might be described as a discriminated union if it is a sum type whose objects consist of a tag to say which part of the union they belong to and a value of the corresponding type.
  • distillation column — a type of still fitted with interior baffles, used for fractional distillation. Compare still2 (def 1).
  • domain architecture — (systems analysis)   A generic, organisational structure or design for software systems in a domain. The domain architecture contains the designs that are intended to satisfy requirements specified in the domain model. A domain architecture can be adapted to create designs for software systems within a domain and also provides a framework for configuring assets within individual software systems.
  • dominant wavelength — the wavelength of monochromatic light that would give the same visual sensation if combined in a suitable proportion with an achromatic light
  • don't make me laugh — Some people reply to other people's comments or opinions by saying 'Don't make me laugh' when they disagree with them and think they are foolish or inaccurate.
  • dynamic positioning — Dynamic positioning is the use of computers to control the position of a semi-submersible rig.
  • 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).
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?