You are viewing our Forum Archives. To view or take place in current topics click here.
Hexadecimal, binary, decimals
Posted:

Hexadecimal, binary, decimalsPosted:

_-_
  • TTG Senior
Status: Offline
Joined: May 25, 201211Year Member
Posts: 1,416
Reputation Power: 56
Status: Offline
Joined: May 25, 201211Year Member
Posts: 1,416
Reputation Power: 56
Here we go
{binary to hexadecimal}

0001 = 1
0010 = 2
0011 = 3
0100 = 4
0101 = 5
0110 = 6
0111 = 7
1000 = 8
1001 = 9
1010 = A
1011 = B
1100 = C
1101 = D
1110 = E
1111 = F

Binary to decimal

00000001 = 1
00000010 = 2
00000100 = 4
00001000 = 8
00010000 = 16
00100000 = 32
01000000 = 64
10000000 = 128
00000000 = 0
11111111 = 255


Last edited by _-_ ; edited 2 times in total
#2. Posted:
EvanLB7
  • TTG Senior
Status: Offline
Joined: Apr 21, 201212Year Member
Posts: 1,335
Reputation Power: 65
Status: Offline
Joined: Apr 21, 201212Year Member
Posts: 1,335
Reputation Power: 65
Honestly, if you want to teach someone something, don't just throw this at them. Go in depth.
#3. Posted:
_-_
  • TTG Senior
Status: Offline
Joined: May 25, 201211Year Member
Posts: 1,416
Reputation Power: 56
Status: Offline
Joined: May 25, 201211Year Member
Posts: 1,416
Reputation Power: 56
Thanks for the post will take it in
#4. Posted:
Tolerated
  • TTG Addict
Status: Offline
Joined: Oct 10, 201112Year Member
Posts: 2,175
Reputation Power: 94
Status: Offline
Joined: Oct 10, 201112Year Member
Posts: 2,175
Reputation Power: 94
I think you should teach people how lets say 0001 is 1 and why 00000001 is also 1 and how to convert numbers to binary without using a calculator.
#5. Posted:
_-_
  • TTG Senior
Status: Offline
Joined: May 25, 201211Year Member
Posts: 1,416
Reputation Power: 56
Status: Offline
Joined: May 25, 201211Year Member
Posts: 1,416
Reputation Power: 56
I add it to the post later thanks for your help
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.