0%

23-letter words containing a, r, o, n, i

  • (as) dead as a doornail — dead beyond any doubt
  • aberdeen proving ground — a federal reservation and U.S. Army training center in NE Maryland, S of Aberdeen and on W Chesapeake Bay, that is the site of a military testing ground.
  • abstract interpretation — (theory)   A partial execution of a program which gains information about its semantics (e.g. control structure, flow of information) without performing all the calculations. Abstract interpretation is typically used by compilers to analyse programs in order to decide whether certain optimisations or transformations are applicable. The objects manipulated by the program (typically values and functions) are represented by points in some domain. Each abstract domain point represents some set of real ("concrete") values. For example, we may take the abstract points "+", "0" and "-" to represent positive, zero and negative numbers and then define an abstract version of the multiplication operator, *#, which operates on abstract values: *# | + 0 - ---|------ + | + 0 - 0 | 0 0 0 - | - 0 + An interpretation is "safe" if the result of the abstract operation is a safe approximation to the abstraction of the concrete result. The meaning of "a safe approximation" depends on how we are using the results of the analysis. If, in our example, we assume that smaller values are safer then the "safety condition" for our interpretation (#) is a# *# b# <= (a * b)# where a# is the abstract version of a etc. In general an interpretation is characterised by the domains used to represent the basic types and the abstract values it assigns to constants (where the constants of a language include primitive functions such as *). The interpretation of constructed types (such as user defined functions, sum types and product types) and expressions can be derived systematically from these basic domains and values. A common use of abstract interpretation is strictness analysis. See also standard interpretation.
  • abstract window toolkit — (graphics)   (AWT) Java's platform-independent windowing, graphics, and user-interface toolkit. The AWT is part of the Java Foundation Classes (JFC) - the standard API for providing a graphical user interface (GUI) for a Java program. Compare: SWING.
  • acceleration of gravity — the gravitational acceleration of a freely falling object, expressed in terms of the rate of increase of velocity per second: on earth 980.665 cm (32.17 ft) per second per second is the standard
  • acoustical surveillance — the collecting or recording of information by sound-detection methods and devices, as for intelligence purposes.
  • act of parliament clock — a pendulum wall clock of the late 18th century, usually having a black dial with gilt numbers: originally installed in English taverns because a burdensome tax prevented many homes from having private clocks.
  • adaptive cruise control — Adaptive cruise control is an electronic control system in a vehicle that makes sure that the vehicle keeps a safe distance from vehicles in front.
  • addition polymerization — the act or process of forming a polymer or polymeric compound.
  • adjusting journal entry — An adjusting journal entry is a journal entry that is made to correct an error or update an account.
  • advance corporation tax — a former UK tax in which a company paying a dividend had to deduct the basic rate of income tax from the grossed-up value of the dividend and pay it to the Inland Revenue
  • affiliation proceedings — (formerly) legal proceedings, usually initiated by an unmarried mother, claiming legal recognition that a particular man is the father of her child, often associated with a claim for financial support
  • african trypanosomiasis — sleeping sickness (def 1).
  • alternative conjunction — a conjunction, as or, that expresses an alternative relationship between the words, phrases, or clauses it connects.
  • american stock exchange — the second largest stock exchange in the U.S., located in New York City. Abbreviation: ASE, A.S.E.
  • amortized mortgage loan — a loan that is amortized over a period of time and is secured by a mortgage
  • animal liberation front — an animal-rights movement founded in Britain, often using direct action
  • anti-vibration mounting — An anti-vibration mounting is a flexible support for an engine that reduces the amount of noise and vibration that passes to the vehicle chassis.
  • application programming — Computers. a program used for a particular application (opposed to system program).
  • approximation algorithm — (algorithm)   An algorithm for an optimisation problem that generates feasible but not necessarily optimal solutions. Unlike "heuristic", the term "approximation algorithm" often implies some proven worst or average case bound on performance. The terms are often used interchangeably however.
  • archaeomagnetism dating — the dating of archaeological specimens by determination of the magnetic alignment of objects containing ferromagnetic materials, as baked clay pots, within undisturbed archaeological sites.
  • articles of association — the constitution and regulations of a registered company as required by the British Companies Acts
  • artificial insemination — Artificial insemination is a medical technique for making a woman pregnant by injecting previously stored sperm into her womb. Female animals can also be made pregnant by artificial insemination. The abbreviation AI is also used.
  • ashton-tate corporation — (company)   The original vendor of dBASE and joint developers of EEMS. Ashton-Tate was founded by Charles Tate and Ashton was his pet parrot's name. The parrot lived in the lobby of the company's LA headquarters. In the early 1990s Ashton-Tate was taken over by Borland International, Inc., who later became Borland Software Corporation.
  • astro-inertial guidance — celestial guidance.
  • astronomical refraction — refraction (def 3).
  • astronomical-refraction — Physics. the change of direction of a ray of light, sound, heat, or the like, in passing obliquely from one medium into another in which its wave velocity is different.
  • asymmetrical modulation — (communications)   A scheme to maximise use of a communications line by giving a larger share of the bandwidth to the modem at the end which is transmitting the most information. Only one end of the connection has full bandwidth, the other has only a fraction of the bandwidth. Normally, which end gets the full bandwidth is chosen dynamically. Asymmetrical modulation was made famous by the HST mode of the early high-speed modems from US Robotics.
  • atomic energy authority — (in Britain) a government body established in 1954 to control research and development in atomic energy
  • atrioventricular bundle — a bundle of specialized muscle fibers regulating the heartbeat by conducting impulses from the right atrium to the ventricles.
  • autoerotic asphyxiation — asphyxia caused by intentionally strangling oneself while masturbating in order to intensify the orgasm through reduced oxygen flow to the brain.
  • bank-and-turn indicator — a flight instrument that combines a bank indicator and turn indicator in a single unit.
  • barrister and solicitor — an attorney who is licensed to prepare cases and argue them in court in the common-law provinces of Canada and in New Zealand and Australia.
  • battered child syndrome — the array of physical injuries exhibited by young children who have been beaten repeatedly or otherwise abused by their parents or guardians.
  • be meat and drink to sb — If you say something is meat and drink to someone, you mean that they enjoy it very much.
  • bellefontaine neighbors — a city in E Missouri.
  • bereavement counselling — the provision of advice for bereaved people to help them cope with their grief, sometimes given by charities and support groups
  • bilinear transformation — Möbius transformation.
  • bird-meertens formalism — (theory, programming)   (BMF) (Or "Squiggol") A calculus for derivation of functional programs from a specification. It consists of a set of higher-order functions that operate on lists including map, fold, scan, filter, inits, tails, cross product and function composition.
  • boundary value analysis — (programming)   A test data selection technique in which values are chosen to lie along data extremes. Boundary values include maximum, minimum, just inside/outside boundaries, typical values, and error values. The hope is that, if a systems works correctly for these special values then it will work correctly for all values in between.
  • branch coverage testing — (programming)   A test method which aims to ensure that each possible branch from each decision point (e.g. "if" statement) is executed at least once, thus ensuring that all reachable code is executed.
  • branch on chip box full — (humour)   (BCBF) A mythical IBM 1130 instruction whose action depended on the contents of the chip box. This was one of a long list of fake assembly language instructions that went around Indiana University in the 1970s.
  • brazilian morning glory — a tropical vine, Ipomoea setosa, having purplish, stiff hairs on the stem and rose-purple flowers.
  • british and irish lions — a touring rugby union side composed of players invited from England, Scotland, Wales, and Ireland
  • business administration — a program of studies at a college or university covering finance, management of personnel, etc., designed to prepare a person for a career in business
  • calcium channel blocker — any drug that prevents the influx of calcium ions into cardiac and smooth muscle: used to treat high blood pressure and angina
  • calorie-controlled diet — a diet that restricts a person to a limited number of calories per day
  • camillo benso di cavour — Camillo Benso di [kah-meel-law ben-saw dee] /kɑˈmil lɔ ˈbɛn sɔ di/ (Show IPA), 1810–61, Italian statesman: leader in the unification of Italy.
  • catherine of alexandriaSaint, a.d. c310, Christian martyr.
  • cauchy integral formula — a theorem that gives an expression in terms of an integral for the value of an analytic function at any point inside a simple closed curve of finite length in a domain.

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