Introduction to Computer Science for Majors I James Tam Return to the course web page

Information about the midterm exam

(More details will be added later as I get the time).

Date/location:

Review questions:

Instructions from the actual exam (so make sure you read them beforehand):

Material that you should study

Breakdown of exam questions

14 Multiple choice questions (14 marks total)

6 Written questions (30 marks total)

Note: although it's not explicitly mentioned the program writing or program traces will likely involve the use of output (via 'print') and possibly input (via 'input' and 'raw_input')

Topics

Introduction to programming:

Functions and decomposition: Part I

Branching

Recursion

Topics that won’t be on the exam: