0%

25-letter words containing nt

  • a pressurized environment — an environment in which a lot of pressure is put on people to achieve
  • advanced intelligent tape — (storage)   (AIT) A form of magnetic tape and drive using AME developed by Sony for storing large amounts of data. An AIT can store over 50 gigabytes and transfer data at six megabytes/second (in February 1999). AIT features high speed file access, long head and media life, the ALDC compression algorithm, and a MIC chip.
  • advanced power management — (hardware)   (APM) A feature of some displays, usually but not always, on laptop computers, which turns off power to the display after a preset period of inactivity to conserve electrical power. Monitors with this capability are usually refered to as "green monitors", meaning environmentally friendly. Not to be confused with a screen blanker which is software that causes the display to go black (by setting every pixel to black) to prevent burn-in.
  • adverse pressure gradient — an increase of pressure in the direction of flow
  • anticipatory assimilation — assimilation in which a following sound has an effect on a preceding one, as in pronouncing have in have to as [haf] /hæf/ (Show IPA) influenced by the voiceless (t) in to.
  • antidisestablishmentarian — a person who advocates antidisestablishmentarianism.
  • antiestablishmentarianism — a policy or attitude that views a nation's power structure as corrupt, repressive, exploitive, etc.
  • antixerophthalmic vitamin — vitamin A.
  • aristophanes of byzantium — 257?–180? b.c, Greek scholar; librarian at Alexandria, Egypt.
  • artificial disintegration — radioactive transformation of a substance by bombardment with high-energy particles, such as alpha particles or neutrons
  • attachment unit interface — (networking)   (AUI) The part of the IEEE Ethernet standard located between the MAC, and the MAU. The AUI is a transceiver cable that provides a path between a node's Ethernet interface and the MAU.
  • barbed wire entanglements — obstructions consisting of entangled barbed wires that hinder attacking troops
  • bernardin de saint-pierre — Jacques Henˈri (ʒɑkɑ̃ˈʀi) ; zhäkänrēˈ) 1737-1814; Fr. writer
  • bureau of land management — a division of the Department of the Interior that manages public lands and resources. Abbreviation: BLM, B.L.M.
  • by general/common consent — You can use by general consent or by common consent to indicate that most people agree that something is true.
  • by the seat of your pants — If you fly by the seat of your pants or do something by the seat of your pants, you use your instincts to tell you what to do in a new or difficult situation rather than following a plan or relying on equipment.
  • caltech intermediate form — (language)   (CIF) A geometry language for VLSI design, in which the primitives are coloured rectangles.
  • case integration services — (standard, programming)   (CIS) A committee formed to discuss CASE tool integration standards related to ATIS.
  • certificate of enrollment — a document issued to a U.S. vessel of 20 tons gross or more, engaged in fishing or in trade along the U.S. coast, on the Great Lakes, or on U.S. inland waters.
  • child-resistant container — A child-resistant container is a container designed to be difficult for a child to open.
  • client to client protocol — (networking)   (CTCP) A type of protocol created to allow structured data such as font information to be exchanged between users on IRC. It is also used to send a query to a user. The available CTCP commands include VERSION, FINGER, DCC CHAT, DCC SEND, TIME, PING, ECHO, CLIENTINFO. Some commands are not available on some IRC client software.
  • coefficient of elasticity — modulus of elasticity.
  • command control processor — (operating system)   (CCP) CP/M's command-line interpreter.
  • complementarity principle — the principle that experiments on physical systems of atomic size or smaller, as electrons or photons, can exhibit either particle or wave behavior but not both simultaneously.
  • compound-complex sentence — a sentence having two or more coordinate independent clauses and one or more dependent clauses, as The lightning flashed (independent clause) and the rain fell (independent clause) as he entered the house (dependent clause).
  • constant angular velocity — (storage)   (CAV) One of the two schemes for controlling the rate of rotation of the disk in a disk drive. Constant angular velocity keeps the rate of rotation constant. This means that the linear velocity of the disk under the head is larger when reading or writing the outer tracks. This in turn implies either a variation in the data rate to and from the heads or the bits per unit length along the track. The alternative, constant linear velocity, requires the rate of rotation of the disk to accelerate and decelerate according to the radial postion of the heads, increasing the energy use and vibration.
  • constant applicative form — (functional programming)   (CAF) A supercombinator which is not a lambda abstraction. This includes truly constant expressions such as 12, (+ 1 2), [1, 2, 3] as well as partially applied functions such as (+ 4). Note that this last example is equivalent under eta abstraction to \ x . + 4 x which is not a CAF. Since a CAF is a supercombinator, it contains no free variables. Moreover, since it is not a lambda abstraction it contains no variables at all. It may however contain identifiers which refer to other CAFs, e.g. c 3 where c = (* 2). A CAF can always be lifted to the top level of the program. It can either be compiled to a piece of graph which will be shared by all uses or to some shared code which will overwrite itself with some graph the first time it is evaluated. A CAF such as ints = from 1 where from n = n : from (n+1) can grow without bound but may only be accessible from within the code of one or more functions. In order for the garbage collector to be able to reclaim such structures, we associate with each function a list of the CAFs to which it refers. When garbage collecting a reference to the function we collect the CAFs on its list.
  • constitutional convention — the convention in Philadelphia (1787) of representatives from each of the former Colonies, except Rhode Island, at which the Constitution of the United States was framed.
  • constructive interference — the interference of two or more waves of equal frequency and phase, resulting in their mutual reinforcement and producing a single amplitude equal to the sum of the amplitudes of the individual waves.
  • copenhagen interpretation — an interpretation of quantum mechanics developed by Niels Bohr and his colleagues at the University of Copenhagen, based on the concept of wave–particle duality and the idea that the observation influences the result of an experiment
  • cost-of-living adjustment — an adjustment to pay which takes account of a change in the cost of living
  • crude oil degassing plant — A crude oil degassing plant is equipment that removes light ends such as methane and butane from crude oil.
  • crude oil pyrolysis plant — A crude oil pyrolysis plant is equipment used for converting waste and poor fuel to a better product by pyrolysis (= the use of heat to decompose organic material).
  • data processing equipment — Data processing equipment is electrically operated equipment that accumulates, processes, and stores data.
  • defined contribution plan — A defined contribution plan is a type of pension plan that specifies the annual contribution that the employer will pay on behalf of each plan participant.
  • department of agriculture — the department of the U.S. federal government that institutes and administers all federal programs dealing with agriculture. Abbreviation: USDA.
  • develop-mentally disabled — a disability, as mental retardation or cerebral palsy, that begins at an early age and continues indefinitely, leading to substantial handicap.
  • device independent bitmap — (graphics, file format)   (DIB) An image format in which the sequence and depth of pixels in the file is not specifically related to their layout in any particular device. This allows any device dependent bitmap (DDB) image to be converted to or DIB format without loss of information, and this can then later be converted to other DDB formats for, e.g., printing or display. Rather than requiring converters from each DDB format to all other formats, only converters to and from DIB are needed. DIB images are normally transferred in metafiles, bmp files, and the clipboard. Transferring colour bitmaps from one device to another was not possible in versions of Microsoft Windows earlier than 3.0. Application programs can build DIB images without any interaction with Windows. If Windows lacks a drawing primitive, the application can simulate it directly into the DIB instead of using the existing graphics device interface (GDI) primitives. Unfortunately, under Windows versions 3.0 and 3.1, GDI cannot perform output operations directly to a DIB. Conversion between DIB and DDB is performed by the device driver. Where the driver does not have this facility, the conversion is performed by GDI but only in monochrome. DIBs are slower to use than device dependent bitmaps due to the conversions required.
  • digital rights management — (legal)   (DRM) Any technology used to limit the use of software, music, movies or other digital data. This generally relies on some interaction between the media and the system that plays it. For example, video DVDs usually include a region code. If this does not match the player's region code, the player will refuse to play the disc.
  • do-it-yourself enthusiast — an enthusiast of the hobby or process of constructing and repairing things by yourself
  • document image processing — (DIP) Storage, management and retrieval of images.
  • double taxation agreement — an agreement between two countries that lessens the tax burden on citizens of each country living in the other
  • embedded lisp interpreter — (language)   (ELI) A small Common Lisp-like interpreter embedded in the Andrew mail system, written by Bob Glickstein at CMU.
  • entity-relationship model — (database, specification)   An approach to data modelling proposed by P. Chen in 1976. The model says that you divide your database in two logical parts, entities (e.g. "customer", "product") and relations ("buys", "pays for"). One of the first activities in specifying an application is defining the entities involved and their relationships, e.g. using an entity-relationship diagram to represent a model.
  • flexible spending account — an account to which an employee contributes a portion of earnings to pay for certain expenses such as medical and dependent care: contributions are exempt from payroll taxes. Abbreviation: FSA.
  • flight management systems — a suite of computer programs in a computer on board an aircraft used to calculate the most economical flying speeds and altitudes during a flight and to identify possible choices in emergencies
  • franked investment income — (formerly) dividends from one UK company received by another on which the paying company had paid corporation tax so that the receiving company had no corporation tax to pay: discontinued from 1999
  • free central placentation — a type of placenta structure in an ovary, in which the ovules cluster freely around a columnlike central placenta which is attached at the base of the ovary
  • frequently asked question — (convention)   (FAQ, or rarely FAQL, FAQ list) A document provided for many Usenet newsgroups (and, more recently, web services) which attempts to answer questions which new readers often ask. These are maintained by volunteers and posted regularly to the newsgroup. You should always consult the FAQ list for a group before posting to it in case your question or point is common knowledge. The collection of all FAQ lists is one of the most precious and remarkable resources on the Internet. It contains a huge wealth of up-to-date expert knowledge on many subjects of common interest. Accuracy of the information is greatly assisted by its frequent exposure to criticism by an interested, and occasionally well-informed, audience (the readers of the relevant newsgroup). The main FTP archive for FAQs is on a computer called RTFM at MIT, where they can be accessed either by group or by hierarchy. There is another archive at Imperial College, London, UK and a web archive in Ohio, USA. The FAQs are also posted to Usenet newsgroups: news:comp.answers, news:news.answers and news:alt.answers.
  • functional representation — representation in a governing body on the basis of social class or occupation.

On this page, we collect all 25-letter words with NT. It’s easy to find right word with a certain length. It is the easiest way to find 25-letter word that contains NT to use in Scrabble or Crossword puzzles.

Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?