0%

22-letter words containing mi

  • a programming language — (language)   (APL) A programming language designed originally by Ken Iverson at Harvard University in 1957-1960 as a notation for the concise expression of mathematical algorithms. It went unnamed (or just called Iverson's Language) and unimplemented for many years. Finally a subset, APL\360, was implemented in 1964. APL is an interactive array-oriented language and programming environment with many innovative features. It was originally written using a non-standard character set. It is dynamically typed with dynamic scope. APL introduced several functional forms but is not purely functional. Dyalog APL/W and Visual APL are recognized .NET languages. Dyalog APL/W, APLX and APL2000 all offer object-oriented extensions to the language. ISO 8485 is the 1989 standard defining the language. Commercial versions: APL SV, VS APL, Sharp APL, Sharp APL/PC, APL*PLUS, APL*PLUS/PC, APL*PLUS/PC II, MCM APL, Honeyapple, DEC APL, APL+Win, APL+Linux, APL+Unix and VisualAPL, Dyalog APL, IBM APL2, APLX, Sharp APL Open source version: NARS2000. See also Kamin's interpreters.
  • aerodynamic trajectory — the path of an object, as a rocket, when the air is dense enough to modify the course of flight significantly.
  • astronomical telescope — any telescope designed and mounted for use in astronomy. Such telescopes usually form inverted images
  • automatic transmission — A car that is fitted with automatic transmission has a gear system in which the gears change automatically.
  • be in one's right mind — to be mentally well; be sane
  • benjamin franklin wadeBenjamin Franklin, 1800–78, U.S. lawyer and antislavery politician.
  • board of commissioners — the administrative body of a county in many U.S. states, especially in the South and the West, having from two to seven elected members.
  • cargo cult programming — (programming, humour)   A style of (incompetent) programming dominated by ritual inclusion of code or program structures that serve no real purpose. A cargo cult programmer will usually explain the extra code as a way of working around some bug encountered in the past, but usually neither the bug nor the reason the code apparently avoided the bug was ever fully understood (compare shotgun debugging, voodoo programming). The term "cargo cult" is a reference to aboriginal religions that grew up in the South Pacific after World War II. The practices of these cults centre on building elaborate mockups of aeroplanes and military style landing strips in the hope of bringing the return of the god-like aeroplanes that brought such marvelous cargo during the war. Hackish usage probably derives from Richard Feynman's characterisation of certain practices as "cargo cult science" in his book "Surely You're Joking, Mr. Feynman" (W. W. Norton & Co, New York 1985, ISBN 0-393-01921-7).
  • ceramic pin grid array — (hardware, processor)   (CPGA) A form of Pin Grid Array package used by Cyrix III processors. Compare PPGA and FC-PGA.
  • chemical sympathectomy — the chemical destruction of one or more parts of the sympathetic nervous system
  • chemical-sympathectomy — sympathectomy (def 2).
  • chief academic officer — an official in a university, college, or medical school who usually reports directly to the president, chancellor, rector, or vice chancellor
  • commissioner for oaths — a solicitor authorized to authenticate oaths on sworn statements
  • committee of the whole — (in the US) all the members of the House of Representatives, regarded as a committee
  • connecticut compromise — a compromise adopted at the Constitutional Convention, providing the states with equal representation in the Senate and proportional representation in the House of Representatives.
  • constructive dismissal — If an employee claims constructive dismissal, they begin a legal action against their employer in which they claim that they were forced to leave their job because of the behaviour of their employer.
  • countryside commission — (formerly, in Britain) a body which co-ordinated government activity in England and Wales in relation to the countryside
  • criminal investigation — an investigation by the police into a crime
  • dalton's atomic theory — the theory that matter consists of indivisible particles called atoms and that atoms of a given element are all identical and can neither be created nor destroyed. Compounds are formed by combination of atoms in simple ratios to give compound atoms (molecules). The theory was the basis of modern chemistry
  • database administrator — (job)   A person responsible for the design and management of one or more databases and for the evaluation, selection and implementation of database management systems. In smaller organisations, the data administrator and database administrator are often one in the same; however, when they are different, the database administrator's function is more technical. The database administrator would implement the database software that meets the requirements outlined by the organisation's data administrator and systems analysts. Tasks might include controling an organisation's data resources, using data dictionary software to ensure data integrity and security, recovering corrupted data and eliminating data redundancy and uses tuning tools to improve database performance.
  • denominational college — a college associated with a particular religious denomination
  • directional microphone — a microphone that has a greater sensitivity to sounds coming from a particular area in front of it: used to eliminate unwanted sounds.
  • director of admissions — a member of a university staff who is in overall charge of admissions to the university and its courses
  • disciplinary committee — a committee charged with examining alleged breaches of discipline within an organization, profession, etc and adjudicating on them
  • dominant seventh chord — a chord consisting of the dominant and the major third, perfect fifth, and minor seventh above it. Its most natural resolution is to a chord on the tonic
  • don't mind him/her etc — You use don't mind in expressions such as don't mind him or don't mind them to apologize for someone else's behaviour when you think it might have offended the person you are speaking to.
  • don't misunderstand me — You can say don't misunderstand me when you want to correct a wrong impression that you think someone may have got about what you are saying.
  • dyadic systems limited — Dyalog Limited
  • end transmission block — (character)   (ETB) The mnemonic for ASCII character 23.
  • european economic area — a free-trade area created in 1994 by an agreement between the European Free Trade Association (EFTA), excluding Switzerland, and the European Union (EU)
  • examining the entrails — The process of grovelling through a core dump or hex image in an attempt to discover the bug that brought a program or system down. The reference is to divination from the entrails of a sacrified animal. Compare runes, incantation, black art, desk check.
  • facsimile transmission — an international system of transmitting a written, printed, or pictorial document over the telephone system by scanning it photoelectrically and reproducing the image after transmission
  • family planning clinic — a clinic that provides family planning services
  • fermi-dirac statistics — the branch of quantum statistics used to calculate the permitted energy arrangements of the particles in a system in terms of the exclusion principle
  • field emission display — (hardware)   (FED) A type of flat panel display in which field emitting cathodes bombard a phosphor coating causing it to emit light. A field emission display is similar to a cathode ray tube but only a few millimeters thick. They use a large array of fine metal tips or carbon nanotubes (which are the most efficient electron emitters known), to emit electrons through a process known as field emission. Many of these are behind each phosphor dot so FEDs do not display dead pixels like LCDs even if 20% of the emitters fail. Sony is researching FED because it is the flat-panel technology that comes closest to matching the picture of a CRT.
  • fort benjamin harrison — a military reservation and U.S. Army training center in central Indiana, NE of Indianapolis.
  • friar minor conventual — a friar belonging to a branch of the Franciscan order that separated from the Observants in the 15th century, and that observes a modification of the rule of St. Francis. Also called Conventual. Compare Friar Minor, capuchin (def 4).
  • functional programming — (programming)   (FP) A program in a functional language consists of a set of (possibly recursive) function definitions and an expression whose value is output as the program's result. Functional languages are one kind of declarative language. They are mostly based on the typed lambda-calculus with constants. There are no side-effects to expression evaluation so an expression, e.g. a function applied to certain arguments, will always evaluate to the same value (if its evaluation terminates). Furthermore, an expression can always be replaced by its value without changing the overall result (referential transparency). The order of evaluation of subexpressions is determined by the language's evaluation strategy. In a strict (call-by-value) language this will specify that arguments are evaluated before applying a function whereas in a non-strict (call-by-name) language arguments are passed unevaluated. Programs written in a functional language are generally compact and elegant, but have tended, until recently, to run slowly and require a lot of memory. Examples of purely functional languages are Clean, FP, Haskell, Hope, Joy, LML, Miranda, and SML. Many other languages such as Lisp have a subset which is purely functional but also contain non-functional constructs. See also lazy evaluation, reduction.
  • gallamine triethiodide — a neuromuscular blocking drug, C 30 H 60 I 3 N 3 O 3 , similar to curare, used as a skeletal muscle relaxant in conjunction with surgical anesthesia.
  • garmisch-partenkirchen — a city in S Germany, in the Bavarian Alps.
  • geographic determinism — a doctrine that regards geographical conditions as the determining or molding agency of group life.
  • gross written premiums — Gross written premiums are the total revenue from a contract expected to be received by an insurer before deductions for reinsurance or ceding commissions.
  • guided missile cruiser — a naval cruiser equipped with long-range guided missiles and missile launchers.
  • hamishah asar bishevat — Tu Bishevat.
  • hammersmith and fulham — a borough of Greater London on the River Thames: established in 1965 by the amalgamation of Fulham and Hammersmith. Pop: 174 200 (2003 est). Area: 16 sq km (6 sq miles)
  • hemorrhagic septicemia — an acute infectious disease of animals, caused by the bacterium Pasteurella multocida, and characterized by fever, catarrhal symptoms, pneumonia, and general blood infection.
  • hexamethylenetetramine — a white, crystalline, water-soluble powder, C 6 H 12 N 4 , used as a vulcanization accelerator, an absorbent in gas masks, in the manufacture of the explosive RDX and synthetic resins, and in medicine as a diuretic and urinary antiseptic.
  • hospital administrator — a person who works in the management team of a hospital
  • hydrocinnamic aldehyde — a colorless liquid, C 9 H 10 O, having a floral odor, used in perfumery and flavoring.
  • immigration department — the government department responsible for laws regarding immigrants and immigration

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