This document provides an introduction to the Csci 107 Introduction to Computer Science course. It discusses administrative details about the class website and outlines what computer science entails. Computer science is defined as the study of algorithms, their properties, efficiency, applications to problems, and their implementation through programming languages and computer hardware. An algorithm is a well-defined procedure to solve a problem that must be ordered, understandable, solve the problem, and terminate. Examples of algorithms include cooking recipes, making a sandwich, and adding multi-digit numbers. The next class will cover Chapter 1 of the textbook and thinking through the algorithm to add two multi-digit numbers.