0%

25-letter words containing a, m, o, r, n

  • a pressurized environment — an environment in which a lot of pressure is put on people to achieve
  • abstract machine notation — (language)   (AMN) A language for specifying abstract machines in the B-Method, based on the mathematical theory of Generalised Substitutions.
  • advance information sheet — a document giving details about a book that is to be published in the near future
  • 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.
  • after someone's own heart — that suits or pleases someone perfectly
  • all eyes are on something — If you say that all eyes are on something or that the eyes of the world are on something, you mean that everyone is paying careful attention to it and what will happen.
  • american standard version — a revised version of the Authorized (King James) Version of the Bible, published by a committee of American scholars in 1901
  • 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.
  • antixerophthalmic vitamin — vitamin A.
  • aristophanes of byzantium — 257?–180? b.c, Greek scholar; librarian at Alexandria, Egypt.
  • arithmetic and logic unit — (processor)   (ALU or "mill") The part of the central processing unit which performs operations such as addition, subtraction and multiplication of integers and bit-wise AND, OR, NOT, XOR and other Boolean operations. The CPU's instruction decode logic determines which particular operation the ALU should perform, the source of the operands and the destination of the result. The width in bits of the words which the ALU handles is usually the same as that quoted for the processor as a whole whereas its external busses may be narrower. Floating-point operations are usually done by a separate "floating-point unit". Some processors use the ALU for address calculations (e.g. incrementing the program counter), others have separate logic for this.
  • arm's-length relationship — a relationship lacking intimacy or friendliness, esp when possessing some special connection, such as previous closeness
  • armored personnel carrier — a tracked military vehicle with a steel or aluminum hull used to transport troops in combat and usually fitted with light armament. Abbreviation: APC.
  • army of the united states — during WWII, the overall army forces of the U.S., including the Regular Army, the Organized Reserves, the National Guard, and Selective Service personnel
  • assembly of first nations — the national organization which represents the First Nations in Canada
  • association for computing — (body)   (ACM, before 1997 - "Association for Computing Machinery") The largest and oldest international scientific and educational computer society in the industry. Founded in 1947, only a year after the unveiling of ENIAC, ACM was established by mathematicians and electrical engineers to advance the science and application of Information Technology. John Mauchly, co-inventor of the ENIAC, was one of ACM's founders. Since its inception ACM has provided its members and the world of computer science a forum for the sharing of knowledge on developments and achievements necessary to the fruitful interchange of ideas. ACM has 90,000 members - educators, researchers, practitioners, managers, and engineers - who drive the Association's major programs and services - publications, special interest groups, chapters, conferences, awards, and special activities. The ACM Press publishes journals (notably CACM), book series, conference proceedings, CD-ROM, hypertext, video, and specialized publications such as curricula recommendations and self-assessment procedures.
  • asynchronous transmission — electronic communication between digital devices, as two separate computers that run at different speeds, that requires start and stop bits for each character transmitted.
  • automated grouping system — (tool, mathematics)   (AUTOGRP) An interactive statistical analysis system, an extension of CML.
  • automatic data processing — ADP.
  • automatic network routing — (protocol)   (ANR) A source routing protocol used to route LU6.2 session and control traffic from node to node through a High Performance Routing network or subnet. ANR operates at the lower end of the SNA Path Control layer.
  • basic programming support — (operating system, tool)   (BPS, colloquially: Barely Programming Support) A suite of utility routines from IBM to perform very simple procedures like formatting a disk or labelling a tape. BPS was only available on punched cards.
  • be perturbed at something — to be alarmed at something
  • beat someone's brains out — to kill by knocking severely about the head
  • blow someone's brains out — To blow someone's brains out means to shoot them in the head, killing them.
  • 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.
  • caltech intermediate form — (language)   (CIF) A geometry language for VLSI design, in which the primitives are coloured rectangles.
  • 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.
  • character encoding scheme — character encoding
  • characteristic polynomial — an expression obtained from a given matrix by taking the determinant of the difference between the matrix and an arbitrary variable times the identity matrix.
  • chief information officer — (job)   (CIO) The person who determines the overall strategic direction and business contribution of the information systems function in a business.
  • chorionic villus sampling — a method of diagnosing genetic disorders early in pregnancy by the removal by catheter through the cervix or abdomen of a tiny sample of tissue from the chorionic villi
  • colony-stimulating factor — any of a number of substances, secreted by the bone marrow, that cause stem cells to proliferate and differentiate, forming colonies of specific blood cells. Synthetic forms are being tested for their ability to reduce the toxic effects of chemotherapy
  • command control processor — (operating system)   (CCP) CP/M's command-line interpreter.
  • commissioner of education — (in the US) the head of a state's education department
  • common object file format — (file format)   (COFF) The executable file and object file format used by Unix System V Release 3 and later.
  • commonwealth of australia — Australia's official title
  • communication engineering — the branch of engineering that deals with telecommunications and computer programming and networking.
  • compensated semiconductor — a semiconductor in which donors and acceptors are related in such a way that their opposing electrical effects are partially cancelled
  • 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.
  • complete partial ordering — (theory)   (cpo) A partial ordering of a set under a relation, where all directed subsets have a least upper bound. A cpo is usually defined to include a least element, bottom (David Schmidt calls this a pointed cpo). A cpo which is algebraic and boundedly complete is a (Scott) domain.
  • computer-aided publishing — desktop publishing. Abbreviation: CAP.
  • conductiometric titration — a titration technique in which the end-point is determined by measuring the conductance of the solution
  • configuration programming — (programming)   An approach that advocates the use of a separate configuration language to specify the coarse-grain structure of programs. Configuration programming is particularly attractive for concurrent, parallel and distributed systems that have inherently complex program structures.
  • 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.
  • constructional homonymity — the property of a string of morphemes that is susceptible of two or more syntactic analyses, as in Flying planes can be dangerous, planes may be either the object of flying or the subject of can.
  • data encryption algorithm — (DEA) An ANSI standard defined in ANSI X3.92-1981. It is identical to the Data Encryption Standard (DES).
  • data processing equipment — Data processing equipment is electrically operated equipment that accumulates, processes, and stores data.
  • dell computer corporation — (company)   One of the biggest US manufacturers of IBM PC compatibles. "From notebooks to networks", their slogan says.
  • democratic unionist party — a Northern Irish political party, founded by Ian Paisley in 1971, advocating the maintenance of union with the UK

On this page, we collect all 25-letter words with A-M-O-R-N. It’s easy to find right word with a certain length. It is the easiest way to find 25-letter word that contains in A-M-O-R-N 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?