Animated Binary-Hex Presenation Sample

Views:
 
Category: Education
     
 

Presentation Description

No description available.

Comments

Presentation Transcript

Converting Decimal into Binary : 

Converting Decimal into Binary Now lets go the other way! 207 Let’s say we have the decimal number.. Can 128 be subtracted from 207? Start from the left side of the binary table… 207 – 128 = 79 2 4 128 64 32 16 8 1 …then move to the right 1 Add the 1 for YES 79 Can 64 be subtracted from 79? 79 – 64 = 15 …move to the right to 64 1 Can 16 be subtracted from 15? 15 – 32 = -17 …move to the right to 32 15 – 16 = -1 …move to the right to 16 Add the 0 for NO 15 Can 32 be subtracted from 15? 0 15 – 8 = 7 Can 8 be subtracted from 15? 0 …move to the right to 8 1 7 – 4 = 3 Can 4 be subtracted from 7? 7 …move to the right to 4 1 3 Can 2 be subtracted from 3? …move to the right to 2 3 – 2 = 1 1 1 Can 1 be subtracted from 1? 1 – 1 = 0 You’re Finished! …move to the right to 1 1 YES NO Replace 207 with the remainder, 79 Replace 79 with the remainder, 15 No remainder, 15 remains Replace 15 with the remainder, 7 Replace 7 with the remainder, 3 Replace 3 with the remainder, 1 207 Converted into Binary