Computer Science, asked by aswathyka, 7 months ago

program an FPLA circuit to implement 4-bit binary to gray conversion​

Answers

Answered by garimachandra90
2

Explanation:

Gray Code system is a binary number system in which every successive pair of numbers differs in only one bit. It is used in applications in which the normal sequence of binary numbers generated by the hardware may produce an error or ambiguity during the transition from one number to the next.

For example, the states of a system may change from 3(011) to 4(100) as- 011 — 001 — 101 — 100. Therefore there is a high chance of a wrong state being read while the system changes from the initial state to the final state.

This could have serious consequences for the machine using the information. The Gray code eliminates this problem since only one bit changes its value during any transition between two numbers.

please mark as BRAINLIST

Similar questions