Welcome to CompSci! This course teaches multiple types of code, including HTML, javascript, java, and some mobile coding as well. This allows for almost anything to be built, and being able to build these programs all on our own is a constant positive challenge.
Sieve of Eratosthenes
The Sieve is a method of finding all prime numbers from 1 to any given number by removing all of the multiples of the prime numbers. We were asked to code a working version of this program, and have it display all prime numbers in four digit format.
Line Art
This program generates a set of lines creating the curving corner effect for each of the four corners using loops to move the start and end points of straight lines for each corner. It was a particularly fun challenge trying to get the smaller set to fit perfectly inside the larger version.
In today’s world, many individuals have put a large emphasis on giving back to the community. This idea of community service has been repeatedly backed by statistics, as more than 50% of the population has indicated that community service is what makes a model citizen. However, for many aspiring volunteers, it is challenging to find an organization that truly fits them. Therefore, we decided to develop an app that will be able to do just that. Essentially, this app will be able to match users with organizations based on their interests. Furthermore, organizations can make posts that volunteers can see, which can further encourage involvement with those organizations. While there are some competitors in this field, they do not provide an adequate method where volunteers can be matched with organizations. Therefore, our app provides a solution that can allow both volunteers and organizations to access involved content, further making a crucial component of student culture easier to complete.