Zusammenfassung der Ressource
converting
- To convert binary to denary you must use the following table for numbers up to 255
- 128 64 32 16 8 4 2 1
- My worked example
- 134
- 128 =1
- 134-128=6
- 64 doesn't fit into 6 so that=0
- 32 doesn't fit into 6 so that = 0
- 32 doesn't fit into 6 so that = 0
- 16 doesn't fit into 6 so that =0
- 8 doesn't fit into 6 so that =0
- 4 fits into 6 so that =1 then we take 4 away from 6
- 2 fits in to 2 so that =1
- the final answer is 10000011
- to convert denary ti binary you must do the opposite to binary to denary
- denary to hexadecimal
- to convert denary you use the table below