Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of bibbleWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:23, 14 January 2023 Iwiseman talk contribs created page Digital Electronics Page (Created page with "=Gray Code= This is a technique where we convert number from binary to grays. We do this because Gray reduces the bits we need to change for addition. <table> <tr><td>Decimal (base 10)</td><td>Binary (base 2)</td><td>Binary-Reflected (no base)</td></tr> <tr><td>0</td><td>0000</td><td>0000</td></tr> <tr><td>1</td><td>0001</td><td>0001</td></tr> <tr><td>2</td><td>0010</td><td>0011</td></tr> <tr><td>3</td><td>0011</td><td>0010</td></tr> <tr><td>4</td><td>0100</td><td>0110<...")