Skip to content

Commit b7956ac

Browse files
authored
Merge pull request #7 from introcompsys/hardware-simulator-addition
Added CPU simulators to notes for 9/26
2 parents 6795491 + 00c33ea commit b7956ac

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

_toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ parts:
4141
- file: resources/gettinghelp
4242
- file: resources/terminal
4343
- file: resources/organization
44+
- file: resources/more_info_on_cpus
4445
- url: https://introcompsys.github.io/spring2022/resources/testimonials.html
4546
title: Advice from Spring 2022 Students
4647
# - file: letters/index

notes/2022-09-26.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,10 @@ I expanded some above and we will come back to these throughout the whole course
203203

204204
### Are there other simulators that we can play with?
205205

206-
Yes we will fill those in soon.
206+
- [Simple Web-based CPU Simulator w/ Built in Functions](https://www.101computing.net/LMC/)
207+
- [Web-Based CPU Simulator also w/ Built in Functions](http://www.peterhigginson.co.uk/lmc/)
208+
209+
These are both CPU simulators with built in functions. For the first simulator, prewritten functions can be accessed by changing the drop down selection next to "Load Program" under the prewritten code. The functions for the second one can be chosen by changing the drop down menu labeled "SELECT".
207210

208211
### Logistics
209212

resources/more_info_on_cpus.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
:header-rows: 1
2+
* - Resource
3+
- Level
4+
- Type
5+
- Summary
6+
* - [What is a CPU, and What Does It Do?](https://www.howtogeek.com/694869/what-is-a-cpu-and-what-does-it-do/)
7+
- 1
8+
- Article
9+
- Easy to read article that explains CPUs and their use. Also touches on "buses" and GPUs.
10+
* - [Processors Explained for Beginners](https://www.youtube.com/watch?v=7yKycb4e7Z0)
11+
- 1
12+
- Video
13+
- Video that explains what CPUs are and how they work and are assembled.
14+
* - [The Central Processing Unit](https://www.youtube.com/watch?v=FZGugFqdr60&list=PL8dPuuaLjXtNlUrzyH5r6jN9ulIgZBpdo&index=8)
15+
- 1
16+
- Video
17+
- Video by Crash Course that explains what the Central Processing Unit (CPU) is and how it works.

0 commit comments

Comments
 (0)