0%

22-letter words containing a, e, r, o, s, t

  • carpal tunnel syndrome — a condition characterized by pain and tingling in the fingers, caused by pressure on a nerve as it passes under the ligament situated across the front of the wrist
  • cease-and-desist order — an order by a government agency to a person or corporation to terminate a business practice found by the agency to be illegal or unfair.
  • centimeter-gram-second — designating or of a system of measurement in which the centimeter, gram, and second are the units of length, mass, and time, respectively
  • central nervous system — Your central nervous system is the part of your nervous system that consists of the brain and spinal cord.
  • certificate of deposit — a negotiable certificate issued by a bank in return for a deposit of money for a term of up to five years
  • charity begins at home — If you say charity begins at home, you mean that people should deal with the needs of people close to them before they think about helping others.
  • chromosomal aberration — any irregularity or abnormality of chromosome distribution, number, structure, or arrangement.
  • cockles of one's heart — one's deepest feelings (esp in the phrase warm the cockles of one's heart)
  • color graphics adapter — (hardware, graphics)   (CGA) One of IBM's earliest hardware video display standards for use in IBM PCs. CGA can display 80*25 or 40*25 text in 16 colors, 640*200 pixels of graphics in two colors or 320*200 in four colors (IBM PC video modes 0-6). It is now obsolete.
  • comma separated values — (file format)   (CSV) A file format used as a portable representation of a database. Each line is one entry or record and the fields in a record are separated by commas. Commas may be followed by arbitrary space and/or tab characters which are ignored. If field includes a comma, the whole field must be surrounded with double quotes.
  • commissioner for oaths — a solicitor authorized to authenticate oaths on sworn statements
  • common snapping turtle — a large aggressive North American river turtle, Chelydra serpentina, having powerful hooked jaws and a rough shell
  • communication disorder — any of a number of disorders, as autism or deafness, that partially or totally prevent verbal or written expression or comprehension.
  • communications network — a network that provides information
  • compactness preserving — (theory)   In domain theory, a function f is compactness preserving if f c is compact whenever c is.
  • company sergeant major — the senior Warrant Officer II in a British or Commonwealth regiment or battalion, responsible under the company second in command for all aspects of duty and discipline of the NCOs and men in that subunit
  • comparative musicology — ethnomusicology.
  • comparative psychology — the study of the similarities and differences in the behaviour of different species
  • compass deviation card — a card, sheet, or the like, with two compass roses printed on it concentrically, for recording, on a given voyage, the amount of deviation for which the navigator must compensate in using the ship's compass to steer a magnetic course.
  • complete metamorphosis — physical changes in the development of certain insects that include egg, larva, pupa, and adult stages, as in beetles, moths, or bees
  • compuserve corporation — (company)   The parent organisation of CompuServe Information Service, CompuServe Network Services and CompuServe Remote Computing Services. CompuServe was owned by H.R. Block but is now (1999) owned by America On-Line.
  • concurrent massey hope — (language, functional programming)   An extension of Massey Hope, by Peter Burgess, Robert Pointon, and Nigel Perry <[email protected]> of Massey University, NZ, that provides multithreading and typed inter-thread communication. It uses C for intermediate code rather than assembly language.
  • congressional district — (in the US) an electoral division of a state, entitled to send one member to the US House of Representatives
  • conservation of charge — the principle that the total charge of any isolated system is constant and independent of changes that take place within the system
  • conservation of energy — the principle that the total energy of any isolated system is constant and independent of any changes occurring within the system
  • conservation of matter — the principle that matter is neither created nor destroyed during any physical or chemical change
  • conservation of parity — the principle that the parity of the total wave function describing a system of elementary particles is conserved. In fact it is not conserved in weak interactions
  • conservative extension — a formal theory that includes among its theorems all the theorems of a given theory
  • constructive dismissal — If an employee claims constructive dismissal, they begin a legal action against their employer in which they claim that they were forced to leave their job because of the behaviour of their employer.
  • consummatory behaviour — any behaviour that leads directly to the satisfaction of an innate drive, e.g. eating or drinking
  • contextual advertising — a form of targeted advertising used on websites or other media, such as content displayed in mobile browsers
  • continuous welded rail — a long, continuous rail formed by welding many short rails.
  • contradiction in terms — a term, phrase, or phenomenon containing self-contradictory parts
  • conversational quality — (in public speaking) a manner of utterance that resembles the spontaneity and informality of relaxed personal conversation.
  • convertible loan stock — a stock or bond that can be converted into a stated number of shares at a particular date
  • coronary heart disease — any heart disorder caused by disease of the coronary arteries
  • corporate headquarters — the main offices of a corporation, from where it runs its business
  • corporate manslaughter — the death of someone caused by an act of corporate negligence
  • corrupt practices acts — laws limiting contributions to and expenditures in election campaigns, making illegal certain methods of influencing voters, etc.
  • counterinterpretations — Plural form of counterinterpretation.
  • counterrevolutionaries — Plural form of counterrevolutionary.
  • course author language — (language)   (CAL) The CAI language for the IBM 360.
  • criminal investigation — an investigation by the police into a crime
  • cross the great divide — to die
  • curvature of the spine — a condition in which the spine is abnormally curved
  • dalton's atomic theory — the theory that matter consists of indivisible particles called atoms and that atoms of a given element are all identical and can neither be created nor destroyed. Compounds are formed by combination of atoms in simple ratios to give compound atoms (molecules). The theory was the basis of modern chemistry
  • data address generator — (architecture)   (DAG) The mechanism which generates temporary memory addresses for data that is transferred between memory and registers in a Digital Signal Processor. Certain DSP architectures incorporate more than one DAG to simplify the programming needed to move blocks of data between buffers. For instance, certain Fast Fourier Transform algorithms requiring bit reversing, can use the DAG for that purpose, or they can use two DAGS, one for Program Memory Data (PMD), and the other for Data Memory Data (DMD).
  • database administrator — (job)   A person responsible for the design and management of one or more databases and for the evaluation, selection and implementation of database management systems. In smaller organisations, the data administrator and database administrator are often one in the same; however, when they are different, the database administrator's function is more technical. The database administrator would implement the database software that meets the requirements outlined by the organisation's data administrator and systems analysts. Tasks might include controling an organisation's data resources, using data dictionary software to ensure data integrity and security, recovering corrupted data and eliminating data redundancy and uses tuning tools to improve database performance.
  • database normalisation — (database)   A series of steps followed to obtain a database design that allows for efficient access and storage of data in a relational database. These steps reduce data redundancy and the chances of data becoming inconsistent. A table in a relational database is said to be in normal form if it satisfies certain constraints. Codd's original work defined three such forms but there are now five generally accepted steps of normalisation. The output of the first step is called First Normal Form (1NF), the output of the second step is Second Normal Form (2NF), etc. First Normal Form eliminates repeating groups by putting each value of a multi-valued attribute into a new row. Second Normal Form eliminates functional dependencies on a partial key by putting the fields in a separate table from those that are dependent on the whole key. Third Normal Form eliminates functional dependencies on non-key fields by putting them in a separate table. At this stage, all non-key fields are dependent on the key, the whole key and nothing but the key. Fourth Normal Form separates independent multi-valued facts stored in one table into separate tables. Fifth Normal Form breaks out data redundancy that is not covered by any of the previous normal forms.
  • dehydroepiandrosterone — the most abundant steroid in the human body, that is involved in the manufacture of testosterone, oestrogen, progesterone, and corticosterone
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?