0%

23-letter words containing ati

  • 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.
  • 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
  • addition polymerization — the act or process of forming a polymer or polymeric compound.
  • administrative distance — (networking)   A rating of the trustworthiness of a routing information source set by the router administrator. In Cisco routers, administrative distance is a number between 0 and 255 (the higher the value, the less trustworthy the source).
  • administrative expenses — Administrative expenses are business expenses that are not related to the cost of goods or sales, such as salaries of office staff, insurance, and legal and accounting costs.
  • 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
  • alternative conjunction — a conjunction, as or, that expresses an alternative relationship between the words, phrases, or clauses it connects.
  • 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 development — the development of specialized programs or sets of specialized programs and associated documentation designed to carry out a particular task
  • 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.
  • 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.
  • autoerotic asphyxiation — asphyxia caused by intentionally strangling oneself while masturbating in order to intensify the orgasm through reduced oxygen flow to the brain.
  • backwards compatibility — backward compatibility
  • bilinear transformation — Möbius transformation.
  • biological accumulation — the accumulation within living organisms of toxic substances occurring in the environment.
  • 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
  • center-pivot irrigation — a method of irrigation, used mainly in the western U.S., in which water is dispersed through a long, segmented arm that revolves about a deep well and covers a circular area from a quarter of a mile to a mile in diameter.
  • character assassination — A character assassination is a deliberate attempt to destroy someone's reputation, especially by criticizing them in an unfair and dishonest way when they are not present.
  • characteristic equation — Mathematics. the characteristic polynomial of a given matrix, equated to zero. Also called auxiliary equation. an equation with one variable and equated to zero, which is derived from a given linear differential equation and in which the coefficient and power of the variable in each term correspond to the coefficient and order of a derivative in the original equation.
  • chief education officer — an official who is the chief administrative officer of a Local Education Authority
  • chief operating officer — the executive in charge of day-to-day operations in an organization
  • classification schedule — the printed scheme of a system of classification
  • commercial exploitation — unethical business practices
  • commonwealth of nations — a voluntary association of independent nations and dependent territories linked by historical ties (as parts of the former British Empire) and cooperating on matters of mutual concern, especially regarding economics and trade.
  • communication breakdown — a lack of communication; a failure to exchange information
  • communication interface — an electronic circuit, usually designed to a specific standard, that enables one machine to telecommunicate with another machine
  • communications software — (communications, software)   Application programs, operating system components, and probably firmware, forming part of a communication system. These different software components might be classified according to the functions within the Open Systems Interconnect model which they provide. Typical applications include a web browser, Mail User Agent, chat and telnet.
  • communist international — Third International.
  • communist-international — an international organization (1919–43), founded in Moscow, uniting Communist groups of various countries and advocating the attainment of their ends by violent revolution. Also called Comintern, Communist International. Compare international (def 6).
  • comparative advertising — a form of advertising in which a product is compared favourably with similar products on the market
  • comparative linguistics — the study of the correspondences between languages that have a common origin.
  • conformational analysis — the study of the spatial arrangement of atoms or groups of atoms in a molecule and the way in which this influences chemical behaviour
  • conservative evaluation — (programming)   Under this parallel evaluation strategy, no evaluation is started unless it is known to be needed. The opposite of conservative evaluation is speculative evaluation.
  • constant of gravitation — a law stating that any two masses attract each other with a force equal to a constant (constant of gravitation) multiplied by the product of the two masses and divided by the square of the distance between them.
  • constant of integration — a constant that is added to the function obtained by evaluating the indefinite integral of a given function, indicating that all indefinite integrals of the given function differ by, at most, a constant.
  • constraint satisfaction — (application)   The process of assigning values to variables while meeting certain requirements or "constraints". For example, in graph colouring, a node is a variable, the colour assigned to it is its value and a link between two nodes represents the constraint that those two nodes must not be assigned the same colour. In scheduling, constraints apply to such variables as the starting and ending times for tasks. The Simplex method is one well known technique for solving numerical constraints. The search difficulty of constraint satisfaction problems can be determined on average from knowledge of easily computed structural properties of the problems. In fact, hard instances of NP-complete problems are concentrated near an abrupt transition between under- and over-constrained problems. This transition is analogous to phase transitions in physical systems and offers a way to estimate the likely difficulty of a constraint problem before attempting to solve it with search.
  • conversion to iteration — A transformation applied to functional programs to replace recursion with iteration. A tail-recursive function can be compiled to an iterative loop where the recursive call becomes a jump back to the start and the parameters are held in registers which are updated with new values each time around the loop. See Iteration, Tail recursion optimisation.
  • correlation coefficient — a statistic measuring the degree of correlation between two variables as by dividing their covariance by the square root of the product of their variances. The closer the correlation coefficient is to 1 or –1 the greater the correlation; if it is random, the coefficient is zero
  • correlative conjunction — either member of a matched pair of words, of which the second is a coordinating conjunction, as either … or, neither … nor, both … and, or not only … but.
  • creative writing course — a course in which people are taught creative writing skills
  • dark-field illumination — illumination of the field of a microscope from the side so that the specimen is viewed against a dark background
  • de-compartmentalization — to divide into categories or compartments.
  • department of education — the department of the U.S. federal government that administers federal programs dealing with education: created in 1979, largely by transfer from part of the former Department of Health, Education, and Welfare. Abbreviation: ED.

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