0%

24-letter words containing s, e, l, c, t, i

  • electromagnetic spectrum — the complete range of electromagnetic radiation from the longest radio waves (wavelength 105 metres) to the shortest gamma radiation (wavelength 10–13 metre)
  • electronic point of sale — a computerized system for recording sales in retail shops, using a laser scanner at the cash till to read bar codes on the packages of the items sold
  • emotional roller coaster — a situation or experience that alternates between making you feel excited, exhilarated, or happy and making you feel sad, disappointed, or desperate
  • endotracheal anaesthesia — a method of administering gaseous anaesthetics to animals through a tube inserted into the trachea
  • explicit type conversion — (programming)   (Or "cast" in C and elsewhere). A programming construct (syntax) to specify that an expression's value should be converted to a different type. For example, in C, to convert an integer (usually 32 bits) to a char (usually 8 bits) we might write: int i = 42; char *p = &buf; *p = (char) i; The expression "(char)" (called a "cast") converts i's value to char type. Casts (including this one) are often not strictly necessary, due to automatic coercions performed by the compiler, but can be used to make the conversion obvious and to avoid warning messages.
  • failure-directed testing — (programming)   (Or "heuristics testing") Software testing based on the knowledge of the types of errors made in the past that are likely for the system under test.
  • family income supplement — a benefit formerly paid to low-income families
  • federal reserve district — the district served by a certain Federal Reserve Bank.
  • federal trade commission — FTC.
  • fight like kilkenny cats — to fight until both parties are destroyed
  • floating-point specratio — SPECfp92
  • functional specification — (programming, project)   A description of what a system (e.g. a piece of software) does or should do (but not how it should do it). The functional specification is one of the inputs to the design process. See IEEE/ANSI Std. 610.12-1990.
  • geographical determinism — the theory that human activity is determined by geographical conditions
  • glycogen storage disease — any of several inherited disorders of glycogen metabolism that result in excess accumulation of glycogen in various organs of the body.
  • graphical user interface — a software interface designed to standardize and simplify the use of computer programs, as by using a mouse to manipulate text and images on a display screen featuring icons, windows, and menus.
  • grin like a cheshire cat — a constantly grinning cat in Lewis Carroll's Alice's Adventures in Wonderland.
  • hierarchical file system — (file system)   A file system in which the files are organised into a hierarchy. The nodes of the hierarchy are called directories while the leaves are the files themselves. See also root directory. Compare flat file system.
  • implicit type conversion — (programming)   (Or "coercion") The abilty of some compilers to automatically insert type conversion functions where an expression of one type is used in a context where another type is expected. A common example is coercion of integers to reals so that an expression like sin(1) is compiled as sin(integerToReal(1)) where sin is of type Real -> Real. A coercion is usually performed automatically by the compiler whereas a cast is an explicit type conversion inserted by the programmer. See also subtype.
  • 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
  • infectious mononucleosis — an acute, infectious form of mononucleosis associated with Epstein-Barr virus, characterized by sudden fever and a benign swelling of lymph nodes.
  • 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.
  • internal revenue service — the division of the U.S. Department of the Treasury that collects internal revenue, including income taxes and excise taxes, and that enforces revenue laws.
  • international morse code — a form of Morse code used in international radiotelegraphy.
  • 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.
  • le chatelier's principle — the principle that if a system in chemical equilibrium is subjected to a disturbance it tends to change in a way that opposes this disturbance
  • least common denominator — the smallest number that is a common denominator of a given set of fractions.
  • leave much to be desired — be inadequate
  • licensed practical nurse — a person who has graduated from an accredited school of nursing and has become licensed to provide basic nursing care under the supervision of a physician or registered nurse. Abbreviation: LPN.
  • 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.
  • machine independent sail — (MAINSAIL) From XIDAK, Palo Alto CA, +1 (415) 855 9271.
  • 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.
  • micron electronics, inc. — (company)   An electronics company that develops, markets, manufactures, and supports high-performance notebook computers, desktop personal computers, PC servers and related hardware and software products.
  • monopolistic competition — the form of imperfect competition that exists when there are many producers or sellers of similar but differentiated goods or services
  • 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.
  • 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.
  • object-oriented analysis — (programming)   (OOA) The first phase of object-oriented design.
  • optical signal processor — optical computing
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?