CIS 115

Fundamentals of Programming

AC Chapin
achapin@harford.edu
please use the discussion boards in Brightspace
unless you need a private response
(i.e. asking about a grade)

Office Hours
MTWR 2:45-4:00 J07/J09/J135


Topics

FAQ


Wikiversity: Program Fundamentals | PDF

Busbee & Braunshweig Text | alt | | PDF


Introduction to Programming Using Java | PDF

Python Language Reference


Brightspace login
MS Office Portal (Owlmail &c)
HCC Learning Center
HCC Tech support (443 412 2477)
CLASSES & ASSIGNMENTS
  • only use concepts we have covered in class so far
  • indent lines inside structures like if and else, but line up if/else/endif
  • use double quotes around strings: "hello" is a string, hello is a variable
Class 02: Introduction
Note: since the first monday of classes was cancelled, we are skipping classwork 1 and starting with #2

Reading:
115 Notes: Basic Programming Concepts | PDF
W Introduction
W Introduction to Programming
B&B Introduction

If you want to read ahead, you can see all the readings under the Topics link