Skip to content

Commit cd49104

Browse files
committed
notes and assignments and link to toc
1 parent 477f7f6 commit cd49104

File tree

8 files changed

+779
-0
lines changed

8 files changed

+779
-0
lines changed

_practice/2022-10-31.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
1. (priority) Write two short programs that do the same thing in different ways and compile them both to assembly (eg using a for vs while loop to sum numbers up to a number). Check the assembly to see if they produce the same thing or if it's different. Save your code (in code blocks) and notes about your findings in `assemblycompare.md`
2+
```{index} assemblycompare.md
3+
```

_prepare/2022-10-31.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
1. Create `operators.md` and make some notes about what you know about operators. What kinds of operators are you familiar with? Which have you seen in programming? math?
2+
```{index} operators.md
3+
```

_review/2022-10-31.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
1. Update more rows on your KWL Chart based on what we did today.
2+
1. Practice using gcc. Repeat steps we did in class, change the order of parameters; try skipping steps to produce errors, etc. Then in `gcctips.md` summarize what you learned as a list of tips and reminders on what the parameters do/why/when you would need them (or not). (to reinforce what we learned)
3+
1. Contribute to your group repo and review a team mate's PR>
4+
```{index} gcctips.md
5+
```

_toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ parts:
3030
- file: notes/2022-10-19
3131
- file: notes/2022-10-24
3232
- file: notes/2022-10-26
33+
- file: notes/2022-10-31
3334
- caption: Activities
3435
chapters:
3536
- file: activities/kwl

activities/practice.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,11 @@ Activities:
145145
Activities:
146146
```{include} ../_practice/2022-10-26.md
147147
```
148+
149+
## 2022-10-31
150+
151+
[related notes](../notes/2022-10-31)
152+
153+
Activities:
154+
```{include} ../_practice/2022-10-31.md
155+
```

activities/prepare.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,3 +173,11 @@ Activities:
173173
Activities:
174174
```{include} ../_prepare/2022-10-26.md
175175
```
176+
177+
## 2022-10-31
178+
179+
[related notes](../notes/2022-10-31)
180+
181+
Activities:
182+
```{include} ../_prepare/2022-10-31.md
183+
```

activities/review.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,11 @@ Activities:
169169
Activities:
170170
```{include} ../_review/2022-10-26.md
171171
```
172+
173+
## 2022-10-31
174+
175+
[related notes](../notes/2022-10-31)
176+
177+
Activities:
178+
```{include} ../_review/2022-10-31.md
179+
```

0 commit comments

Comments
 (0)