0%

24-letter words containing a, c, o, s, t, e

  • incomplete metamorphosis — insect development, as in the grasshopper and cricket, in which the change is gradual and characterized by the absence of a pupal stage. Compare complete metamorphosis.
  • industrial correspondent — a journalist who specializes in reporting the industrial news
  • instructional technology — (education)   Design, development, use, management and evaluation of process and resources for learning. Instructional technology aims to promote the application of validated, practical procedures in the design and delivery of instruction. It is often defined either in terms of media and other technology used (e.g. audiovisual media and equipment and computers), or in terms of a systematic process which encompasses instructional design, development, delivery and evaluation.
  • international morse code — a form of Morse code used in international radiotelegraphy.
  • internet access provider — (networking, company)   (IAP) A company or other origanisation which provides access to the Internet to businesses and/or consumers. An IAP purchases an Internet link from another company that has a direct link to the Internet and resells portions of that bandwidth to the general public. For example, an IAP may purchase a T1 link (1.544Mb/s) and resell that bandwidth in chunks consisting of ISDN (64Kb/s, 128Kb/s) and analog modems (14.4Kb/s, 28.8Kb/s). The IAP's customer base is likely to include both businesses and individuals. Individual customers usually connect to the IAP via a modem and telephone line to a (preferably local) point of presence. An IAP may also be an Internet Service Provider.
  • iterated function system — (graphics)   (IFS) A class of fractals that yield natural-looking forms like ferns or snowflakes. Iterated Function Systems use a very easy transformation that is done recursively.
  • knock one's head against — to have a violent or unpleasant encounter with (adverse facts or circumstances)
  • komi autonomous republic — an autonomous republic in the NW Russian Federation in Europe. 145,221 sq. mi. (376,122 sq. km). Capital: Syktyvkar.
  • lab for computer science — MIT. http://lcs.mit.edu/.
  • laryngotracheobronchitis — A respiratory disease, a form of croup.
  • least common denominator — the smallest number that is a common denominator of a given set of fractions.
  • leave much to be desired — be inadequate
  • line of least resistance — the easiest, but not necessarily the best or most honourable, course of action
  • liquid components of gas — Liquid components of gas are associated hydrocarbons in natural gas, which include ethane, propane, and butane.
  • long-term care insurance — Long-term care insurance is insurance for people who may require long-term health or nursing care, and pays for things such as nursing homes and adult day care.
  • look someone in the face — to look directly at a person without fear or shame
  • m technology association — (body)   The MUMPS User's Group that disbanded some time between 1995 and 2003. Address: 1738 Elton Road, Suite 205, Silver Spring, MD 20903-1725, USA. Telephone: +1 301 431-4070. Fax: +1 301 431-0017.
  • macintosh user interface — (operating system)   The graphical user interface used by Apple Computer's Macintosh family of personal computers, based on graphical representations of familiar office objects (sheets of paper, files, wastepaper bin, etc.) positioned on a two-dimensional "desktop" workspace. Programs and data files are represented on screen by small pictures (icons). An object is selected by moving a mouse over the real desktop which correspondingly moves the pointer on screen. When the pointer is over an icon on screen, the icon is selected by pressing the button on the mouse. A hierarchical file system is provided that lets a user "drag" a document (a file) icon into and out of a folder (directory) icon. Folders can also contain other folders and so on. To delete a document, its icon is dragged into a trash can icon. For people that are not computer enthusiasts, managing files on the Macintosh is easier than using the MS-DOS or Unix command-line interpreter. The Macintosh always displays a row of menu titles at the top of the screen. When a mouse button is pressed over a title, a pull-down menu appears below it. With the mouse button held down, the option within the menu is selected by pointing to it and then releasing the button. Unlike the IBM PC, which, prior to Microsoft Windows had no standard graphical user interface, Macintosh developers almost always conform to the Macintosh interface. As a result, users are comfortable with the interface of a new program from the start even if it takes a while to learn all the rest of it. They know there will be a row of menu options at the top of the screen, and basic tasks are always performed in the same way. Apple also keeps technical jargon down to a minimum. Although the Macintosh user interface provides consistency; it does not make up for an application program that is not designed well. Not only must the application's menus be clear and understandable, but the locations on screen that a user points to must be considered. Since the mouse is the major selecting method on a Macintosh, mouse movement should be kept to a minimum. In addition, for experienced typists, the mouse is a cumbersome substitute for well-designed keyboard commands, especially for intensive text editing.
  • make one's presence felt — If you make your presence felt, you do something which makes people notice you or pay attention to you.
  • mari autonomous republic — autonomous republic in the Russian Federation in Europe. 8994 sq. mi. (23,294 sq. km). Capital: Ioshkar-Ola.
  • medium-scale integration — MSI.
  • meteorological satellite — an artificial satellite that gathers data concerning the earth's atmosphere and surface in order to aid meteorologists in understanding weather patterns and producing weather forecasts.
  • motorway service station — an establishment off a motorway where drivers can refuel their vehicles, buy food, drink, etc
  • multistation access unit — Media Access Unit
  • mutual insurance company — an insurance company owned by the policyholders and not by shareholders
  • narcissistic personality — a personality disorder characterized by extreme self-centeredness and self-absorption, fantasies involving unrealistic goals, an excessive need for attention and admiration, and disturbed interpersonal relationships.
  • national weather service — an agency of the National Oceanic and Atmospheric Administration that is responsible for meteorological observations, weather forecasts, storm and flood warnings, etc.
  • network attached storage — (networking, storage)   (NAS) Fixed disks, RAID arrays, and magnetic tape drives connected directly to a Storage Area Network (SAN) or other direct network connection. This is in contrast to a file server where the peripherals are connected to the network via a computer (the server).
  • neutrosophic probability — (logic)   An extended form of probability based on Neutrosophy, in which a statement is held to be t true, i indeterminate, and f false, where t, i, f are real values from the ranges T, I, F, with no restriction on T, I, F or the sum n=t+i+f.
  • nongonococcal urethritis — a widespread sexually transmitted infection of the urethra, caused by the parasite Chlamydia trachomatis, or the mycoplasm Ureaplasma urealyticum, characterized in males by painful urination and discharge from the penis and in females by frequent, painful urination and cervical erosion. Abbreviation: NGU.
  • nonparametric statistics — the branch of statistics that studies data measurable on an ordinal or nominal scale, to which arithmetic operations cannot be applied
  • not sb's place to do sth — If you say that it is not your place to do something, you mean that it is not right or appropriate for you to do it, or that it is not your responsibility to do it.
  • object management system — In an IPSE, the system which maintains information about the system under development.
  • object-oriented analysis — (programming)   (OOA) The first phase of object-oriented design.
  • object-oriented database — (database)   (OODB) A system offering DBMS facilities in an object-oriented programming environment. Data is stored as objects and can be interpreted only using the methods specified by its class. The relationship between similar objects is preserved (inheritance) as are references between objects. Queries can be faster because joins are often not needed (as in a relational database). This is because an object can be retrieved directly without a search, by following its object id. The same programming language can be used for both data definition and data manipulation. The full power of the database programming language's type system can be used to model data structures and the relationship between the different data items. OODBs typically provide better support for versioning. An object can be viewed as the set of all its versions. Also, object versions can be treated as full fledged objects. OODBs also provide systematic support for triggers and constraints which are the basis of active databases. Most, if not all, object-oriented application programs that have database needs will benefit from using an OODB.
  • officers' training corps — part of the British Army which provides military leadership training to students at UK universities
  • open system architecture — (operating system)   (OSA) A competitor to IBM's SNA.
  • optical signal processor — optical computing
  • passive balance of trade — a negative balance of trade
  • photomechanical transfer — a method of producing photographic prints or offset printing plates from paper negatives by a chemical transfer process rather than by exposure to light
  • physiological atmosphere — ecosphere.
  • pluck sth out of the air — If you say that someone plucks a figure, name, or date out of the air, you mean that they say it without thinking much about it before they speak.
  • polymer matrix composite — A polymer matrix composite is a material consisting of a composite made stronger by adding fibers or particles to it.
  • portable scheme debugger — (PSD) A package for source code debugging of R4RS-compliant Scheme under GNU Emacs by Kellom ?ki Pertti <[email protected]>. Version 1.1. Distributed under GNU GPL. It works with scm, Elk and Scheme->C.
  • potassium cobaltinitrite — a yellow, crystalline, slightly water-soluble powder, K 3 Co(NO 2) 6 , used as a pigment in oil and watercolor paints, and for coloring surfaces of glass, porcelain, etc.
  • present company excepted — If you are making a general, unfavourable comment about a particular type of person, and you are with people of that type, you can say 'present company excepted' as a way of making your comment sound more polite.
  • professional association — a body of persons engaged in the same profession, formed usually to control entry into the profession, maintain standards, and represent the profession in discussions with other bodies
  • professional corporation — a corporation formed by one or more licensed practitioners, especially medical or legal, to operate their practices on a corporate plan. Abbreviation: PC, P.C.
  • progressive conservative — a member of the Progressive Conservative party of Canada.
  • psychopathic personality — an antisocial personality characterized by the failure to develop any sense of moral responsibility and the capability of performing violent or antisocial acts
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?