0%

19-letter words containing e, t, i

  • (down) in the dumps — in low spirits; depressed
  • (from) wire to wire — from start to finish
  • (right) off the bat — immediately
  • a creature of habit — If you say that someone is a creature of habit, you mean that they usually do the same thing at the same time each day, rather than doing new and different things.
  • a drop in the ocean — If you say that something is a drop in the ocean, you mean that it is a very small amount which is unimportant compared to the cost of other things or is so small that it has very little effect on something.
  • a kick in the teeth — If you describe an event as a kick in the teeth, you are emphasizing that it is very disappointing and upsetting.
  • a matter of opinion — If you say that a statement is a matter of opinion, you mean that it is not a fact, and that other people, including yourself, do not agree with it.
  • a multitude of sins — If you say that something covers or hides a multitude of sins, you mean that it hides something unattractive or does not reveal the true nature of something.
  • a race against time — You describe a situation as a race against time when you have to work very fast in order to do something before a particular time, or before another thing happens.
  • a slap on the wrist — A slap on the wrist is a warning or a punishment that is not very severe.
  • a sting in the tail — If an announcement or decision has a sting in the tail or a sting in its tail, it contains a critical and unpleasant part, normally at the end.
  • a storm in a teacup — If you describe a situation as a storm in a teacup, you think that a lot of fuss is being made about something that is not important.
  • a straw in the wind — an indication of what may happen
  • a thing of the past — If something is a thing of the past, it no longer exists or happens, or is being replaced by something new.
  • absolute impediment — a fact or circumstance that disqualifies a person from lawful marriage.
  • absorption spectrum — the characteristic pattern of dark lines or bands that occurs when electromagnetic radiation is passed through an absorbing medium into a spectroscope. An equivalent pattern occurs as coloured lines or bands in the emission spectrum of that medium
  • abstinence syndrome — the withdrawal symptoms that occur after abstinence from a drug, especially a narcotic, to which one is addicted.
  • abstracting service — a service that provides abstracts of publications on a subject or group of related subjects, usually on a subscription basis.
  • acceleration clause — a clause in a contract specifying that certain obligations will become due immediately in the event of a breach of contract, etc
  • access control list — (networking)   (ACL) A list of the services available on a server, each with a list of the hosts permitted to use the service.
  • accident prevention — avoidance of the occurrence of an accident
  • accident protection — a form of insurance which pays out in the event of an accident when driving
  • accommodation paper — a bill of exchange cosigned by one party as maker, acceptor, or endorser without requiring collateral or a fee, in order to lend his or her credit reputation to the second party
  • accompanying letter — a letter that comes with another document or enclosure
  • according to cocker — reliable or reliably; correct or correctly
  • accounts receivable — A company's accounts receivable are all the money that it is owed by other companies for goods or services that it has supplied, or a list of these companies and the amounts that they owe.
  • accredited investor — An accredited investor is an organization or a wealthy individual that is considered to be financially knowledgeable, and can buy securities that are not registered with the SEC.
  • acknowledgment slip — a piece of paper that you sign as proof of having received a letter, parcel, payment, etc
  • acoustic gramophone — a device for reproducing the sounds stored on a record: now usually applied to the nearly obsolete type that uses a clockwork motor and acoustic horn
  • acoustic resistance — acoustic impedance caused by the internal friction of the transmitting medium.
  • acoustic theodolite — an acoustic device that records a continuous vertical profile of ocean currents at a particular site.
  • active server pages — (web, programming)   (ASP) A scripting environment for Microsoft Internet Information Server in which you can combine HTML, scripts and reusable ActiveX server components to create dynamic web pages. IIS 4.0 includes scripting engines for Microsoft Visual Basic Scripting Edition (VBScript) and Microsoft JScript. ActiveX scripting engines for Perl and REXX are available through third-party developers.
  • adjustment disorder — a mental disorder that occurs as a maladaptive reaction to an episode of psychological, social, or physical stress, as divorce or a natural disaster.
  • adobe systems, inc. — (company)   A California font foundry and software house. Adobe created the PostScript page description language and wrote the Blue Book, Green Book, Red Book and White Book on it. They also developed PDF. Adobe took over Frame Technology Corporation in late 1995/early 1996. E-mail: <[email protected]>. Address: Silicon Valley, California, USA.
  • adrenocorticotropic — that can stimulate the cortex of the adrenal glands
  • adrenocorticotropin — ACTH.
  • advanced revelation — (database)   (AREV) A database development environment for personal computers available from Revelation Software since 1982. Originally based on the PICK operating system, there are over one million users worldwide in 1996.
  • advertising account — account (def 11c).
  • aerial top dressing — the process of spreading lime, fertilizer, etc over farmland from an aeroplane
  • aeronautic engineer — engineer involved in the design and construction of aeroplanes
  • affective psychosis — a severe mental disorder characterized by extreme moods of either depression or mania
  • after-sales service — A company's after-sales service is all the help and information that it provides to customers after they have bought a particular product.
  • agitated depression — severe depression accompanied by extreme anxiety and agitation
  • agricultural worker — a person who is employed in agriculture, usually a manual worker
  • aladdin enterprises — (company)   A small, privately owned, US software consulting and development company, founded in 1986, best known as the original developer of Ghostscript. Address: San Francisco Peninsula, California, USA. Not to be confused with Aladdin Systems, Inc..
  • alexander technique — a technique for developing awareness of one's posture and movement in order to improve it
  • algebraic data type — (programming)   (Or "sum of products type") In functional programming, new types can be defined, each of which has one or more constructors. Such a type is known as an algebraic data type. E.g. in Haskell we can define a new type, "Tree": data Tree = Empty | Leaf Int | Node Tree Tree with constructors "Empty", "Leaf" and "Node". The constructors can be used much like functions in that they can be (partially) applied to arguments of the appropriate type. For example, the Leaf constructor has the functional type Int -> Tree. A constructor application cannot be reduced (evaluated) like a function application though since it is already in normal form. Functions which operate on algebraic data types can be defined using pattern matching: depth :: Tree -> Int depth Empty = 0 depth (Leaf n) = 1 depth (Node l r) = 1 + max (depth l) (depth r) The most common algebraic data type is the list which has constructors Nil and Cons, written in Haskell using the special syntax "[]" for Nil and infix ":" for Cons. Special cases of algebraic types are product types (only one constructor) and enumeration types (many constructors with no arguments). Algebraic types are one kind of constructed type (i.e. a type formed by combining other types). An algebraic data type may also be an abstract data type (ADT) if it is exported from a module without its constructors. Objects of such a type can only be manipulated using functions defined in the same module as the type itself. In set theory the equivalent of an algebraic data type is a discriminated union - a set whose elements consist of a tag (equivalent to a constructor) and an object of a type corresponding to the tag (equivalent to the constructor arguments).
  • algebraic extension — a field containing a given field such that every element in the first field is algebraic over the given field.
  • algebraic operation — any of the mathematical operations of addition, subtraction, multiplication, division, raising to a power, or extraction of a root.
  • algebraic structure — (mathematics)   Any formal mathematical system consisting of a set of objects and operations on those objects. Examples are Boolean algebra, numerical algebra, set algebra and matrix algebra.

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