Introduction to Computer Science for Multidisciplinary Studies I
This course provides an introduction to problem solving, analysis and design of small-scale computational systems. Solutions will be implemented using a procedural programming language. This course is targeted at students wishing to combine studies in computer science with studies in other disciplines.

Announcements
  • Classes begin on Tuesday May 7, 2024.
  • Tutorials begin on Monday May 13, 2024.
  • On Thursday May 30 our class will be in ICT 102 instead of our usual classroom.

Important Dates
  • No tutorials on Monday May 20, 2024 due to the Victoria Day holiday.
  • Midterm Exam: Thursday May 30, 2024 at 1:00pm in ICT 102.
  • Final Exam: Wednesday June 19, 2024 at 9:00am in ICT 102.

The due dates for the assignments and exercises can be found in the Assignments and Exercises sections of this page.

Support Materials

Tools
  • Ben's Grade Calculator
  • Python
    • We will use Python 3 in this course. At the time this message was written the most up to date stable release is version 3.12.3, but other versions of Python 3 should also work without any problems. Do not use version 2.x.y.
  • The SimpleGraphics library makes it easy to generate graphics output with Python.
    • SimpleGraphics.py -- This is the library itself. Save it in the same folder as your exercise or assignment. You can look at the code in the file if you want to, but don't change it!
    • tutorial.pdf -- A tutorial that describes how to draw with the SimpleGraphics library.
    • shapes_test.py -- A program that demonstrates the shapes available with the SimpleGraphics library.

Assignments

Exercises