FTC 7673 Team Info &
Our Robotics and Scratch Camp Info
Fun game with a robot going through an obstacle course
http://www.omsi.edu/tech/RobotActivity/index.htm
This web page has links to more programming and robot activities.
"There are 10 types of people in the world. Those who understand binary and those who don't."
Thus saith Geek
Bit is a 1 or a 0.
Byte is eight 1s and 0s.
The binary for A is 01000001. That's one byte (eight 1s and 0s).
Binary is the basic language of the computer. It only has two digits 1 and 0
writing number in binary is a bit different
Base 10 number Binary number
0 = 0
1 = 1
2 = 10
3 = 11
4 = 100
5 = 101
6 = 110
7 = 111
8 = 100