0%

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

  • bone marrow transplant — the transplantation of bone marrow from donor to recipient
  • bone-marrow transplant — Surgery. a technique in which a small amount of bone marrow is withdrawn by a syringe from a donor's pelvic bone and injected into a patient whose ability to make new blood cells has been impaired by a disease, as anemia or cancer, or by exposure to radiation.
  • borderline personality — Psychiatry. a personality disorder characterized by instability in many areas, as mood, identity, self-image, and behavior, and often manifested by impulsive actions, suicide attempts, inappropriate anger, or depression.
  • bosnia and herzegovina — country in SE Europe: it came under Turkish rule in the 15th cent. and under Austro-Hungarian control in 1878: it was part of Yugoslavia (1918-91): 19,741 sq mi (51,129 sq km); pop. 4,366,000; cap. Sarajevo
  • bridge of san luis rey — a novel (1927) by Thornton Wilder.
  • by all manner of means — certainly; of course
  • by any manner of means — in any way; at all
  • 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.
  • 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)
  • 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
  • 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.
  • 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
  • coronary insufficiency — inadequate circulation of blood through the coronary arteries, characterized by attacks of angina pectoris
  • corporate manslaughter — the death of someone caused by an act of corporate negligence
  • cosmological principle — the theory that the universe is uniform, homogenous, and isotropic, and therefore appears the same from any position
  • 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
  • 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.
  • days of wine and roses — a period of happiness and prosperity.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?