General skills
2Warm (50 points)
Can you convert the number 42 (base 10) to binary (base 2)?
Hint: you can use python or do it by hand.
Lets Warm Up (50 points)
If I told you a word started with 0x70 in hexadecimal, what would it start with in ASCII?
Hint:
ASCII table
Warmed Up (50 points)
What is 0x3D (base 16) in decimal (base 10).