Binary to ASCII

Ever wonder how a computer actually handles input from your keyboard? When you type a letter such a  Z your computer actually converts it to and from  this 01011010. Z…

Binary = 010000100110100101101110011000010111001001111001

This week we begin covering Binary and Hexidecimal # Systems. We will learn how to convert alpha and numeric characters into and from Binary and Hexidecimal. We will learn why…