Introduction
Announcements

Schedule
Labs
Assignments
TA office hours

Tests, exam

Topic videos
Some course notes
Extra problems
Lecture recordings

Discussion board

Grades so far

Week of June 14

Schedule today

Today is the mid-term test! So our schedule is all different from normal:

16:30 to 17:20 My office hour is moved 30 minutes earlier: 16:30 to 17:20.
17:20 to 18:00 I'm setting up for the test (you don't have to do anything here).
18:00 to 19:00 Mid-term test in EX 100 between 18:10 and 19:00. Please look up your seat assignment in advance and see other information at https://www.teach.cs.toronto.edu/~ajr/209/mid/info.html
19:15 to 20:1x Lecture and problem session in BA 1180 from about 19:15 to something like 20:10/20:15.
20:1x to 21:00 Lab tutorials from whenever we end the lecture until 21:00.

Lecture:

Files in C; strings in C; command-line arguments in C.

slides for introduction to files in C

Lab:

Lab 06
There is a lab tutorial today

Videos:

Watch the first four videos about processes.

And then...

The next two weeks are the mid-term break and the 'F'-course exam week; there are no lectures, tutorials, or office hours after today until July. However, there is a video and a lab to do during that time; please see w06b.html .


WeekTopicsPracticalThen watch videosAsmt
May 10 Course info; software tools Lab 01 unix command-line; software tools 01 and 02  
May 17 Software tools, shell programming Lab 02 shell 01, 02, 03, 04  
May 24 Shell programming, start talking about C Lab 03 introductory C, arrays in C  
May 31 introductory C, C data types Lab 04 the first five pointers in C videos; the struct videos; optionally the make video a1
June 7 other C matters; strings; files Lab 05 strings; files  
June 14 More "other C matters"; files, strings, argv Lab 06 malloc; processes 01 to 04.  
later June The unix filesystem (video only; no class) Lab 07 the unix filesystem; processes06; at some point watch C declarations  
July 5 Begin processes Lab 08 signals, bitwise operations a2
July 12 The rest of the material about processes Lab 09 the C pre-processor; select(); processes07  
July 19 Interprocess communication (sockets) Lab 10 shell 06; catch up with any above videos not already watched  
July 26 finish interprocess communication; introduction to concurrency; multitasking Lab 11 concurrency 02, concurrency 03 a3
August 2 POSIX threads, begin computer security Lab 12 optionally processes 08; optionally sockets videos  
August 9 finish computer security; exam information; concluding remarks Lab 13 none a4
exam Lab 13