Welcome to CS

Computer Science, or CS, is a course taught by Ms. Tarrico. We learn several different skills, including the basics of Java, and that part of the course is largely based off the AP Computer Science A curriculum. Topics covered in Java include: Primitive Data Types, Decisions, Iteration, Arrays, and more. We also work with HTML and CSS for our personal websites, and later in the year, go on to do an Apps for Good project to solve a problem in the community with technology.

Line Art

We wrote a program using graphics to make a design completely with straight lines that changes as it iterates throughout the program and therefore results in looking like the lines are curved. Look to the right for my code as well as the output.

Line Art

Arraylist Exercises

The ArrayList Exercises involved several different problems we had to solve using our knowledge of arrays, arraylists, iteration, and decisions in java. The programs we had to write involved removing strings of even length from a list of them, moving the minimum value in an Array List to the front, removing elements from a list that were within a certain range, and modeling a game of Bulgarian solitaire.