0%

24-letter words containing o, s, c, i, l

  • domestic relations court — in some states, a court with jurisdiction over matters involving relations within the family or household, as between husband and wife or parent and child
  • domestic science college — a school or an institution providing specialized tuition in domestic science
  • domestic-relations court — court of domestic relations.
  • ductal carcinoma in situ — a form of breast cancer originating in the breast itself rather than spreading from another site
  • ecole normale superieure — (body)   (ENS) A higher education and research institution in Paris, France.
  • edetate calcium disodium — a chelating agent, C 10 H 12 CaN 2 Na 2 O 8 , used in medicine to treat lead poisoning.
  • educational psychologist — a person trained in educational psychology
  • 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.
  • face as long as a fiddle — a dismal or gloomy facial expression
  • family income supplement — a benefit formerly paid to low-income families
  • federal power commission — FPC.
  • federal trade commission — FTC.
  • ferdinand lewis alcindor — (Ferdinand) Lew(is, Jr.) original name of Abdul-Jabbar.
  • 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
  • glasgow haskell compiler — (language)   (GHC) A Haskell 1.2 compiler written in Haskell by the AQUA project at Glasgow University, headed by Simon Peyton Jones <[email protected]> throughout the 1990's [started?]. GHC can generate either C or native code for SPARC, DEC Alpha and other platforms. It can take advantage of features of gcc such as global register variables and has an extensive set of optimisations. GHC features an extensible I/O system based on a "monad", in-line C code, fully fledged unboxed data types, incrementally-updatable arrays, mutable reference types, generational garbage collector, concurrent threads. Time and space profiling is also supported. It requires GNU gcc 2.1+ and Perl. GHC runs on Sun-4, DEC Alpha, Sun-3, NeXT, DECstation, HP-PA and SGI. E-mail: <[email protected]>.
  • glycogen storage disease — any of several inherited disorders of glycogen metabolism that result in excess accumulation of glycogen in various organs of the body.
  • immunofluorescence assay — a diagnostic blood test using the technique of immunofluorescence. Abbreviation: IFA.
  • 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.
  • in someone's black books — out of favour with someone
  • 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.
  • insignia solutions, inc. — (company)   /in-sig'nee-* s*-loosh'nz/ A company that made its name as a provider of software that allows users to run Microsoft Windows and MS-DOS application programs on Digital, HP, IBM, Motorola, NeXT, Silicon Graphics and Sun/SPARC workstations, X terminals, Java desktops, and Apple Computer's Power Mac and Motorola 68000-based computers. Insignia Solutions was founded in 1986. Their first product, SoftPC 1.0 for Sun workstations, was introduced in 1988. Also in 1988, Insignia shipped its first version of SoftPC for Apple Computer's Macintosh. As the demand to run Windows and MS-DOS applications on non-Intel computers grew, Insignia signed OEM agreements with several companies including Data General, Digital, Fujitsu, HP, Intergraph Corp., Motorola, Silicon Graphics, and Sun Microsystems. Insignia Solutions sold its SoftWindows and RealPC product lines to FWB Software [when?]. Its major product in 2000 is the Jeode platform, a Java virtual machine for Internet appliances and embedded devices.
  • 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.
  • 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.
  • laugh in a person's face — to show open contempt or defiance towards a person
  • 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.
  • logical block addressing — (storage)   (LBA) A hard disk sector addressing scheme used on all SCSI hard disks, and on ATA-2 conforming IDE hard disks. The addressing conversion is performed by the hard disk firmware. Prior to LBA, combined limitations of IBM PC BIOS and ATA restricted the useful capacity of IDE hard disks on IBM PCs and compatibles to 1024 cylinders * 63 sectors per track * 16 heads * 512 bytes per sector = 528 million bytes = 504 megabytes. Modern BIOSes select LBA mode automatically, and work around the 1024-cylinder BIOS limit by representing a hard disk to the OS as having e.g. half as many cylinders and twice as many heads. However, there is still an unbreakable BIOS disk size limit of 1024 cylinders * 63 sectors per track * 256 heads * 512 bytes per sector = 8 gigabytes, but modern OSes (including Windows 9x, Windows NT and Linux) are not affected by it, since they issue direct LBA-based calls, bypassing the BIOS hard disk services completely.
  • long-spined sea scorpion — Cottus bubalis or Taurulus bubalis
  • 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
  • lunar (excursion) module — the component of the Apollo spacecraft used to carry astronauts to the moon's surface and return them to the command and service modules in lunar orbit
  • 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.
  • mari autonomous republic — autonomous republic in the Russian Federation in Europe. 8994 sq. mi. (23,294 sq. km). Capital: Ioshkar-Ola.
  • mass psychogenic illness — a condition in which a large group of people report similar physical symptoms that are traceable to psychological factors rather than environmental or physiological factors.
  • 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.
  • michael viii palaeologus — 1234–1282, Byzantine ruler 1259–82, first of the Palaeologus emperors.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?