Course Materials
Up one levelOther items for the course. See Sakai and Piazza as well.
- Class Notes and Slides — by Dr. William L. Honig — last modified 2018-08-26 06:37 PM
- Some additional materials generally not in the text
- Some C# Code, Fragments, Examples — by Dr. William L. Honig — last modified 2014-10-20 06:26 PM
- Some examples used in class.
- Simple Program in Several Languages — by Dr. William L. Honig — last modified 2015-08-18 03:21 PM
- See some examples of a similar program in several languages.
- Quick Notes C# Concepts — by Dr. William L. Honig — last modified 2015-10-08 01:46 PM
- Concise guides to some of the key things we will learn about C# programming. Good to review along with the text. Good to revisit before exams.
- Labs — by Dr. William L. Honig — last modified 2015-10-08 02:04 PM
- Hands on labs to learn C#. Sometimes done in class. Sometimes done on your own.
- Assignments — by Dr. William L. Honig — last modified 2015-10-08 02:08 PM
- Homework assignments. You can start ahead! Don't fall behind. Usually done outside of class.
- Top Ten Concepts - OOP — by Dr. William L. Honig — last modified 2015-10-29 01:42 PM
- Key things to learn in Comp 170. Use it as your personal checklist. Test your knowledge.
- Introduction to Class and Object Concepts for OOP — by Dr. William L. Honig — last modified 2016-11-07 09:05 AM
- In addition to the text materials, here is my introduction to Object Oriented Oriented Programming (OOP). Understand what a class is and what objects are. Think about how they relate to the real world!
- ClassSlidesJavaEdition — by Dr. William L. Honig — last modified 2018-09-13 09:03 PM
- Some of the additional slides used in class on various topics (Java introduction, tools, truth tables, problem solving, hashing, and more...)
- How to Use Your Late Pass — by Dr. William L. Honig — last modified 2017-01-01 09:45 PM
- Use them carefully and correctly. When they are gone, they're gone. No More!
- How to Submit Your Work in Sakai — by Dr. William L. Honig — last modified 2017-02-20 03:58 PM
- Use this process checklist to be sure you get credit for your work!
- UML Items — by Dr. William L. Honig — last modified 2018-03-28 06:14 PM
- Unified Modeling Language (UML) is the way to design good OOP classes, understand what they do, and decide how to make them work together.