ArchimedesArchimedes presents a short story of a mathematician whomakes many discoveries that are still useful for humanity; among those impressive investigations is the floatation principle. Archimedes was asked by Hiero II, the king of Syracuse, to determine whether his crown was pure gold or was alloyed with silver. Excited by his discovery, he ran down the streets of Syracuse without his clothes, shouting, “Eureka”, which meant, “I have found it!” in Greek. |
Network PrinciplesNetwork principles gives the students a brief story about communication, starting with the invention of the telephone,which basically was the beginning of the Internet. |
Geometry ReviewIn geometry review, students will learn about some shapesproperties, formulas, and postulates. This assignment also has some problem solving. |
Operating SystemOperating system offers a general idea of how the main software of any computer can develop tasks requestedby the user. |
Algebra ReviewIn this project, students will learn the basic concepts ofalgebra by drawing some of the figures on each slide. |
ArraysArrays are part of a series of lessons of Java programmingin which students will get the basic knowledge in the programming paradigm. |
Pythagorean TheoremThis assignment talks a little bit about Pythagoras' lifeand how he comes up with his famous theorem by observing the pyramids of Egypt. |
Binary TreeBinary Search Tree offers a systematic preparation for theAP Computer Science Exam in the AB version. It is also reliable for students that pursue an upper level in computers. |
History of the ShapesHistory of the shapes offers hands-on projects where the students learn shapes' properties by making shapes withpaper. |
ExceptionsThis project talks about the exceptions that Java throwswhen the program runs with different aspects. Exceptions always exist in Java, and are the best way to contemplate different concepts when programming. Students learn how to bound the exceptions and the different cases of exceptions. |
ParallelogramThis project offers many ways to learn the properties of parallelograms, how to calculate the area and perimeter. But the most important part of this work is to show the students how to build shapes by using the power point presentation features. |
InheritanceThis project helps the students to understand the classification of the classes and the relationship between each other. This work shows the students to consider a certain class with some attributes that another subclass can use. |