The test in the morning was to get you drilled in the basics of ruby. Refer back to it and make sure you practice as often as you can!
Today we looked at binary numbers and the way in which they work in discrete maths. We also touched on different number systems such as base-2, base-10 and base-16. Base-10 has 10 digits (0,1,2,3,4,5,6,7,8,9) and base-2 has 2 digits (0,1). Base-16 has a weird alphabet thing going on. The following was my working out to some of the day's challenges.
Convert 11201 from base 3 to decimal