Multiple choice general knowledge

What is ACID?

  1. Atomicity Consistency Isolation Durability

  2. Atomic Consistent Isolate Durability

  3. Atomicity Consistency Isolation Durable

  4. Atomicity Consistency Isolated Durabille

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

ACID in database systems represents the four key properties that guarantee reliable transaction processing: Atomicity (all-or-nothing execution), Consistency (database remains valid), Isolation (transactions don't interfere), and Durability (committed data persists). Option A correctly uses the consistent noun form 'Durability' rather than 'Durable'.