Skip to content

Commit

Permalink
Added decimal, binary, and grey codes table
Browse files Browse the repository at this point in the history
  • Loading branch information
msaf9 authored May 3, 2022
1 parent f6b0f39 commit 761a7aa
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,26 @@ Design and development of Bi-directional code converter: Binary code to Grey cod
- Course Credits: 4
- Academic Year: 2016 - 17

### Table
| Decimal Number | Binary Code | Grey Code |
| -------------- | ----------- | ----------- |
| 0 | 0000 |0000 |
| 1 | 0001 |0001 |
| 2 | 0010 |0011 |
| 3 | 0011 |0010 |
| 4 | 0100 |0110 |
| 5 | 0101 |0111 |
| 6 | 0110 |0101 |
| 7 | 0111 |0100 |
| 8 | 1000 |1100 |
| 9 | 1001 |1101 |
| 10 | 1010 |1111 |
| 11 | 1011 |1110 |
| 12 | 1100 |1010 |
| 13 | 1101 |1011 |
| 14 | 1110 |1001 |
| 15 | 1111 |1000 |

## Technologies
- Logisim

Expand Down

0 comments on commit 761a7aa

Please sign in to comment.