CIS 115

Fundamentals of Programming

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

MTWR 2:45 - 4:00pm in J007 or J009 or J135


FAQ


Wikiversity: Program Fundamentals | PDF

Busbee & Braunshweig Text | alt | | PDF


Introduction to Programming Using Java | PDF

Python Language Reference

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
project 2 (due May 5)
Methods Reading
W Functions
B&B Functions
homework5 - Methods(due May 3)
Arrays Reading
W Arrays
B&B Arrays
homework 4 - Arrays(due April 12)
homework 3 - Loops(due March 22)
Loops Reading
W Loops
B&B Loops
project 1 (due March 15)
homework 1 - Variables(due March 22)
homework 2 - Conditions(due March 22)
Conditionals Reading
W Conditions
B&B Conditions
Structures and Flowcharts Reading:
W Introduction
B&B Introduction