Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ parts:
- file: resources/gettinghelp
- file: resources/terminal
- file: resources/organization
- file: resources/more_info_on_cpus
- url: https://introcompsys.github.io/spring2022/resources/testimonials.html
title: Advice from Spring 2022 Students
# - file: letters/index
Expand Down
5 changes: 4 additions & 1 deletion notes/2022-09-26.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,10 @@ I expanded some above and we will come back to these throughout the whole course

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

Yes we will fill those in soon.
- [Simple Web-based CPU Simulator w/ Built in Functions](https://www.101computing.net/LMC/)
- [Web-Based CPU Simulator also w/ Built in Functions](http://www.peterhigginson.co.uk/lmc/)

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".

### Logistics

Expand Down
17 changes: 17 additions & 0 deletions resources/more_info_on_cpus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
:header-rows: 1
* - Resource
- Level
- Type
- Summary
* - [What is a CPU, and What Does It Do?](https://www.howtogeek.com/694869/what-is-a-cpu-and-what-does-it-do/)
- 1
- Article
- Easy to read article that explains CPUs and their use. Also touches on "buses" and GPUs.
* - [Processors Explained for Beginners](https://www.youtube.com/watch?v=7yKycb4e7Z0)
- 1
- Video
- Video that explains what CPUs are and how they work and are assembled.
* - [The Central Processing Unit](https://www.youtube.com/watch?v=FZGugFqdr60&list=PL8dPuuaLjXtNlUrzyH5r6jN9ulIgZBpdo&index=8)
- 1
- Video
- Video by Crash Course that explains what the Central Processing Unit (CPU) is and how it works.