The Microduino is due out in November. It is based off the Arduino board/computer. It will be interesting to see how this device does and what interesting programs arise for…
Category: Programming
How do I fix this problem?!?
Its inevitable … If you own a computer, you will have computer problems. We begin an introduction to Troubleshooting this week. Over the course of the next few months, we…
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…