-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcalSum.html
More file actions
295 lines (271 loc) · 10.2 KB
/
Copy pathcalSum.html
File metadata and controls
295 lines (271 loc) · 10.2 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="EN" dir="ltr" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/xml; charset=utf-8" />
<title>CSCI 230 Summer Schedule</title>
<link rel = "stylesheet"
type = "text/css"
href = "http://www.cs.iupui.edu/~aharris/ajhStandard.css" />
<style type = "text/css">
li {
list-style-type: none;
margin-left: -1em;
}
</style>
</head>
<body>
<h1>CSCI 230 Schedule</h1>
<h2>7 week summer variant</h2>
<div class = "singlePanel">
<table border = "1">
<tr>
<th>week</th>
<th>date</th>
<th>topic</th>
<th>videos</th>
<th>reading</th>
<th>assignment</th>
</tr>
<tr>
<td>1</td>
<td>May 7</td>
<td>Introduction</td>
<td>
<ul>
<li><a href = "http://synapse.cs.iupui.edu/Mediasite/Viewer?peid=1c306e5e-3a43-49b0-8254-6113f46998c5">1.
Intro</a></li>
<li><a href = "http://synapse.cs.iupui.edu/Mediasite/Viewer?peid=e7a1fb7e-c35b-4a13-88a1-b5a0bdbfcc67">2.
Universal Information</a></li>
<li><a href = "http://synapse.cs.iupui.edu/Mediasite/Viewer?peid=e7a1fb7e-c35b-4a13-88a1-b5a0bdbfcc67">3.
Analog and Digital</a></li>
</ul>
</td>
<td>Online notes</td>
<td>Oncourse Introduction</td>
</tr>
<tr>
<td rowspan = "2">2</td>
<td rowspan = "2">May 12</td>
<td>Integer Representation</td>
<td>
<ul>
<li><a href = "http://synapse.cs.iupui.edu/Mediasite/Viewer?peid=81281148-ee95-45aa-bcde-35e86f911f71">4.
Basic Binary</a></li>
<li><a href = "http://synapse.cs.iupui.edu/Mediasite/Viewer?peid=a931c260-b193-4278-a071-86943682f5c8">5.
Octal and Hex</a></li>
<li><a href = "http://synapse.cs.iupui.edu/Mediasite/Viewer?peid=e2ae384c-65df-41e4-9ba3-d282d40df89a">6.
Two's Complement</a></li>
</ul>
</td>
<td>Online notes</td>
<td>Binary, Hex, Octal Quiz</td>
</tr>
<tr>
<td>Floating and Character data</td>
<td>
<ul>
<li><a href = "http://synapse.cs.iupui.edu/Mediasite/Viewer?peid=e59ca112-36c0-46ba-b96d-0f477499e253">7.
Floating Point</a></li>
</ul>
</td>
<td>Online notes</td>
<td>Binary Quiz II</td>
</tr>
<tr>
<td rowspan = "2">3</td>
<td rowspan = "2">May 19</td>
<td>Logic and Architecture</td>
<td>
<ul>
<li><a href = "http://synapse.cs.iupui.edu/Mediasite/Viewer?peid=96ae0f75-8b07-4a1b-ae8b-9c096d9f4f1c">8.
Logic & Hardware</a></li>
<li><a href = "http://synapse.cs.iupui.edu/Mediasite/Viewer?peid=b86dbeb0-7128-40b8-b214-2a6b57b82276">9.
Architecture</a></li>
</ul>
</td>
<td>Online Notes</td>
<td></td>
</tr>
<tr>
<td>Machine and Assembly Language</td>
<td>
<ul>
<li><a href = "http://synapse.cs.iupui.edu/Mediasite/Viewer?peid=980d7f71-9b89-49e3-a574-b266fe7e6b23">10.
Machine Language</a></li>
<li><a href = "http://synapse.cs.iupui.edu/Mediasite/Viewer?peid=29a0a059-f4cf-4d0e-81e1-860f8a158b7d">11.
Programming Languages</a></li>
</ul>
</td>
<td>Eck notes</td>
<td>Multiplier Lab</td>
</tr>
<tr>
<td rowspan = "2">4</td>
<td rowspan = "2">May 26 (no lab)</td>
<td>Introducing Java</td>
<td>
<ul>
<li><a href = "http://synapse.cs.iupui.edu/Mediasite/Viewer?peid=43c0dc19-c34e-4d8d-9a9a-b5e5941d51a9">12.
Intro Java</a></li>
</ul>
</td>
<td>Deitel: 1, 2</td>
<td></td>
</tr>
<tr>
<td>Basic I/O</td>
<td>
<ul>
<li><a href = "http://synapse.cs.iupui.edu/Mediasite/Viewer?peid=2cfe24f0-3c44-4d02-828f-bfbad04bd78d">13.
Console Input</a></li>
<li><a href = "http://synapse.cs.iupui.edu/Mediasite/Viewer?peid=de3c25e6-358a-4abb-b898-abe37a70f26f">14.
Basic Variables</a></li>
</ul>
</td>
<td>Deitel: 1,2</td>
<td>Knock Knock</td>
</tr>
<tr>
<td rowspan = "2">5</td>
<td rowspan = "2">June 2</td>
<td>Branching Conditions</td>
<td>
<ul>
<li><a href = "http://synapse.cs.iupui.edu/Mediasite/Viewer?peid=4de3851b-e9f7-41ba-bd39-7bf63cc12ca8">15.
If Statement</a></li>
<li><a href = "http://synapse.cs.iupui.edu/Mediasite/Viewer?peid=0bcb9d09-c02f-485f-b0ad-c2fcb12741cc">16.
Extending Conditions</a></li>
</ul>
</td>
<td>Deitel: 4</td>
<td></td>
</tr>
<tr>
<td>Loops</td>
<td>
<ul>
<li><a href = "http://synapse.cs.iupui.edu/Mediasite/Viewer?peid=28895fad-2c35-4283-8650-82ae79a9aef8">17.
Loops</a></li>
<li><a href = "http://synapse.cs.iupui.edu/Mediasite/Viewer?peid=c88401c8-5529-4cca-b368-adf42324369c">18.
Debugging</a></li>
</ul>
</td>
<td>Deitel: 5</td>
<td>High / Low</td>
</tr>
<tr>
<td rowspan = "2">6</td>
<td rowspan = "2">June 9</td>
<td>Methods</td>
<td>
<ul>
<li><a href = "http://synapse.cs.iupui.edu/Mediasite/Viewer?peid=b8baeedd-e1f0-424a-a371-5d6c3807f6e2">19.
Methods</a></li>
<li><a href = "http://synapse.cs.iupui.edu/Mediasite/Viewer?peid=ac9ffdc5-394d-4ccb-a137-a5278209a26a">20.
Method I/O</a></li>
</ul>
</td>
<td>Deitel: 6</td>
<td>Cryptography</td>
</tr>
<tr>
<td>Arrays</td>
<td>
<ul>
<li><a href = "http://synapse.cs.iupui.edu/Mediasite/Viewer?peid=8477e8a4-ba68-4ba8-8bf4-64692ada9a19">21.
Arrays</a></li>
<li><a href = "http://synapse.cs.iupui.edu/Mediasite/Viewer?peid=445fca94-9616-4b5c-8a9e-96a177827c71">22.
Multi-Dimension Arrays</a></li>
</ul>
</td>
<td>Deitel: 7</td>
<td>Card Game</td>
</tr>
<tr>
<td rowspan = "2">7</td>
<td rowspan = "2">June 16</td>
<td>Object-Oriented Programming</td>
<td>
<ul>
<li><a href = "http://synapse.cs.iupui.edu/Mediasite/Viewer?peid=f80dd914-5dbc-4dd2-9a80-74a95f04e107">23.
OOP</a></li>
<li><a href = "http://synapse.cs.iupui.edu/Mediasite/Viewer?peid=744d7493-c8e6-45bd-8d6e-557e292fe72a">24.
Data modifiers</a></li>
<li><a href = "http://synapse.cs.iupui.edu/Mediasite/Viewer?peid=2ae5b243-c81b-47da-9763-70d6a62ef30a">25.
Inheritance</a></li>
</ul>
</td>
<td>Deitel: 8, 9, 10</td>
<td>Rectangle</td>
</tr>
<tr>
<td>Graphic Interfaces</td>
<td>
<ul>
<li><a href = "http://synapse.cs.iupui.edu/Mediasite/Viewer?peid=549f0370-9e10-4192-be9c-ebac74eff6fd">26.
GUI /Swing</a></li>
<li><a href = "http://synapse.cs.iupui.edu/Mediasite/Viewer?peid=7afdf49a-d070-42b4-bf8b-b367e0b4c78f">27.
Improving GUIs</a></li>
</ul>
</td>
<td>Deitel: 11</td>
<td></td>
</tr>
<tr>
<td rowspan = "2">8</td>
<td rowspan = "2">June 23</td>
<td>Events and Layouts</td>
<td>
<ul>
<li><a href = "http://synapse.cs.iupui.edu/Mediasite/Viewer?peid=431350dc-88eb-4e4a-9179-df9cdb88b60c">28.
Events</a></li>
<li><a href = "http://synapse.cs.iupui.edu/Mediasite/Viewer?peid=688fc36e-36f1-4c2f-a699-1dbbd3c8abdf">29.
Layouts</a></li>
</ul>
</td>
<td>Deitel: 11</td>
<td>Body Mass Index</td>
</tr>
<tr>
<td>Working with Data</td>
<td>
<ul>
<li><a href = "">30</a></li>
<li><a href = "">31</a></li>
</ul>
</td>
<td>Deitel: </td>
<td></td>
</tr>
<tr>
<td rowspan = "2">9</td>
<td rowspan = "2">June 30</td>
<td>Applets and Animation</td>
<td>TBA</td>
<td>Deitel: 20, 21</td>
<td>Final Project</td>
</tr>
</table>
<h2>Notes</h2>
<ul>
<li><em>This is a projected schedule.</em>
It is possible we will make adjustments. Watch oncourse
announcements for official news</li>
<li><em>It's really an eight week program.</em>
The first and last weeks are half-weeks</li>
<li><em>This is a brutal schedule.</em>
It's a difficult course in 15 weeks. Please don't
get behind.</li>
<li><em>You may have to go ahead.</em>
If you want to realistically complete a final project,
you may need to read and watch videos ahead of the
schedule!</li>
<li><em>Get help.</em>
I'll be in the lab every Monday night (except Memorial day.)
I can also help (live or online) when you need it. Please
get help when you need it!</li>
</ul>
</div>
</body>
</html>