PRASHNIKAप्रश्निका

What is Gray code in Karnaugh map?

Computer Science20261 markShort answer

Answer

Answer

AI
Written by AI (antigravity) - it can contain mistakes.
Gray code in a Karnaugh map is a unit-distance binary ordering (00, 01, 11, 10) used to label adjacent rows and columns such that consecutive cells differ by exactly one binary bit. This allows adjacent cells to be combined using Boolean reduction laws.
Boolean Algebra

From ISC 2026 Computer Science Paper 1, question 1(x).

See every question