NuevoFoundation / workshops

Repository containing all workshop materials and curricula for Nuevo Foundation.
https://workshops.nuevofoundation.org
Other
23 stars 52 forks source link

The Computer - The Program Lifecycle #379

Open ozhang22 opened 1 year ago

ozhang22 commented 1 year ago
my-rubber-toe commented 1 year ago

Workshop summary: The idea of this workshop is to introduce students on how a program is executed in a computer by explaining its core elements. Part 1 will focus at the high level of a computer and Part 2 will involve the the lifecycle of a program from its creation, compiling, running and execution and the elements involved such as Threads, RAM and File Systems.

Part 1:

Part 2: Process + Threads

Part 3: File Systems