-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteaching.html
More file actions
executable file
·328 lines (295 loc) · 20.6 KB
/
teaching.html
File metadata and controls
executable file
·328 lines (295 loc) · 20.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
<!DOCTYPE html>
<html>
<head>
<title>Vrbik/Grey literature</title>
<link rel="stylesheet" type="text/css" href="css/global.css"></link>
<link rel="stylesheet" type="text/css" href="css/slider.css"></link>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,800,700,100' rel='stylesheet' type='text/css'></link>
<link href='https://fonts.googleapis.com/css?family=Ovo' rel='stylesheet' type='text/css'></link>
<link href='https://fonts.googleapis.com/css?family=Vollkorn:400,700' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="Wrapper">
<div id="Logo"></div>
<div id="Name">Paul Vrbik</div><br>
<div id="Uni">>>Mathematician, programmer, and educator.</div>
<div id="NavBar">
<ul>
<li><a href="index.html">home</a></li>
<li><a href="publications.html">research</a></li>
<li><a href="teaching.html">teaching</a></li>
<li><a href="notes.html">notes</a></li>
<li><a href="pdfs/vrbik_cv.pdf">cv</a></li>
<li><a href="contact.html">contact</a></li>
</ul>
</div>
<div style="clear: both;"> </div>
<div id="NotFrontPage">
<h1>The University of Queensland</h1>
<h2>Introduction to Software Engineering (CSSE1001)</h2>
<b>2021 -- 2024</b>
<br><br>
<p>
<i>Recorded video lectures.</i> <a href="https://www.youtube.com/playlist?list=PLCJu9gnzGhls7v-KaMTciT04Gs6c6lhcy">[YouTube Playlist]</a>
</p>
<h2>Functional and Logic Programming (COMP3400)</h2>
<b>2021 -- 2024</b>
<br><br>
<p>
<i>Recorded video lectures.</i> <a href="https://www.youtube.com/playlist?list=PLCJu9gnzGhlsYWR2JpjxRv_wlK8DgaaHH">[YouTube Playlist]</a>
</p>
<h2>Programming of Simulation and Analysis, Symbolic Computation Module (MATH2504)</h2>
<b>2021 -- 2024</b>
<br><br>
<p>
<i>Recorded video lectures.</i> <a href="https://www.youtube.com/playlist?list=PLCJu9gnzGhltdOrfCbPtZehELE3RBn2FO">[YouTube Playlist]</a>
</p>
<h2>Programming of Simulation and Analysis, Programming Module (SCIE1000)</h2>
<b>2021 -- 2024</b>
<br><br>
<p>
<i>Recorded video lectures.</i> <a href="https://www.youtube.com/playlist?list=PLCJu9gnzGhluQjY6Dsl5MuvhQop74JHgr">[YouTube Playlist]</a>
</p>
<h1>University of Toronto Mississauga</h1>
<h2>Calculus for the Life Sciences</h2>
<b>Fall 2018, Summer 2019</b>
<br><br>
<p>
<i>Recorded video lectures.</i> <a href="https://www.youtube.com/playlist?list=PLCJu9gnzGhlulhSw4n0_DLiTiQmpLIv__">[YouTube Playlist]</a>
</p>
<br>
<p>
<ul>
<li>Lecture 0 (Welcome to MAT 134) <a href="classes/MAT134/Lec00.pdf">[pdf]</a></li>
<li>Lecture 1 (The Real Line) <a href="classes/MAT134/Lec01.pdf">[pdf]</a></li>
<li>Lecture 2 (Graphs and Functions) <a href="classes/MAT134/Lec02.pdf">[pdf]</a></li>
<li>Lecture 3 (Trig and Exponential Functions) <a href="classes/MAT134/Lec03.pdf">[pdf]</a></li>
<li>Lecture 4 (Inverses and Logarithms) <a href="classes/MAT134/Lec04.pdf">[pdf]</a></li>
<li>Lecture 5 (Limits and Limit Laws) <a href="classes/MAT134/Lec05.pdf">[pdf]</a></li>
<li>Lecture 6 (Limits with Infinity, Continuity, and IVT) <a href="classes/MAT134/Lec06.pdf">[pdf]</a></li>
<li>Lecture 7 (Tangents and the Differential Operator) <a href="classes/MAT134/Lec07.pdf">[pdf]</a></li>
<li>Lecture 8 (Differentiation Rules and Rates of Change) <a href="classes/MAT134/Lec08.pdf">[pdf]</a></li>
<li>Lecture 9 (Derivatives of Trig Functions) <a href="classes/MAT134/Lec09.pdf">[pdf]</a></li>
<li>Lecture 10 (Chain Rule and Implicit Differentiation) <a href="classes/MAT134/Lec10.pdf">[pdf]</a></li>
<li>Lecture 11 (Derivatives of Inverse Functions) <a href="classes/MAT134/Lec11.pdf">[pdf]</a></li>
<li>Lecture 12 (Related Rates) <a href="classes/MAT134/Lec12.pdf">[pdf]</a></li>
<li>Lecture 13 (Extreme Values and MVT) <a href="classes/MAT134/Lec13.pdf">[pdf]</a></li>
<li>Lecture 14 (Monotonicity, Oblique Asymptotes, and Curve Sketching) <a href="classes/MAT134/Lec14.pdf">[pdf]</a></li>
<li>Lecture 15 (L'Hopital's Rule) <a href="classes/MAT134/Lec15.pdf">[pdf]</a></li>
<li>Lecture 16 (Applied Optimization) <a href="classes/MAT134/Lec16.pdf">[pdf]</a></li>
<li>Lecture 17 (Antiderivatives) <a href="classes/MAT134/Lec17.pdf">[pdf]</a></li>
<li>Lecture 18 (Midterm Review) <a href="classes/MAT134/Lec18.pdf">[pdf]</a></li>
<li>Lecture 19 (Area Estimation/Finite Sums) <a href="classes/MAT134/Lec19.pdf">[pdf]</a></li>
<li>Lecture 20 (Limits of Finite Sums) <a href="classes/MAT134/Lec20.pdf">[pdf]</a></li>
<li>Lecture 22 (Definite Area Substitution and Area Between Curves) <a href="classes/MAT134/Lec22.pdf">[pdf]</a></li>
<li>Lecture 23 (Volumes, Volumes of Rotation, Arc Length, Surface Area) <a href="classes/MAT134/Lec23.pdf">[pdf]</a></li>
<li>Lecture 24 (Table Lookup and Integration by Parts) <a href="classes/MAT134/Lec24.pdf">[pdf]</a></li>
<li>Lecture 25 (Trig Integration) <a href="classes/MAT134/Lec25.pdf">[pdf]</a></li>
<li>Lecture 26 (Trig Substitution) <a href="classes/MAT134/Lec26.pdf">[pdf]</a></li>
<li>Lecture 27 (Partial Fractions) <a href="classes/MAT134/Lec27.pdf">[pdf]</a></li>
<li>Lecture 28 (Averages) <a href="classes/MAT134/Lec28.pdf">[pdf]</a></li>
<li>Lecture 29 (Indefinite Integrals) <a href="classes/MAT134/Lec29.pdf">[pdf]</a></li>
<li>Lecture 30 (Sequences) <a href="classes/MAT134/Lec30.pdf">[pdf]</a></li>
<li>Lecture 31 (Series) <a href="classes/MAT134/Lec31.pdf">[pdf]</a></li>
<li>Lecture 32 (Integral Test / Comparison Test) <a href="classes/MAT134/Lec32.pdf">[pdf]</a></li>
<li>Lecture 33 (Alternating Series/Ratio and Root Test) <a href="classes/MAT134/Lec33.pdf">[pdf]</a></li>
<li>Lecture 34 (Alternating Series Test) <a href="classes/MAT134/Lec34.pdf">[pdf]</a></li>
<li>Lecture 35 (Power Series and Taylor Series) <a href="classes/MAT134/Lec35.pdf">[pdf]</a></li>
</ul>
</p>
<br>
<h2>Introduction to Computer Programming</h2>
<b>Fall 2018, Fall 2019</b>
<br><br>
<p>
<i>Recorded video lectures.</i> <a href="https://www.youtube.com/playlist?list=PLCJu9gnzGhluPbOEBT-yjXN8rUy_ycW6i">[YouTube]</a>
</p>
<br>
<p>
<ul>
<li>Lecture 0 - Welcome to CSC 108 <a href="classes/CSC108/Lec00.pdf">[pdf]</a></li>
<li>Lecture 1 - Python as a Calculator <a href="classes/CSC108/Lec01.pdf">[pdf]</a></li>
<li>Lecture 2 - Functions and Procedures <a href="classes/CSC108/Lec02.pdf">[pdf]</a></li>
<li>Lecture 3 - Logic and Booleans <a href="classes/CSC108/Lec03.pdf">[pdf]</a></li>
<li>Lecture 4 - Scope <a href="classes/CSC108/Lec04.pdf">[pdf]</a></li>
<li>Lecture 5 - Designing Functions <a href="classes/CSC108/Lec05.pdf">[pdf]</a></li>
<li>Lecture 6 - Strings, Indexing, and Slicing <a href="classes/CSC108/Lec06.pdf">[pdf]</a></li>
<li>Lecture 7 - If. Then. Else. <a href="classes/CSC108/Lec07.pdf">[pdf]</a></li>
<li>Lecture 8 - Simplifying if statements. <a href="classes/CSC108/Lec08.pdf">[pdf]</a></li>
<li>Lecture 9 - For-Loops <a href="classes/CSC108/Lec09.pdf">[pdf]</a></li>
<li>Lecture 10 - More For Loops <a href="classes/CSC108/Lec10.pdf">[pdf]</a></li>
<li>Lecture 11 - Loop Practice <a href="classes/CSC108/Lec11.pdf">[pdf]</a></li>
<li>Lecture 13 - While Loops <a href="classes/CSC108/Lec13.pdf">[pdf]</a></li>
<li>Lecture 14 - Lists <a href="classes/CSC108/Lec14.pdf">[pdf]</a></li>
<li>Lecture 15 - Lists and Looping <a href="classes/CSC108/Lec15.pdf">[pdf]</a></li>
<li>Lecture 16 - List Practice <a href="classes/CSC108/Lec16.pdf">[pdf]</a></li>
<li>Lecture 17 - File IO <a href="classes/CSC108/Lec17.pdf">[pdf]</a></li>
<li>Lecture 18 - More File IO <a href="classes/CSC108/Lec18.pdf">[pdf]</a></li>
<li>Lecture 19 - Dictionaries <a href="classes/CSC108/Lec19.pdf">[pdf]</a></li>
<li>Lecture 20 - Docstring Testing <a href="classes/CSC108/Lec20.pdf">[pdf]</a></li>
<li>Lecture 21 - More Docstring Testing <a href="classes/CSC108/Lec21.pdf">[pdf]</a></li>
<li>Lecture 22 - Lazy Literature <a href="classes/CSC108/Lec22.pdf">[pdf]</a></li>
<li>Lecture 24 - Sorting <a href="classes/CSC108/Lec24.pdf">[pdf]</a></li>
<li>Lecture 25 - Bubble Sort, Insertion Sort <a href="classes/CSC108/Lec25.pdf">[pdf]</a></li>
<li>Lecture 26 - Algorithmic Complexity <a href="classes/CSC108/Lec26.pdf">[pdf]</a></li>
<li>Lecture 27 - Object Oriented Programming <a href="classes/CSC108/Lec27.pdf">[pdf]</a></li>
<li>Lecture 28 - Object Magix <a href="classes/CSC108/Lec28.pdf">[pdf]</a></li>
<li>Lecture 29 - Total and Partial Ordering <a href="classes/CSC108/Lec29.pdf">[pdf]</a></li>
</ul>
</p>
<h1>University of Newcastle Australia</h1>
<h2>Set Theory and Logic</h2>
<b>Winter 2015</b>
<br>
<p>
<a href="Teaching/Math3010.pdf">Course notes.</a>
</p>
<h2>Mathematical Discovery 1</h2>
<b>Fall 2015</b>
<br>
<p>
<a href="Teaching/Math1210.pdf">Course notes.</a>
</p>
<br>
<p>
Videos of lectures:
<ol>
<li>Logic and the Geometry of Complex Arithmetic.
<a href="https://www.youtube.com/watch?v=qpFwkuKSvwo">[YouTube]</a>
</li>
<li>Euler's Formula, De Moivre's Theorem, Root and the Fundamental Theorem of Algebra.
<a href="https://www.youtube.com/watch?v=-H3aFDK-j4A">[YouTube]</a>
</li>
<li>Regions in the Complex Plane.
<a href="https://www.youtube.com/watch?v=hanLmsEw8K4">[YouTube]</a>
</li>
<li>Introduction to Vectors.
<a href="https://www.youtube.com/watch?v=YjuIRJWkAM0">[YouTube]</a>
</li>
<li>Dot Product, Projections, and Cross Product.
<a href="https://www.youtube.com/watch?v=OZjCMYVFhFA">[YouTube]</a>
</li>
<li>Lines, Planes, and Hyperplanes.
<a href="https://www.youtube.com/watch?v=dDcyiHILXBo">[YouTube]</a>
</li>
<li>Matrices and Linear Systems.
<a href="https://www.youtube.com/watch?v=-W6ly6GIqDU">[YouTube]</a>
</li>
<li>Operations on Matrices and Inverting Matrices
<a href="https://www.youtube.com/watch?v=-W6ly6GIqDU">[YouTube]</a>
</li>
</ol>
</p>
<h1>University of Western Ontario</h1>
<h2>Foundations of Computer Science I (<a href="http://ftp.csd.uwo.ca/courses/CS3331a/index.html">CS 3331a</a>)</h2>
<b>Fall 2012</b>
<p>
<a href="pdfs/FoundationsOfComputerScience.pdf">Course notes.</a>
<p>
All material on <a href="http://ftp.csd.uwo.ca/courses/CS3331a/index.html">course website</a>.
</p>
<h2>Foundations of Computer Science I (<a href="http://www.csd.uwo.ca/courses/CS3331a/">CS 3331a</a>)</h2>
<b>Fall 2011</b>
<p>Suggested references:
<ol>
<li><i>Discrete Mathematics and Its Application</i> (Kenneth Rosen) <a href="http://www.amazon.ca/Discrete-Mathematics-Applications-Kenneth-Rosen/dp/0073229725/ref=sr_1_1?ie=UTF8&s=books&qid=1255045704&sr=8-1">[amazon]</a></li>
<li><i>Feynman Lectures on Computation</i> (Richard P. Feynman and Anthony Hey) <a href="http://www.amazon.ca/Feynman-Lectures-Computation-Richard-P/dp/0738202967/ref=sr_1_1?ie=UTF8&s=books&qid=1255045883&sr=1-1-spell">[amazon]</a></li>
</ol>
<ul>
<li>Assignment 1 <a href="Teaching/CS331a::2011/a1.pdf">[questions]</a> <a href="Teaching/CS331a::2011/ass01sol.pdf">[solutions]</a></li>
<li>Assignment 2 <a href="Teaching/CS331a::2011/a2.pdf">[questions]</a> <a href="Teaching/CS331a::2011/ass02sol.pdf">[solutions]</a></li>
<li>Assignment 3 <a href="Teaching/CS331a::2011/a3.pdf">[questions]</a> <a href="Teaching/CS331a::2011/ass03sol.pdf">[solutions]</a></li>
<li>Assignment 4 <a href="Teaching/CS331a::2011/a4.pdf">[questions]</a> <a href="Teaching/CS331a::2011/ass04sol.pdf">[solutions]</a></li>
</ul>
</p>
<h2>Applied Logic for Computer Science (<a href="http://www.csd.uwo.ca/courses/CS2209b/">CS 2209b</a>)</h2>
<b>Winter 2011</b>
<p>Textbook : <i>Introduction to Logic</i> (Harry J. Gensler) <a href="http://www.amazon.ca/Introduction-Logic-Harry-J-Gensler/dp/0415996511/ref=sr_1_1?ie=UTF8&qid=1312985643&sr=8-1">[amazon]</a></p>
<ol>
<li>Quiz 1 <a href="Teaching/CS2209::2011/qz01sol.pdf">[solutions]</a></li>
<li>Quiz 2 <a href="Teaching/CS2209::2011/qz02sol.pdf">[solutions]</a></li>
<li>Quiz 3 <a href="Teaching/CS2209::2011/qz03sol.pdf">[solutions]</a></li>
<li>Quiz 4 <a href="Teaching/CS2209::2011/qz04sol.pdf">[solutions]</a></li>
<li>Midterm Solutions <a href="Teaching/CS2209::2011/midterm.pdf">[solutions]</a></li>
</p>
</ol>
<h2>Foundations of Computer Science I (<a href="http://www.csd.uwo.ca/courses/CS3331a/">CS 3331a</a>)</h2>
<b>Fall 2010</b>
<p>Suggested references:
<ol>
<li><i>Discrete Mathematics and Its Application</i> (Kenneth Rosen) <a href="http://www.amazon.ca/Discrete-Mathematics-Applications-Kenneth-Rosen/dp/0073229725/ref=sr_1_1?ie=UTF8&s=books&qid=1255045704&sr=8-1">[amazon]</a></li>
<li><i>Feynman Lectures on Computation</i> (Richard P. Feynman and Anthony Hey) <a href="http://www.amazon.ca/Feynman-Lectures-Computation-Richard-P/dp/0738202967/ref=sr_1_1?ie=UTF8&s=books&qid=1255045883&sr=1-1-spell">[amazon]</a></li>
</ol>
<ul>
<li>Assignment 1 <a href="Teaching/CS331a::2010/a1.pdf">[questions]</a> <a href="Teaching/CS331a::2010/ass01sol.pdf">[solutions]</a></li>
<li>Assignment 2 <a href="Teaching/CS331a::2010/a2.pdf">[questions]</a> <a href="Teaching/CS331a::2010/ass02sol.pdf">[solutions]</a></li>
<li>Assignment 3 <a href="Teaching/CS331a::2010/a3.pdf">[questions]</a> <a href="Teaching/CS331a::2010/ass03sol.pdf">[solutions]</a></li>
<li>Assignment 4 <a href="Teaching/CS331a::2010/a4.pdf">[questions]</a> <a href="Teaching/CS331a::2010/ass04sol.pdf">[solutions]</a></li>
</ul>
<h2>Computer Science Fundamentals I (<a href="http://www.csd.uwo.ca/courses/CS1026b/">CS 1026b</a>)</h2>
<b>Winter 2010</b>
<p>Midterm Exam <a href="Teaching/CS1026b/OurMid.pdf">[questions]</a> <a href="Teaching/CS1026b/OurMidSol.pdf">[solutions]</a></p>
<p>Final Exam <a href="Teaching/CS1026b/OurExam.pdf">[questions]</a> <a href="Teaching/CS1026b/OurExamSol.pdf">[solutions]</a></p>
<ul>
<li>Exam Alternate <a href="Teaching/CS1026b/OurExamAlt.pdf">[pdf]</a></li>
<li>Cheat Sheet <a href="Teaching/CS1026b/CheatSheet.pdf">[pdf]</a></li>
</ul>
<h2>Foundations of Computer Science I (<a href="http://www.csd.uwo.ca/courses/CS3331a/">CS 3331a</a>)</h2>
<b>Fall 2009</b>
<p>Suggested references:
<ol>
<li><i>Discrete Mathematics and Its Application</i> (Kenneth Rosen) <a href="http://www.amazon.ca/Discrete-Mathematics-Applications-Kenneth-Rosen/dp/0073229725/ref=sr_1_1?ie=UTF8&s=books&qid=1255045704&sr=8-1">[amazon]</a></li>
<li><i>Feynman Lectures on Computation</i> (Richard P. Feynman and Anthony Hey) <a href="http://www.amazon.ca/Feynman-Lectures-Computation-Richard-P/dp/0738202967/ref=sr_1_1?ie=UTF8&s=books&qid=1255045883&sr=1-1-spell">[amazon]</a></li>
</ol>
</p>
<ul>
<li>Assignment 1 <a href="Teaching/CS3331a/a1.pdf">[questions]</a> <a href="Teaching/CS3331a/ass01sol.pdf">[solutions]</a></li>
<li>Assignment 2 <a href="Teaching/CS3331a/a2.pdf">[questions]</a> <a href="Teaching/CS3331a/ass02sol.pdf">[solutions]</a></li>
<li>Assignment 3 <a href="Teaching/CS3331a/a3.pdf">[questions]</a> <a href="Teaching/CS3331a/ass03sol.pdf">[solutions]</a></li>
<li>Assignment 4 <a href="Teaching/CS3331a/a4.pdf">[questions]</a> <a href="Teaching/CS3331a/ass04sol.pdf">[solutions]</a></li>
</ul>
<h1>McMaster University</h1>
<h2>Mathematical Foundations for Computer Science (<a href="http://www.cas.mcmaster.ca/~carette/CS1FC3/2006/index.html">COM SCI 1FC3</a>)</h2>
<ul>
<li>Logic and the Maple Environment <a href="pdfs/tut1.pdf">[pdf]</a></li>
<li>Set Theory <a href="pdfs/tut3.pdf">[pdf]</a></li>
<li>Algorithm Analysis <a href="pdfs/tut5.pdf">[pdf]</a></li>
<li>Recursion <a href="pdfs/tut7.pdf">[pdf]</a></li>
<li>Reccurence Relations (Computation) <a href="pdfs/tutorial9_computation.pdf">[pdf]</a></li>
<li>Reccurence Relations (Theory) <a href="pdfs/tutorial9_theory.pdf">[pdf]</a></li>
</ul>
<h2>Basic Data Structures and Algorithms (COM SCI 1MD3)</h2>
<ul>
<li>Introduction to Pascal for C programmers <a href="pdfs/1MD3/lab1.pdf">[pdf]</a></li>
<li>Recursion <a href="pdfs/1MD3/lab2.pdf">[pdf]</a></li>
<li>Complexity <a href="pdfs/1MD3/lab3.pdf">[pdf]</a></li>
<li>Graphs <a href="pdfs/1MD3/lab4.pdf">[pdf]</a></li>
<li>Reccurence Relations <a href="pdfs/1MD3/lab5.pdf">[pdf]</a></li>
<li>Linked Lists <a href="pdfs/1MD3/lab6.pdf">[pdf]</a></li>
<li>Hashing <a href="pdfs/1MD3/lab7.pdf">[pdf]</a></li>
<li>Finite State Machines <a href="pdfs/1MD3/lab8.pdf">[pdf]</a></li>
<li>Non-Deterministic Finite State Machines <a href="pdfs/1MD3/lab9.pdf">[pdf]</a></li>
<li>Algorithm Design <a href="pdfs/1MD3/lab10.pdf">[pdf]</a></li>
<li>Logic <a href="pdfs/1MD3/lab11.pdf">[pdf]</a></li>
<li>Pascal Quick Guide <a href="pdfs/1MD3/pascalquickguide.pdf">[pdf]</a></li>
</ul>
<h2>Computer Science I (COM SCI 1MC3)</h2>
<ul>
<li>Binary <a href="pdfs/1MC3/lab0.pdf">[pdf]</a></li>
<li>Variables and Data Types <a href="pdfs/1MC3/lab2.pdf">[pdf]</a></li>
<li>Control Statements <a href="pdfs/1MC3/lab3.pdf">[pdf]</a></li>
<li>Borland C++ Compiler <a href="pdfs/1MC3/lab4.pdf">[pdf]</a></li>
<li>Arrays <a href="pdfs/1MC3/lab5.pdf">[pdf]</a></li>
<li>Procedures, Functions, and User Defined Data Types <a href="pdfs/1MC3/lab6.pdf">[pdf]</a></li>
<li>Pointers <a href="pdfs/1MC3/lab7.pdf">[pdf]</a></li>
<li>Stack Frames and the Heap <a href="pdfs/1MC3/lab8.pdf">[pdf]</a></li>
<li>Coding Practices <a href="pdfs/1MC3/lab9.pdf">[pdf]</a></li>
<li>State Diagrams / Scope and Visibility <a href="pdfs/1MC3/lab10.pdf">[pdf]</a></li>
<li>Exam Prep <a href="pdfs/1MC3/lab11.pdf">[pdf]</a></li>
<li>C Crash Course <a href="pdfs/1MC3/ccrashcourse.pdf">[pdf]</a></li>
</ul>
</div>
<div style="clear: both;"> </div>
</div>
</body>
</html>