This course is designed to introduce students to the basic concepts of computer programming. Students learn how to compile and run a Java program. They learn to use arithmetic, relational, and logical operators. They learn to use different decision-making and loop statements. They learn to create classes, methods, String objects, and an Array List object. They learn to perform sequential search, binary search, selection sort, and insertion sort on an array. They learn to implement object-oriented programming design. They learn to implement inheritance, polymorphism, and abstraction. Further, they describe privacy and legality in the context of computing.