In: Computer Science
Learning binary and other numbering systems is an important skill for computer and software engineers. Write the following in decimal (base 10), binary, octal (base 8), and hexadecimal. Show your work by hand (don’t forget to scan your work and put it in your PDF).
Decimal 1, 10, 42, 255
Hexadecimal F, DF, 81, 04
Binary 10010011, 111111
We can take one example to see the steps and then we can convert the rest of them in a similar manner
Decimal to Octal for 255
Decimal to hex for 255
Decimal to Binary for 255
Binary to octal for 10010011
Binary to hex
Binary to decimal
Hex to decimal
Now we know the steps for the rest we can see the answers
HEX
Binary
In case there are doubts leave a comment and do give a thumbs up