Skip to content

Commit af8ef0c

Browse files
committed
final activities
1 parent 4cb3ae0 commit af8ef0c

File tree

8 files changed

+73
-7
lines changed

8 files changed

+73
-7
lines changed

_practice/2022-12-12.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
this counts as two days of more practice
3+
4+
1. Make a pull request to the course website with advice to a future student
5+
1. add group_contributions_final.json to your kwl repo with all of your group contributions including the title, and urlhint
6+
1. add peer_review.json to your kwl repo with a listing of the pull requests that you provided a review for.
7+
1. Create in_five_years.md and answer the following two questions: What do you think you will remember from this class in five years? What parts of this course's content do you think will change the most in five years?
8+
```{index} group_contributions_final.json
9+
```
10+
```{index} eer_review.json
11+
```
12+
```{index} in_five_years.md
13+
```

_prepare/2022-11-14.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1. Read [gates out of anything](https://hackaday.com/2017/01/03/make-logic-gates-out-of-almost-anything/) and watch the [marble adder](https://www.youtube.com/watch?v=kPguktA674w). Create `gates.md` and answer the questions below:
1+
1. Read [gates out of anything](https://hackaday.com/2017/01/03/make-logic-gates-out-of-almost-anything/) and watch the [marble adder](https://www.youtube.com/watch?v=GcDshWmhF4A). Create `gates.md` and answer the questions below:
22

33
```
44
1. What do all of the gates described have in common?

_review/2022-12-12.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Write 15 multiple choice questions that cover topics from at least 5 different class sessions (15 total questions) . Each question should have 4 options, 1 correct and 3 that represent a reasonable, but incorrect idea someone may have. For each option explain why it is/not correct in a way that would help clarify someone's confusion in `final.md`
2+
```{index} final.md
3+
```

activities/practice.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,13 +215,22 @@ Activities:
215215

216216
[related notes](../notes/2022-12-05)
217217

218-
Activities:
218+
Activities (counts as 2):
219219
```{include} ../_practice/2022-12-05.md
220220
```
221221
## 2022-12-07
222222

223223
[related notes](../notes/2022-12-07)
224224

225-
Activities:
225+
Activities (counts as 2):
226226
```{include} ../_practice/2022-12-07.md
227-
```
227+
```
228+
229+
230+
## 2022-12-12
231+
232+
[related notes](../notes/2022-12-12)
233+
234+
Activities (counts as 2):
235+
```{include} ../_practice/2022-12-12.md
236+
```

activities/prepare.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,4 +255,4 @@ Activities:
255255

256256
Activities:
257257
```{include} ../_prepare/2022-12-07.md
258-
```
258+
```

activities/review.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ Activities:
239239

240240
## 2022-12-05
241241

242+
(counts as 2)
242243
[related notes](../notes/2022-12-05)
243244

244245
Activities:
@@ -247,8 +248,20 @@ Activities:
247248

248249
## 2022-12-07
249250

251+
(counts as 2)
250252
[related notes](../notes/2022-12-07)
251253

252254
Activities:
253255
```{include} ../_review/2022-12-07.md
254-
```
256+
```
257+
258+
259+
## 2022-12-12
260+
261+
(counts as 3)
262+
263+
[related notes](../notes/2022-12-12)
264+
265+
Activities:
266+
```{include} ../_review/2022-12-12.md
267+
```

notes/2022-11-14.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ yes
195195

196196
In a digital computer, these are stored in registers as high (on/1) and low (off/0). The gates are electronic devices that given different inputs have a specific output.
197197

198-
However the gate can be represented using anything with on and off positions. See the [marble adder](https://www.youtube.com/watch?v=kPguktA674w) for example.
198+
However the gate can be represented using anything with on and off positions. See the [marble adder](https://www.youtube.com/watch?v=GcDshWmhF4A) for example.
199199

200200
### Why can't the OR logical expression in the full adder be an XOR? From testing, I can't get a scenario where either will output a different result.
201201

notes/2022-12-12.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Final Class
2+
3+
Today we clarified questions and reviewed things from other classes.
4+
5+
```{important}
6+
[This is the link to the corrected marble adder video](https://www.youtube.com/watch?v=GcDshWmhF4A).
7+
```
8+
9+
## Review today's class
10+
11+
```{important}
12+
This counts for 3 days review
13+
```
14+
15+
```{include} ../_review/2022-12-07.md
16+
```
17+
18+
19+
20+
21+
22+
## More Practice
23+
```{important}
24+
This counts for two days
25+
```
26+
27+
```{include} ../_practice/2022-12-07.md
28+
```

0 commit comments

Comments
 (0)