0%

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

  • cryptococcal meningitis — a form of meningitis resulting from opportunistic infection by a cryptococcus fungus, occurring in persons who are immunodeficient.
  • cut sb's umbilical cord — If you say that one person, organization, or country has cut its umbilical cord with another, you mean that they have done something that makes them more independent.
  • cyclohexylsulfamic acid — cyclamic acid.
  • cylindrical coordinates — three coordinates defining the location of a point in three-dimensional space in terms of its polar coordinates (r, θ) in one plane, usually the (x, y) plane, and its perpendicular distance, z, measured from this plane
  • delayed stress reaction — a post-traumatic stress disorder occurring more than six months after the experience of a traumatic event.
  • diamondback rattlesnake — either of two large, highly venomous rattlesnakes of the genus Crotalus, having diamond-shaped markings on the back.
  • dichlorodiethyl sulfide — mustard gas.
  • differential psychology — the branch of psychology dealing with the study of characteristic differences or variations of groups or individuals, especially through the use of analytic techniques and statistical methods.
  • digital subscriber loop — Digital Subscriber Line
  • discrimination learning — a learning process in which an organism learns to react differently to different stimuli
  • dishonourable discharge — dismissal from the US armed forces by a court martial as a result of serious misconduct
  • disjunctive normal form — (DNF) A logical formula consisting of a disjunction of conjunctions where no conjunction contains a disjunction. E.g. the DNF of (A or B) and C is (A and C) or (B and C).
  • dissociate oneself from — to deny or repudiate any connection with
  • dollar (cost) averaging — see average (sense 11)
  • electron spin resonance — a technique for investigating paramagnetic substances by subjecting them to high-frequency radiation in a strong magnetic field. Changes in the spin of unpaired electrons cause radiation to be absorbed at certain frequencies
  • electronic mail address — (messaging)   (Usually "e-mail address") The string used to specify the source or destination of an electronic mail message. E.g. "[email protected]". The RFC 822 standard is probably the most widely used on the Internet. X.400 was once used in Europe and Canada. UUCP-style (bang path) addresses or other kinds of source route became virtually extinct in the 1990s. In the example above, "john" is the local part which is the name of a mailbox on the destination computer. If the sender and recipient use the same computer, or the same LAN, for electronic mail then the local part is usually all that is required. If they use different computers, e.g. they work at different companies or use different Internet service providers, then the "host part", e.g. "sales.acme.com" must be appended after an "@". This usually takes the form of a fully qualified domain name or, within a large organisation, it may be just the hostname part, e.g. "sales". The destination computer named by the host part is usually a server of some kind rather than an individual's workstation or PC. The user's mail is stored on the server and read later via client mail software running on the user's computer. Large organisations, such as universities will often set up a global alias directory which maps a simple user name such as "jsmith" to an address which contains more information such as "[email protected]". This hides the detailed knowledge of where the message will be delivered from the sender, making it much easier to redirect mail if a user leaves or moves to a different department for example.
  • electronic surveillance — use of electronic devices to spy, observe
  • electrostatic discharge — (hardware, testing)   (ESD) One kind of test that hardware usually has to pass to prove it is suitable for sale and use. The hardware must still work after is has been subjected to some level of electrostatic discharge. Some organisations have their own ESD requirements which hardware must meet before it will be considered for purchase. Different countries have different legal regulations about levels of ESD. See also Radio Frequency Interference, Electromagnetic Compatibility.
  • electrostatic generator — any device for producing a high voltage by building up a charge of static electricity
  • encapsulated postscript — (EPS) An extension of the PostScript graphics file format developed by Adobe Systems. EPS is used for PostScript graphics files that are to be incorporated into other documents. An EPS file includes pragmas (special PostScript comments) giving information such as the bounding box, page number and fonts used. On some computers, EPS files include a low resolution version of the PostScript image. On the Macintosh this is in PICT format, while on the IBM PC it is in TIFF or Microsoft Windows metafile format.
  • entrance qualifications — academic requirements
  • exclusive economic zone — the coastal water and sea bed around a country's shores, to which it claims exclusive rights for fishing, oil exploration, etc
  • experimental psychology — the scientific study of the individual behaviour of man and other animals, esp of perception, learning, memory, motor skills, and thinking
  • extracorporeal dialysis — the filtering of circulating blood through a semipermeable membrane in an apparatus
  • fendalton shopping cart — a four-wheel drive recreational vehicle
  • field effect transistor — a transistor in which the output current is varied by varying the value of an electric field within a region of the device. Abbreviation: FET.
  • field-effect transistor — a transistor in which the output current is varied by varying the value of an electric field within a region of the device. Abbreviation: FET.
  • firing on all cylinders — working or performing at full capability
  • first earl of leicesterRobert, 1st Earl of Leicester, 1532?–88, British statesman and favorite of Queen Elizabeth.
  • floating-point specrate — SPECrate_fp92
  • forest tent caterpillar — any of the larvae of several moths of the genus Malacosoma, which feed on the leaves of orchard and shade trees and live colonially in a tentlike silken web.
  • fractional distillation — the separation of volatile components of different boiling points in a mixture by the gradual increase of temperature and the separate collection of each component.
  • friedel-crafts reaction — a reaction for the synthesis of hydrocarbons and ketones by the alkylation or acylation of an aromatic compound in the presence of a catalyst, typically anhydrous aluminum chloride.
  • fully associative cache — (memory management)   A type of cache in which data from any address can be stored in any cache location. The whole address must be used as the tag (the value that identifies a block of data in the cache). All tags must be compared simultaneously (associatively) with the requested address and if one matches then its associated data is accessed. This requires an associative memory to hold the tags which makes this form of cache more expensive. It does however solve the problem of contention for cache locations (cache conflict) since a block need only be flushed when the whole cache is full and then the block to flush can be selected in a more efficient way. The alternatives are direct mapped cache or set associative cache.
  • function point analysis — (programming)   (FPA) A standard metric for the relative size and complexity of a software system, originally developed by Alan Albrecht of IBM in the late 1970s. Functon points (FPs) can be used to estimate the relative size and complexity of software in the early stages of development - analysis and design. The size is determined by identifying the components of the system as seen by the end-user: the inputs, outputs, inquiries, interfaces to other systems, and logical internal files. The components are classified as simple, average, or complex. All of these values are then scored and the total is expressed in Unadjusted FPs (UFPs). Complexity factors described by 14 general systems characteristics, such as reusability, performance, and complexity of processing can be used to weight the UFP. Factors are also weighted on a scale of 0 - not present, 1 - minor influence, to 5 - strong influence. The result of these computations is a number that correlates to system size. Although the FP metric doesn't correspond to any actual physical attribute of a software system (such as lines of code or the number of subroutines) it is useful as a relative measure for comparing projects, measuring productivity, and estimating the amount a development effort and time needed for a project. See also International Function Point Users Group.
  • functional requirements — (specification)   What a system should be able to do, the functions it should perform. This term is used at both the user requirements analysis and software requirements specifications phases in the software life-cycle. An example of a non-functional requirement is an initialisation sequence incorporated into the software that is specific to a given customer.
  • grant-maintained school — a school funded directly by central government
  • have tickets on oneself — to be conceited
  • heterogeneous catalysis — Heterogeneous catalysis is catalysis in which the catalyst does not take part in the reaction that it increases.
  • hexagonal cross-section — If a kelly has a hexagonal cross-section, it has a surface area with six equal sides, when looked at as if has been sliced through.
  • hold sb/sth in contempt — If you hold someone or something in contempt, you feel contempt for them.
  • in a class of one's own — If someone is in a class of their own, they have more of a particular skill or quality than anyone else. If something is in a class of its own, it is better than any other similar thing.
  • in sack cloth and ashes — sacking.
  • incontestability clause — a clause in a life-insurance or health-insurance policy stating that the insurer cannot contest the policy after a stated period of time.
  • industrial psychologist — a person who studies human behaviour and cognitive processes in relation to the working environment
  • internal reconstruction — the hypothetical reconstruction of an earlier stage of a language or of some part of it, as its phonology, by deductions from irregularities in its present structure, as the reconstruction of a stage in English when certain instances of r were related to s in a systematic way by comparing the pair was:were to other pairs, as lose:forlorn.
  • lackland air force base — U.S. Air Force installation in SW central Texas, SW of San Antonio.
  • large-scale integration — LSI.
  • laughlin air force base — U.S. Air Force installation in SW Texas, SE of Del Rio.
  • lawrence livermore labs — Lawrence Livermore National Laboratory
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?