0%

22-letter words containing o, s, b, r

  • 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.
  • dishonorable discharge — the discharge of a person from military service for an offense more serious than one for which a bad-conduct discharge is given.
  • disposable soma theory — the theory that ageing is caused by the body having increasingly fewer resources to allocate towards repairing wear and damage to tissues
  • distributed generation — A distributed generation system involves a person or company generating some of their power requirements in different ways, such as locally, or using renewable energy, in order to avoid taking it all from the grid.
  • distributed processing — a system consisting of a network of microcomputers performing certain functions and linked with a main computer used for more complex tasks
  • distributive education — a special program of vocational education at the high-school level in which a student is employed part-time, receiving on-the-job training, and also attends classes, most of which pertain directly to the student's vocational field.
  • do a number on someone — to manipulate or trick someone
  • dog's dinner/breakfast — You describe something as a dog's breakfast or dog's dinner in order to express your disapproval of it, for example because it is very untidy, badly organized, or badly done.
  • earn one's daily bread — to earn one's living
  • end transmission block — (character)   (ETB) The mnemonic for ASCII character 23.
  • fifth earl of roseberyArchibald Philip Primrose [prim-rohz] /ˈprɪmˌroʊz/ (Show IPA), 5th Earl of, 1847–1929, British statesman and author: prime minister 1894–95.
  • first cab off the rank — the first person, etc, to do or take advantage of something
  • fort benjamin harrison — a military reservation and U.S. Army training center in central Indiana, NE of Indianapolis.
  • frequency distribution — the correspondence of a set of frequencies with the set of categories, intervals, or values into which a population is classified.
  • geometric distribution — the distribution of the number, x, of independent trials required to obtain a first success: where the probability in each is p, the probability that x = r is p(1-p)r–1, where r = 1, 2, 3, …, with mean 1/p
  • go for all the marbles — to take a great risk in the hope of a great gain
  • gum bichromate process — a contact printing method in which the image is formed on a coating of sensitized gum containing a suitable colored pigment and potassium or ammonium dichromate.
  • hermann-mauguin symbol — a notation for indicating a particular point group.
  • house of bernarda alba — a drama (1941) by Federico García Lorca.
  • hybrid multiprocessing — (parallel)   (HMP) The kind of multitasking which OS/2 supports. HMP provides some elements of symmetric multiprocessing, using add-on IBM software called MP/2. OS/2 SMP was planned for release in late 1993.
  • in all one's born days — so far in one's life
  • in one's birthday suit — naked; nude
  • in one's own back yard — close at hand
  • interoperable database — A database front-end which communicates with multiple heterogenous databases and makes them appear as a single homogenous entity with semantic calls. See ODBC.
  • it's london to a brick — it is certain
  • justification by works — the belief that a person becomes just before God by the performance of good works: the doctrine against which Luther protested in inaugurating the Protestant Reformation.
  • keesler air force base — a U.S. Air Force installation in S Mississippi, near Biloxi.
  • klebs-loffler bacillus — a bacterium, Corynebacterium diphtheriae, which causes diphtheria.
  • label switching router — (networking)   (LSR) A device that typically resides somewhere in the middle of a network and is capable of forwarding datagrams by label switching. In many cases, especially early versions of MPLS networks, a LSR will typically be a modified ATM switch that forwards datagrams based upon a label in the VPI/VCI field.
  • lady's not for burning — a verse play (1948) by Christopher Fry.
  • lesser cornstalk borer — the larva of a widely distributed pyralid moth, Elasmopalpus lignosellus, that damages corn and some other crops by boring into the part of the stalk close to the soil.
  • lund software house ab — (company)   The company who produced Lund Simula. Address: Box 7056, S-22007 Lund, Sweden.
  • make a beeline for sth — If you make a beeline for a place, you go to it as quickly and directly as possible.
  • make a clean breast of — Anatomy, Zoology. (in bipeds) the outer, front part of the thorax, or the front part of the body from the neck to the abdomen; chest.
  • make allowances for sb — If you make allowances for someone, you accept behaviour which you would not normally accept or deal with them less severely than you would normally, because of a problem that they have.
  • make one's marble good — to succeed or do the right thing
  • maxwell air force base — U.S. Air Force installation in SE central Alabama, NW of Montgomery: site of U.S. Air Force Advanced School.
  • mind your own business — an occupation, profession, or trade: His business is poultry farming.
  • mind-your-own-business — baby's-tears.
  • missing persons bureau — the part of the Police Force dealing with tracing missing people
  • mutton dressed as lamb — If you describe a woman as mutton dressed as lamb, you are criticizing her for trying to look younger than she really is, in a way that you consider unattractive.
  • nassella tussock board — one of many local statutory organizations set up in different regions of New Zealand to eradicate the invasive nassella tussock weed
  • non-maskable interrupt — (NMI) An IRQ 7 on the PDP-11 or 680x0 or the NMI line on an 80x86. In contrast with a priority interrupt (which might be ignored, although that is unlikely), an NMI is *never* ignored.
  • not be sb's department — If you say that a task or area of knowledge is not your department, you mean that you are not responsible for it or do not know much about it.
  • object-oriented design — (programming)   (OOD) A design method in which a system is modelled as a collection of cooperating objects and individual objects are treated as instances of a class within a class hierarchy. Four stages can be identified: identify the classes and objects, identify their semantics, identify their relationships and specify class and object interfaces and implementation. Object-oriented design is one of the stages of object-oriented programming.
  • object-oriented pascal — Object Pascal
  • obstruction of justice — a criminal offence that involves attempting to obstruct the process of law
  • on a shoestring budget — with very little money to spend
  • one's ears are burning — one is aware of being the topic of another's conversation
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?