Other articles


  1. Homework 2: binary logic

    Update: answers posted below each problem.

    Due: Thursday September 20, 11:59PM. (Note the updated due date.)

    To submit: Send an email to me at jal2016@email.vccs.edu with subject CSC 110 HW2 that contains your answers, and any attachments required.

    Note: this assignment may be updated sometime before ...

    read more
  2. Homework 3: HTML

    Due: Thursday October 4, 11:59PM.

    To submit: Send an email to me at jal2016@email.vccs.edu with subject CSC 110 HW3 with your work attached in a zip file.

    1. Pick a person, event, or idea that's important to the history of computing, and create a web page ...

    read more
  3. Homework 4: Command line

    Update: answers posted below each problem.

    Due: Thursday October 11, 11:59PM.

    To submit: Send an email to me at jal2016@email.vccs.edu with subject CSC 110 HW4 with your work attached in a zip file.

    For this homework assignment, you'll be creating several text files by using ...

    read more
  4. Homework 6: SQL

    Update: answers posted below each problem.

    Due: Thursday Nov 8, 11:59PM.

    To submit: Send an email to me at jal2016@email.vccs.edu with subject CSC 110 HW6 with your work in the body of an email, or attached in a plain text file. Note: no Microsoft Word documents ...

    read more
  5. Homework 7: Processing Intro

    Update: example solutions posted.

    Due: Thursday Nov 15, 11:59PM.

    To submit: Send an email to me at jal2016@email.vccs.edu with subject CSC 110 HW7 with your program(s) attached in a zip file.

    Note that every Processing program consists of a directory with one or more .pde ...

    read more
  6. Homework 9: Objects in Processing

    Due: Thursday Dec 13, 11:59PM.

    To submit: Send an email to me at jal2016 ...

    read more
  7. Week 15: Animation in Processing

    Class notes: week 15

    This week, we'll cover how animation works in Processing. The basic idea is that you define a function that is called every time a frame is drawn. Processing automatically manages the loop that repeatedly draws frames, and at the same time processes any events that ...

    read more
  8. Week 16: Objects and arrays

    Class notes: week 16

    Functions

    We've already been defining a few special functions in ...

    read more