InterviewSolution
Saved Bookmarks
| 1. |
Convert binary number into gray code: 100101.(a) 101101(b) 001110(c) 110111(d) 111001The question was posed to me in a job interview.This question is from Code Converters in portion Combinational Circuits of Digital Circuits |
|
Answer» RIGHT choice is (C) 110111 Explanation: : Conversion from Binary To GRAY CODE: |
|