0%

24-letter words containing t, i, p, e

  • computer design language — (language)   An ALGOL-like language for computer design.
  • computer-assisted makeup — pagination (def 4a).
  • condensed matter physics — the branch of physics that deals with the macroscopic physical properties of matter, especially solids; the study of the electromagnetic, structural, and thermodynamic properties of solids.
  • condensed-matter physics — the branch of physics that deals with the macroscopic physical properties of matter, especially solids; the study of the electromagnetic, structural, and thermodynamic properties of solids.
  • constantinopolitan creed — a formal statement of the chief tenets of Christian belief, adopted by the first Nicene Council.
  • consultant paediatrician — a paediatrician who has attained the rank of consultant
  • cooperative credit union — a cooperative group that makes loans to its members at low rates of interest.
  • cooperative multitasking — (parallel, operating system)   A form of multitasking where it is the responsibility of the currently running task to give up the processor to allow other tasks to run. This contrasts with pre-emptive multitasking where the task scheduler periodically suspends the running task and restarts another. Cooperative multitasking requires the programmer to place calls at suitable points in his code to allow his task to be descheduled which is not always easy if there is no obvious top-level main loop or some routines run for a long time. If a task does not allow itself to be descheduled all other tasks on the system will appear to "freeze" and will not respond to user action. The advantage of cooperative multitasking is that the programmer knows where the program will be descheduled and can make sure that this will not cause unwanted interaction with other processes. Under pre-emptive multitasking, the scheduler must ensure that sufficient state for each process is saved and restored that they will not interfere. Thus cooperative multitasking can have lower overheads than pre-emptive multitasking because of the greater control it offers over when a task may be descheduled. Cooperative multitasking is used in RISC OS, Microsoft Windows and Macintosh System 7.
  • crime prevention officer — a member of the police who advises the public on how best to avoid crimes, esp being burgled
  • cross/step over the line — If you say that someone has crossed the line or has stepped over the line, you mean that they have behaved in a way that is considered unacceptable.
  • data encryption standard — (DES) The NBS's popular, standard encryption algorithm. It is a product cipher that operates on 64-bit blocks of data, using a 56-bit key. It is defined in FIPS 46-1 (1988) (which supersedes FIPS 46 (1977)). DES is identical to the ANSI standard Data Encryption Algorithm (DEA) defined in ANSI X3.92-1981. DES has been implemented in VLSI. SunOS provides a des command which can make use of DES hardware if fitted. Neither the software nor the hardware are supposed to be distributed outside the USA.
  • dead white european male — a man whose importance and talents may have been exaggerated because he belonged to a historically dominant gender and ethnic group
  • decentralized processing — the use of word processing or data processing units in stand-alone or localized situations
  • decision support systems — (application, tool)   (DSS) Software tools to help with decision support.
  • descriptive bibliography — the aspect of bibliography concerned with the close physical study and description of books and other works.
  • detective superintendent — a police officer who investigates crime and who ranks above a detective chief inspector but below a detective chief superintendent
  • detoxification programme — a programme of treatment for alcoholism or drug addiction
  • developmental disability — a disability, as mental retardation or cerebral palsy, that begins at an early age and continues indefinitely, leading to substantial handicap.
  • dibasic sodium phosphate — sodium phosphate (def 2).
  • dibasic-sodium-phosphate — Also called monobasic sodium phosphate. a white, crystalline, slightly hygroscopic, water-soluble powder, NaH 2 PO 4 , used chiefly in dyeing and in electroplating.
  • dicyclopentadienyl metal — ferrocene (def 2).
  • digital compact cassette — a magnetic tape cassette on which sound can be recorded in a digital format
  • dionysius the areopagite — 1st century a.d, Athenian scholar: converted to Christianity by Saint Paul c50.
  • display screen equipment — Visual Display Unit
  • disturbance of the peace — a malicious and willful intrusion on the peace and quiet of a community or neighbourhood
  • document type definition — (text, standard)   (DTD) The definition of a document type in SGML or XML, consisting of a set of mark-up tags and their interpretation.
  • dutch west india company — a Dutch merchant company chartered in 1621 to carry on trade with Africa, the West Indies, North and South America, and Australia.
  • dynamic adaptive routing — Automatic rerouting of traffic based on analysis of current network conditions. This does not include routing decisions based on predefined information.
  • educational psychologist — a person trained in educational psychology
  • effective sound pressure — the square root of the mean of the squares of the sound pressures of a sound wave, measured at a given point over a certain time interval.
  • electrocardiographically — By means of electrocardiography.
  • 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
  • equivalence partitioning — equivalence class partitioning
  • ethyl-para-aminobenzoate — benzocaine
  • european investment bank — a financial institution of the European Union which is based in Luxembourg and which provides loans, especially to the less economically developed countries of the EU
  • evolutionary computation — Computer-based problem solving systems that use computational models of evolutionary processes as the key elements in design and implementation. A number of evolutionary computational models have been proposed, including evolutionary algorithms, genetic algorithms, the evolution strategy, evolutionary programming, and artificial life.
  • evolutionary programming — (EP) A stochastic optimisation strategy originally conceived by Lawrence J. Fogel in 1960. An initially random population of individuals (trial solutions) is created. Mutations are then applied to each individual to create new individuals. Mutations vary in the severity of their effect on the behaviour of the individual. The new individuals are then compared in a "tournament" to select which should survive to form the new population. EP is similar to a genetic algorithm, but models only the behavioural linkage between parents and their offspring, rather than seeking to emulate specific genetic operators from nature such as the encoding of behaviour in a genome and recombination by genetic crossover. EP is also similar to an evolution strategy (ES) although the two approaches developed independently. In EP, selection is by comparison with a randomly chosen set of other individuals whereas ES typically uses deterministic selection in which the worst individuals are purged from the population.
  • 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.
  • exponential distribution — a continuous single-parameter distribution used esp when making statements about the length of life of certain materials or waiting times between randomly occurring events. Its density function is p(x) = λe–λx for positive λ and nonnegative x, and it is a special case of the gamma distribution
  • extra-sensory perception — Extra-sensory perception means knowing without using your ordinary senses such as sight and hearing. Some people believe this is possible. The abbreviation ESP is also used.
  • family income supplement — a benefit formerly paid to low-income families
  • fcc propylene production — FCC propylene production is the production of propylene from a catalytic cracker.
  • fight-or-flight response — the response of the sympathetic nervous system to a stressful event, preparing the body to fight or flee, associated with the adrenal secretion of epinephrine and characterized by increased heart rate, increased blood flow to the brain and muscles, raised sugar levels, sweaty palms and soles, dilated pupils, and erect hairs.
  • finger-pointing syndrome — (programming)   All-too-frequent result of bugs, especially in new or experimental configurations. The hardware vendor points a finger at the software. The software vendor points a finger at the hardware. All the poor users get is the finger.
  • fish protein concentrate — an odorless and tasteless high-protein food additive made from ground fish and suitable for human consumption. Abbreviation: FPC.
  • floating decimal (point) — a decimal (point) whose position is not fixed
  • floating point underflow — underflow
  • 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.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?