Computer Networks And Technology > Binary, Octal, Hexadecimal > Flashcards
Convert binary to decimal
2561286432168421
OCTAL
8^0 = 1
8^1 = 8
8^2 = 64
8^3 = 512
Hexadecimal
16^0 = 1
16^1 = 16
16^2 = 256
16^3 = 4096