ACIDITIES

  

Copyright © Philip M. Parker, INSEAD. Terms of Use.

ACIDITIES

Date "ACIDITIES" was first used in popular English literature: sometime before 1913. (references)

 

Specialty Definition: Acid

(From Wikipedia, the free Encyclopedia)

An acid (from Latin acidus, meaning sour or tart) is a chemical compound generally defined by its reactions with complementary chemicals, designated bases (see Acid-base reaction theories). An acid tends to give a proton and can be represented by the generic formula AH. In water, there is the following reaction:

There is a distinction between weak acids and strong acids. For a strong acid, no AH remains in solution:

That is why the acidity constant is only defined for weak acids:

Some of the stronger acids include the hydrohalic acids - HCl, HBr, and HI - and the oxyacids, which tend to contain central atoms in high oxidation states surrounded by oxygen - including HNO3, H2SO4, HClO4.

Acidity is typically measured using the pH scale.

Acidic (chemistry), the opposite to basic, reacting with basics to form salts. Acidic (geology), of rock: containing more than 65% of silica.

Characteristics

Acids are generally:

Acids in Food

Different Definitions of Acid/Base

The word acid comes from the Latin acidus meaning sour. Chemically though the term acid has a more specific meaning.

The Swedish chemist Svante Arrhenius defined an acid to be a substance that gave up hydrogen ions (H+) when dissolved in water, while bases are substances that give up hydroxide ions (OH-). Notice that this definition limits acids and bases to substances that can dissolve in water. Later on, Bronsted and Lowry defined an acid to be a proton donor and a base to be a proton acceptor. In this definition, even substances that are insoluble in water can be acids and bases. The most general definition of acids and bases is the Lewis definition. A Lewis acid is an electron acceptor, while a Lewis base is an electron donor. Acid/base systems are different from redox reactions in that there is no change in oxidation state.

Acid number

This is used to quantify oxidation. It is the quantity of base, expressed in milligrams of potassium hydroxide, that is required to neutralize the acidic constituents in 1 g of sample.

AN = (Veq-beq)×N×56.1/Woil ).

Veq is the amount of titrant (ml) consumed by crude oil sample and 1ml spiking solution at the equivalent point, and beqbeq is the amount of titrant (ml) consumed by 1ml spiking solution at the equivalent point.

The molarity concentration of titrant (N) is calculated as such: N = 1000×WKHP/(204.23×Veq).

In which, WKHP is the amount (g) of KHP in 50ml of KHP standard solution, and Veq is the amount of titrant (ml) consumed by 50ml KHP standard solution at the equivalent point.

Acid number (mgKOH/g oil) for biodiesel is preferred to be lower than 3.

Other meanings

Top     



ACID

(From Wikipedia, the free Encyclopedia)

In databases, ACID stands for Atomicity, Consistency, Isolation, and Durability. They are considered to be the key transaction processing features of a database management system, or DBMS. Without them, the integrity of the database cannot be guaranteed.

In the context of databases, a single logical operation on the data is called a transaction. A transfer of funds from one account to another is considered a transaction, for example, even though it might consist of multiple tasks (debiting one account and crediting another). The ACID properties guarantee that such transactions are processed reliably.

Implementing the ACID properties correctly is not simple. Processing a transaction often requires a number of small changes to be made, including updating indexes that are used by the system to speed up searches. This sequence of operations is subject to failure for a number of reasons; for instance, the system may have no room left on its disk drives.

ACID suggests that the database be able to perform all of these operations at once. In fact this is difficult to arrange. There are two popular families of techniques: Write ahead logging and Shadow paging. In both cases, lockss must be acquired on all information that is read and updated. In write ahead logging, atomicity is guaranteed by ensuring that all REDO and UNDO information is written to a log before it is written to the database. In shadowing, updates are applied to a copy of the database, and the new copy is activated when the transaction commits. The copy refers to unchanged parts of the old version of the database, rather than being an entire duplicate.

In distributed transactions, two-phase commit is typically applied to ensure that each participant on the transaction agree on whether the transaction should be committed or not.

Care must be taken when running transactions in parallel. Two phase locking is typically applied to guarantee full isolation.

The ACID concept is described in ISO/IEC 10026-1:1992 Section 4.

Source: adapted by the editor from Wikipedia, the free encyclopedia under a copyleft GNU Free Documentation License (GFDL) from the article "ACID."

Top     



INDEX

1. Definition
2. Bibliography


  

Copyright © Philip M. Parker, INSEAD. Terms of Use.