Computer Science is the best class ever. I made my web site there! An example of a Lab that I wrote in Scheme is Lab 6. Also in Computer Science I built a website My Website. These are some examples of CS assignments: 1. Personal Reflection on my growth in Computer Science this year. 2. A creative piece. This is a lab is a fractal, and fractals are when you can zoom in on an object and it will appear to be the same design. I chose this lab because the fracal itself looks very creative and interesting. 3. Lab I am most proud of. Again, this is the fractal lab, and fractals are when you can zoom in on an object and it will appear to be the same design. I chose this lab because I am proud that Maggie and I were able to code a recursive function that could produce this design over and over to look as cool as it does. 4. Lab I still don’t understand. This lab was about opening a store, and our store was an animal store We made up what types of items we would like to sell then we simulated our store. We wrote different functions that searched through our list of animals. I chose this lab because Lab 7 was pretty confusing to understand because it invovled structures within lists. That means we had to look at each structure of a list and use pieces of teh structure. Then in the end, a list needs to be produced so we had to put everything abck together to make a list. The lists and structure would get confusing. 5. Favorite lab. This lab was about logic circuits which is different than our scheme labs. Computers read binary for commands, and we had to build curcuits that would have 2 or 3 bunary inputs. With binary commands the curcuit would produce the desire output. I chose this lab becaus I enjoyed working with the curcuit build application and binary commands. 6. Least favorite lab. This is the Final Lab that Rui and I had to write for Computer Science. Our game was a fairy that flys below a table and a bucket is pushed on top of the table. The point of the game it is hit the fairy, so one must time the bucket to it hits the fairy. This computer science game also incorperates physics, and values of velocity and displacement of the bucket and fairy are shown. I chose this lab because this was the hardest lab to finish. I wsa extreemly difficult to figure out the physics of the friction of the table and 2D motion when all of the variables were random. It was also diffivult to scale it and convert all of the scheme values into physic values. Because we spent so much time trying to understand how to do the lab, I didn't enjoy trying to finish it.