0%

19-letter words containing x, t

  • alexander technique — a technique for developing awareness of one's posture and movement in order to improve it
  • alexander the great — 356–323 bc, king of Macedon, who conquered Greece (336), Egypt (331), and the Persian Empire (328), and founded Alexandria
  • algebraic extension — a field containing a given field such that every element in the first field is algebraic over the given field.
  • ammonium binoxalate — a colorless, crystalline, water-soluble, poisonous solid, C 2 H 5 NO 4 ⋅H 2 O, used chiefly for removing ink stains from fabrics.
  • anatomical snuffbox — the triangular depression on the back of the hand between the thumb and the index finger
  • at sixes and sevens — If you say that someone or something is at sixes and sevens, you mean that they are confused or disorganized.
  • autoerotic asphyxia — asphyxia caused by intentionally strangling oneself while masturbating in order to intensify the orgasm through reduced oxygen flow to the brain.
  • axiomatic semantics — (theory)   A set of assertions about properties of a system and how they are effected by program execution. The axiomatic semantics of a program could include pre- and post-conditions for operations. In particular if you view the program as a state transformer (or collection of state transformers), the axiomatic semantics is a set of invariants on the state which the state transformer satisfies. E.g. for a function with the type: sort_list :: [T] -> [T] we might give the precondition that the argument of the function is a list, and a postcondition that the return value is a list that is sorted. One interesting use of axiomatic semantics is to have a language that has a finitely computable sublanguage that is used for specifying pre and post conditions, and then have the compiler prove that the program will satisfy those conditions. See also operational semantics, denotational semantics.
  • ballot-box stuffing — the act of illegally submitting more than one vote in a ballot in which only one vote is permitted
  • betwixt and between — in an intermediate, indecisive, or middle position
  • binomial experiment — an experiment consisting of a fixed number of independent trials each with two possible outcomes, success and failure, and the same probability of success. The probability of a given number of successes is described by a binominal distribution
  • bismuth oxychloride — a white, crystalline, water-insoluble powder, BiOCl, used chiefly in the manufacture of pigments, face powders, and artificial pearls.
  • box-office receipts — the money earned from ticket sales for a film or play
  • capital expenditure — expenditure on acquisitions of or improvements to fixed assets
  • cobaltous hydroxide — a rose-red, amorphous, water-insoluble powder, Co 2 O 3 ⋅3H 2 O, used chiefly in the preparation of cobalt salts and in the manufacture of paint and varnish driers.
  • cobol-1961 extended — (language)   A short-lived separation of COBOL specifications.
  • complement fixation — the fixing of complement into the product of an antigen-antibody reaction: used as an infection indicator in certain serologic tests that measure the presence or absence of free, active complement
  • complexity analysis — In sructured program design, a quality-control operation that counts the number of "compares" in the logic implementing a function; a value of less than 10 is considered acceptable.
  • 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.
  • current expenditure — expenditure taking place within the financial year in question
  • customer experience — Customer experience is what customers feel while shopping, affected by such factors as how a store is laid out, the level of service they receive, and how easy it is to find products.
  • decontextualization — to remove (a linguistic element, an action, etc.) from a context: decontextualized works of art displayed in museums.
  • defence expenditure — the amount that a country spends on military measures or resources
  • deoxycorticosterone — a corticosteroid hormone important in maintaining sodium and water balance in the body
  • deoxyribonucleotide — an ester of a deoxyribonucleoside and phosphoric acid; a constituent of DNA.
  • ditty bag (or box) — a small bag (or box) used as by sailors for holding sewing equipment, toilet articles, etc.
  • executive agreement — an agreement made between the US President and the head of a foreign state, having the effect of a treaty
  • executive committee — the executive committee or board of an organization is a committee within that organization which has the authority to make decisions and ensures that these decisions are carried out
  • executive president — a president in certain systems of government who possesses wide powers
  • executive privilege — Executive privilege is the right that a member of the executive branch of government has to withhold information about matters that they consider to be confidential.
  • executive secretary — supports executives or departments
  • exhibitionistically — In an exhibitionistic manner.
  • exophthalmic goiter — a disease of unknown cause characterized by enlargement of the thyroid gland, overproduction of the thyroid hormone, and abnormal protrusion of the eyeballs
  • exophthalmic goitre — a form of hyperthyroidism characterized by enlargement of the thyroid gland, protrusion of the eyeballs, increased basal metabolic rate, and weight loss
  • expeditionary force — An expeditionary force is a group of soldiers who are sent to fight in a foreign country.
  • experimenter effect — the influence of an experimenter's expectations on his results
  • expert systems ltd. — (company)   (ESL) Distributors of ESLPDPRO. Adderss: Magdalen Centre, Oxford Science Park, Oxford, OX4 4GA. Telephone +44 (865) 784474.
  • expressionistically — In an expressionistic manner.
  • extendible compiler — (language)   (ETC) A Fortran-like compiler that can be extended with macros.
  • extensible database — (database)   A DBMS that allows access to data from remote sources as if the remote data were part of the database.
  • exterior decoration — the painting of the outside of a building
  • extradition warrant — a warrant for somebody's extradition
  • extraterritoriality — (legal) immunity from the local laws of a certain area, especially due to diplomatic negotiation.
  • extreme programming — a discipline of software engineering following a specific structure, designed to simplify and speed up the development process
  • fault tolerant unix — (operating system)   (FTX) Stratus's own Unix System V Release 4 multiprocessor operating system. In 2016, FTX is supported but no longer developed. FTX was one of three operating systems supplied by Stratus on their hardware, the other two, HP-UX and VOS, were the more common choices, FTX was only sold on an exceptional basis. Early FTX 3.x releases used an in-house virtual disk layer (VDL) driver, but later releases switched to a version of Veritas VxVM. FTX supported many of the proprietary communications boards (ISDN, serial, parallel, X.25, etc.).
  • fetch-execute cycle — (architecture, processor)   The sequence of actions that a central processing unit performs to execute each machine code instruction in a program. At the beginning of each cycle the CPU presents the value of the program counter on the address bus. The CPU then fetches the instruction from main memory (possibly via a cache and/or a pipeline) via the data bus into the instruction register. From the instruction register, the data forming the instruction is decoded and passed to the control unit which sends a sequence of control signals to the relevant function units of the CPU to perform the actions required by the instruction such as reading values from registers, passing them to the ALU to add them together and writing the result back to a register. The program counter is then incremented to address the next instruction and the cycle is repeated. The fetch-execute cycle was first proposed by John von Neumann.
  • fixed cost contract — a contract in which the costs do not vary
  • fixed exchange rate — finance: set rate of exchange
  • fixed-rate mortgage — a home mortgage for which equal monthly payments of interest and principal are paid over the life of the loan, usually for a term of 30 years.
  • fixed-term contract — a contract for a particular and fixed period

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