Intro CS Assignments
Assignments by week:
Fall Term:
Winter Term:
Spring Term:
Monday, February 18
Description
Distance Challenge
Homework
  • Keep working on DistanceBot. Since you can't build your robot outside the classroom, focus on writing your program for homework. You should download the starter classes from last week, paste them into a new Eclipse project, and start adding the code you think you'll need for accurate distance travel. That way, you can come to class ready to test your program.
Tuesday, February 19
Description
Distance Challenge
Homework
  • Keep working on DistanceBot. Final run is next class.
Thursday, February 21
Description
Distance Challenge
Homework
  • Read about the leJOS Sensor Framework. We'll be building a program to talk to a sensor during next class, so pay attention to the sample code!
Friday, February 22
Description
Introduction to Sensors
Homework
  • Download the LightMeter starter file and add your code to it. You should create a program that connects to the EV3 Color/Light sensor and continuously reads values from it and displays them on the LCD screen. Check the EV3ColorSensor API Documentation for information about how to construct, sample, and operate the sensor.