Programming


The is the first step in learning Java. The videos are directed at high school students just learning Java for the first time.
This video shows users how to create their file system and start their first program in Java using BlueJ.
This video goes over doubles and integers and how they are declared and initialized in Java using BlueJ.
In this video we are learning about three primitive data types: Boolean’s, Int’s, and Doubles.
In this video I show you how to create a String object and print it. I use animations to help you picture what is going on. Enjoy!
This video is made to be used in the classroom when discussing concatenation of Strings in java or another programming language.
This video is an animation used to helped to describe how arrays are created, instantiated, and populated. Arrays can be difficult for students to understand and this gives students a visual to help. Enjoy!
This video is designed for educators and students hoping to get a visual representation of what 2D arrays are. They are animations to help someone describe what is actually going on in 2D arrays. There are plenty of videos out there describing how to program 2D arrays but there are not very many visuals for computer science. ENJOY!!
In this video, variables will be checked using conditional statements in order to play videos. This video is used for teachers and students to give a visual of how conditional statements work.
In this video switch cases are being modeled. There are many YouTube videos out there that show you how to program this in multiple languages but there are not many that give you a visual demonstration of what is happening. Enjoy the video.
This video allows you to visualize a simple while loop within a program. These videos are used to help students visualize what they are programming. They are meant to be used as a supplemental learning tool to programming.