Denary to Binary Flashcards
1
Q
Denary to Binary
A
You are given a binary number with a maximum of 8 bits. Like before, you should write 128 to 1 on the top of the page. Next, write the binary number underneath in its corresponding column. After this, starting at 128, note down which column has a 1 and a 0. If the number has a 1 then add it. If the number has a 0 then ignore it. This will give you the denary number at the end.
2
Q
00000111 as Denary
A
7
3
Q
00000001 as Denary
A
1
4
Q
11111111 as Denary
A
255
5
Q
1010 as Denary
A
10
6
Q
101010 as Denary
A
42