2024-10-23
Don’t use an online converter, but you may use one to check your answers.
Convert the following into decimal
0b1100110b111111110x7f0xfaceb00cConvert the following into hexadecimal
8101516The ones below are advanced:
65864b1100001110100101 (extra points if done without converting to decimal first)The following sums are in binary, answers should also be in binary. Ideally you will be able to do them without converting them to decimal in your head (even if you convert to decimal to check your answer).
0b1000 + 0b100b1000 + 0b101110b1 + 0b10b101 + 0b10b111 + 0b10b10000 - 0b10b100 * 0b10The same for hex sums
0x10 + 0x10x10 + 0x60x9 + 0x10x9 + 0x60x9 + 0x70xa + 0x20x9f + 0x10xff + 0x10x1000 - 0x10xd0d0 / 0x10 (advanced)Redo the playtime/hands-on from the lesson (possibly we didn’t get to finish it).