8000 Added hexadecimal · How2PlayGithub/igcseCompSci@6badc42 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6badc42

Browse files
Added hexadecimal
1 parent 6efdeda commit 6badc42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

theory/04hexadecimal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Hexadecimal is more commonly known as `hex`
66

77
## Hexadecimal system
88
| denary | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 |
9+
|--------|---|---|---|-- 4A13 -|---|---|---|---|---|---|---|---|---|---|---|---|
910
| hexadecimal | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | A | B | C | D | E | F |
1011

1112
## Convert from hexadecimal to denary

0 commit comments

Comments
 (0)
0